/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/ |
H A D | ManageApplicationsController.java | 58 updateAppList(); 63 updateAppList(); 68 updateAppList(apps); 73 updateAppList(); 78 updateAppList(); 83 updateAppList(); 88 updateAppList(); 93 updateAppList(); 108 updateAppList(); in ManageApplicationsController() 114 public void updateAppList() { in updateAppList() method in ManageApplicationsController [all …]
|
H A D | ManageAppOp.java | 107 public void updateAppList() { 108 mManageApplicationsController.updateAppList();
|
H A D | AlarmsAndReminders.java | 98 updateAppList(); in setAlarmsAndRemindersAccess()
|
H A D | AppUsageAccess.java | 103 updateAppList(); in setAppUsageAccess()
|
H A D | SystemAlertWindow.java | 103 updateAppList(); in setSystemAlertWindowAccess()
|
H A D | WriteSettings.java | 86 updateAppList(); in setWriteSettingsAccess()
|
H A D | HighPower.java | 78 mManageApplicationsController.updateAppList(); in onResume()
|
H A D | ExternalSources.java | 133 updateAppList(); in setCanInstallApps()
|
H A D | PictureInPicture.java | 87 mManageApplicationsController.updateAppList(); in onResume()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/ |
H A D | ZenModeAllBypassingAppsPreferenceController.java | 86 updateAppList(); in displayPreference() 103 public void updateAppList() { in updateAppList() method in ZenModeAllBypassingAppsPreferenceController 111 updateAppList(apps); in updateAppList() 115 void updateAppList(List<ApplicationsState.AppEntry> apps) { in updateAppList() method in ZenModeAllBypassingAppsPreferenceController 208 updateAppList(); 213 updateAppList(); 218 updateAppList(apps); 223 updateAppList(); 228 updateAppList(); 236 updateAppList(); [all …]
|
H A D | ZenModeAddBypassingAppsPreferenceController.java | 112 public void updateAppList() { in updateAppList() method in ZenModeAddBypassingAppsPreferenceController 120 updateAppList(apps); in updateAppList() 124 void updateAppList(List<ApplicationsState.AppEntry> apps) { in updateAppList() method in ZenModeAddBypassingAppsPreferenceController 194 updateAppList(); 199 updateAppList(); 204 updateAppList(apps); 209 updateAppList(); 214 updateAppList(); 222 updateAppList(); 227 updateAppList();
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
H A D | AllAppsFragment.java | 143 updateAppList(mInstalledPreferenceGroup, apps); in onActivityCreated() 156 updateAppList(mDisabledPreferenceGroup, apps); in onActivityCreated() 171 updateAppList(mOtherPreferenceGroup, apps); in onActivityCreated() 198 updateAppList(mInstalledPreferenceGroup, apps); in rebuildInstalled() 206 updateAppList(mDisabledPreferenceGroup, apps); in rebuildDisabled() 214 updateAppList(mOtherPreferenceGroup, apps); in rebuildOther() 218 private void updateAppList(PreferenceGroup group, in updateAppList() method in AllAppsFragment
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/ |
H A D | ZenModeAllBypassingAppsPreferenceControllerTest.java | 106 mController.updateAppList(appEntries); in testUpdateAppList() 112 mController.updateAppList(null); in testUpdateAppList_nullApps() 119 mController.updateAppList(new ArrayList<>()); in testUpdateAppList_emptyAppList()
|
H A D | ZenModeAddBypassingAppsPreferenceControllerTest.java | 133 mController.updateAppList(appEntries); in testUpdateAppList() 147 mController.updateAppList(null); in testUpdateAppList_nullApps() 154 mController.updateAppList(new ArrayList<>()); in testUpdateAppList_emptyAppList()
|