OSDN Git Service

Filter on volume for category storage view.
authorDaniel Nishi <dhnishi@google.com>
Fri, 28 Apr 2017 21:27:52 +0000 (14:27 -0700)
committerDaniel Nishi <dhnishi@google.com>
Mon, 1 May 2017 22:42:50 +0000 (15:42 -0700)
commit5aeb6c4fab56843e5fa57d62d8f918f6abf6b1a4
tree0c93ae12c60c7dc6461119e4792640fe689541c3
parentb2d85af91e1d3a33dd80def07d6f45f14b20860a
Filter on volume for category storage view.

The other storage view used a compound filter with a UUID filter and the
normal filter. The category filters were omitting the compound UUID
filter. This adds it.

Test: Settings unit test
Change-Id: Ic0118abf58dabbf430a81e1fbcefb7acfdef472c
Fixes: 37780836
src/com/android/settings/applications/ManageApplications.java
tests/unit/src/com/android/settings/applications/ManageApplicationsTest.java [new file with mode: 0644]