Searched refs:setApplicationInfo (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/ |
H A D | ApplicationActionButtonsPreferenceControllerTest.java | 156 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_enabled_showDisableButton() 167 setApplicationInfo(/* stopped= */ false, /* enabled= */ false, /* system= */ true); in onCreate_bundledApp_disabled_showEnableButton() 178 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_enabled_disableUntilUsed_showsEnableButton() 192 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_homePackage_disablesDisableButton() 213 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_systemPackage_disablesDisableButton() 224 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_enabledApp_keepEnabledPackage_disablesDisableButton() 245 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ false); in onCreate_notSystemApp_showUninstallButton() 256 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ false); in onCreate_packageHasActiveAdmins_doesNotDisableUninstallButton() 268 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ false); in onCreate_deviceProvisioningPackage_disablesUninstallButton() 433 setApplicationInfo(/* stopped= */ true, /* enabled= */ true, /* system= */ false); in onCreate_stopped_disablesForceStopButton() [all …]
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | NotificationUtilsTest.java | 71 setApplicationInfo(/* signedWithPlatformKey= */ true, /* isSystemApp= */ in onIsSystemPrivilegedOrPlatformKey_isPlatformKey_returnsTrue() 81 setApplicationInfo(/* signedWithPlatformKey= */ false, /* isSystemApp= */ in onIsSystemPrivilegedOrPlatformKey_isSystemPrivileged_returnsTrue() 91 setApplicationInfo(/* signedWithPlatformKey= */ false, /* isSystemApp= */ in onIsSystemPrivilegedOrPlatformKey_isSystemNotPrivileged_returnsFalse() 101 setApplicationInfo(/* signedWithPlatformKey= */ false, /* isSystemApp= */ in onIsSystemPrivilegedOrPlatformKey_isNeither_returnsFalse() 111 setApplicationInfo(/* signedWithPlatformKey= */ true, /* isSystemApp= */ in onIsSystemOrPlatformKey_isPlatformKey_returnsTrue() 121 setApplicationInfo(/* signedWithPlatformKey= */ false, /* isSystemApp= */ in onIsSystemOrPlatformKey_isSystemPrivileged_returnsTrue() 131 setApplicationInfo(/* signedWithPlatformKey= */ false, /* isSystemApp= */ in onIsSystemOrPlatformKey_isSystemNotPrivileged_returnsTrue() 141 setApplicationInfo(/* signedWithPlatformKey= */ false, /* isSystemApp= */ in onIsSystemOrPlatformKey_isNeither_returnsFalse() 151 setApplicationInfo(/* signedWithPlatformKey= */ false, /* isSystemApp= */ in onIsSystemApp_isPlatformKey_returnsTrue() 161 setApplicationInfo(/* signedWithPlatformKey= */ false, /* isSystemApp= */ in onIsSystemApp_isNotPlatformKey_returnsFalse() [all …]
|
/aosp12/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/provisioning/ |
H A D | ProvisioningActivityRoboTest.java | 313 .setApplicationInfo(ApplicationInfoBuilder.newBuilder() in activity_profileOwner_adminIntegrated_returnsIntermediateResult() 342 .setApplicationInfo(ApplicationInfoBuilder.newBuilder() in activity_deviceOwner_adminIntegrated_returnsIntermediateResult() 368 .setApplicationInfo(ApplicationInfoBuilder.newBuilder() in activity_deviceOwner_notAdminIntegrated_returnsOk()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | LoadedApk.java | 177 setApplicationInfo(aInfo); in LoadedApk() 335 setApplicationInfo(aInfo); in updateApplicationInfo() 380 private void setApplicationInfo(ApplicationInfo aInfo) { in setApplicationInfo() method in LoadedApk
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2049 HSPLandroid/app/LoadedApk;->setApplicationInfo(Landroid/content/pm/ApplicationInfo;)V+]Landroid/con…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2049 HSPLandroid/app/LoadedApk;->setApplicationInfo(Landroid/content/pm/ApplicationInfo;)V+]Landroid/con…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7398 Landroid/app/LoadedApk;->setApplicationInfo(Landroid/content/pm/ApplicationInfo;)V
|