/aosp14/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | EnabledComponentsObserver.java | 116 o.onPackagesChanged(); in build() 122 o.onPackagesChanged(); in build() 128 o.onPackagesChanged(); in build() 135 o.onPackagesChanged(); in build() 149 public void onPackagesChanged() { in onPackagesChanged() method in EnabledComponentsObserver
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationListenersTest.java | 400 mListeners.onPackagesChanged(false, pkgs, uids); in testOnPackageChanged() 420 mListeners.onPackagesChanged(true, pkgs, uids); in testOnPackageChanged_removing() 439 mListeners.onPackagesChanged(true, pkgs, uids); in testOnPackageChanged_removingDisallowedPackage() 644 mListeners.onPackagesChanged(true, new String[]{"pkg1", "pkg2"}, new int[]{0, 0}); in testNotificationListenerFilter_threadSafety()
|
H A D | PreferencesHelperTest.java | 478 mHelper.onPackagesChanged(true, 0, new String[] {package0}, new int[] {uid0}); in testWriteXml_onlyBackupsTargetUser() 479 mHelper.onPackagesChanged(true, 10, new String[] {package10}, new int[] {uid10}); in testWriteXml_onlyBackupsTargetUser() 510 mHelper.onPackagesChanged(true, 0, new String[] {package0}, new int[] {uid0}); in testReadXml_onlyRestoresTargetUser() 808 mHelper.onPackagesChanged( in testReadXml_oldXml_backup_migratesWhenPkgInstalled() 1462 mHelper.onPackagesChanged(false, USER_SYSTEM, new String[]{PKG_N_MR1}, in testRestoreXml_withNonExistentCanonicalizedSoundUriAndMissingPackage() 1564 mHelper.onPackagesChanged(false, USER_SYSTEM, new String[]{PKG_N_MR1}, in testBackupRestoreXml_withAndroidResourceSoundUri() 2850 assertTrue(mHelper.onPackagesChanged(true, USER_SYSTEM, new String[]{PKG_N_MR1}, in testOnPackageChanged_packageRemoval() 2860 assertFalse(mHelper.onPackagesChanged(false, USER_SYSTEM, in testOnPackageChanged_packageRemoval() 2891 mHelper.onPackagesChanged( in testOnPackageChange_downgradeTargetSdk() 4524 mHelper.onPackagesChanged(false, 0, pkgList, uidList0); in testRestoreMultiUser() [all …]
|
H A D | ManagedServicesTest.java | 1056 service.onPackagesChanged(true, new String[]{"this.is.a.package.name"}, new int[]{103}); in testPackageUninstall_packageNoLongerInApprovedList() 1072 service.onPackagesChanged(true, new String[]{"this.is.another.package"}, new int[]{ in testPackageUninstall_componentNoLongerInApprovedList() 1115 service.onPackagesChanged(false, new String[]{"package"}, new int[]{0}); in testUpgradeAppBindsNewServices() 1609 service.onPackagesChanged(true, new String[]{"this.is.a.package.name"}, null); in testOnPackagesChanged_nullValuesPassed_noNullPointers() 1612 service.onPackagesChanged(true, null, new int[]{103}); in testOnPackagesChanged_nullValuesPassed_noNullPointers()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ConditionProviders.java | 230 public void onPackagesChanged(boolean removingPackage, String[] pkgList, int[] uid) { in onPackagesChanged() method in ConditionProviders 245 super.onPackagesChanged(removingPackage, pkgList, uid); in onPackagesChanged()
|
H A D | NotificationManagerService.java | 9119 mListeners.onPackagesChanged(removingPackage, pkgList, uidList); 9120 mAssistants.onPackagesChanged(removingPackage, pkgList, uidList); 9121 mConditionProviders.onPackagesChanged(removingPackage, pkgList, uidList); 9122 preferencesChanged |= mPreferencesHelper.onPackagesChanged( 11138 public void onPackagesChanged(boolean removingPackage, String[] pkgList, int[] uidList) { 11139 super.onPackagesChanged(removingPackage, pkgList, uidList);
|
H A D | ManagedServices.java | 975 public void onPackagesChanged(boolean removingPackage, String[] pkgList, int[] uidList) { in onPackagesChanged() method in ManagedServices
|
H A D | PreferencesHelper.java | 2577 public boolean onPackagesChanged(boolean removingPackage, int changeUserId, String[] pkgList, in onPackagesChanged() method in PreferencesHelper
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | CompanionApplicationController.java | 94 void onPackagesChanged(@UserIdInt int userId) { in onPackagesChanged() method in CompanionApplicationController
|
H A D | CompanionDeviceManagerService.java | 520 mCompanionAppController.onPackagesChanged(userId); in onPackageRemoveOrDataClearedInternal() 532 mCompanionAppController.onPackagesChanged(userId); in onPackageModifiedInternal()
|