Home
last modified time | relevance | path

Searched refs:FILTER_PHOTOS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
DApplicationsStateTest.java123 assertThat(ApplicationsState.FILTER_PHOTOS.filterApp(mEntry)).isTrue(); in testPhotosFilterAcceptsFilter()
130 assertThat(ApplicationsState.FILTER_PHOTOS.filterApp(mEntry)).isFalse(); in testPhotosFilterRejectsNotPhotos()
137 assertThat(ApplicationsState.FILTER_PHOTOS.filterApp(mEntry)).isFalse(); in testPhotosFilterRejectsDefaultCategory()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java2014 public static final AppFilter FILTER_PHOTOS = field in ApplicationsState
2045 || FILTER_PHOTOS.filterApp(entry);