Home
last modified time | relevance | path

Searched defs:appEntries (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
H A DZenModeBypassingAppsPreferenceControllerTest.java99 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateBypassingApps() local
134 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateBypassingApps_multipleApps() local
170 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateBypassingApps_conversation() local
204 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateBypassingApps_demotedConversation() local
265 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateAppsBypassingDnd_alarmsOnly() local
H A DZenModeAllBypassingAppsPreferenceControllerTest.java96 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateAppList() local
H A DZenModeAddBypassingAppsPreferenceControllerTest.java127 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateAppList() local
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java262 private AppEntry findAppEntry(List<AppEntry> appEntries, long id) { in findAppEntry()
281 List<AppEntry> appEntries = mAppEntriesCaptor.getValue(); in testDefaultSession_isResumed_LoadsAll() local
321 List<AppEntry> appEntries = mAppEntriesCaptor.getValue(); in testCustomSessionLoadsIconsOnly() local
340 List<AppEntry> appEntries = mAppEntriesCaptor.getValue(); in testCustomSessionLoadsSizesOnly() local
358 List<AppEntry> appEntries = mAppEntriesCaptor.getValue(); in testCustomSessionLoadsHomeOnly() local
377 List<AppEntry> appEntries = mAppEntriesCaptor.getValue(); in testCustomSessionLoadsLeanbackOnly() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
H A DUnrestrictedDataAccessPreferenceControllerTest.java167 final ArrayList<AppEntry> appEntries = new ArrayList<>(); in createAppEntries() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appops/
H A DAppOpsState.java503 private AppEntry getAppEntry(final Context context, final HashMap<String, AppEntry> appEntries, in getAppEntry()
532 final HashMap<String, AppEntry> appEntries = new HashMap<String, AppEntry>(); in buildState() local
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryChartPreferenceController.java359 final List<BatteryDiffEntry> appEntries = new ArrayList<>(); in addAllPreferences() local