Home
last modified time | relevance | path

Searched refs:executeInForeground (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DApplicationFeatureProviderImpl.java66 counter.executeInForeground(); in calculateNumberOfPolicyInstalledApps()
86 counter.executeInForeground(); in calculateNumberOfAppsWithAdminGrantedPermissions()
DAppCounter.java60 void executeInForeground() { in executeInForeground() method in AppCounter
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DApplicationFeatureProviderImpl.java66 counter.executeInForeground(); in calculateNumberOfPolicyInstalledApps()
86 counter.executeInForeground(); in calculateNumberOfAppsWithAdminGrantedPermissions()
DAppCounter.java60 void executeInForeground() { in executeInForeground() method in AppCounter
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppCounterTest.java188 counter.executeInForeground(); in count()
DAppWithAdminGrantedPermissionsCounterTest.java123 (new AppWithAdminGrantedPermissionsCounterTestable(PERMISSIONS)).executeInForeground(); in verifyCountInstalledApps()