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.java133 assertThat(ApplicationsState.FILTER_PHOTOS.filterApp(mEntry)).isTrue(); in testPhotosFilterAcceptsFilter()
140 assertThat(ApplicationsState.FILTER_PHOTOS.filterApp(mEntry)).isFalse(); in testPhotosFilterRejectsNotPhotos()
147 assertThat(ApplicationsState.FILTER_PHOTOS.filterApp(mEntry)).isFalse(); in testPhotosFilterRejectsDefaultCategory()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java2263 public static final AppFilter FILTER_PHOTOS = field in ApplicationsState
2294 || FILTER_PHOTOS.filterApp(entry);