Searched refs:setApplicationInfo (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/ |
D | ApplicationActionButtonsPreferenceControllerTest.java | 153 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_enabled_showDisableButton() 164 setApplicationInfo(/* stopped= */ false, /* enabled= */ false, /* system= */ true); in onCreate_bundledApp_disabled_showEnableButton() 175 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_enabled_disableUntilUsed_showsEnableButton() 189 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_homePackage_disablesDisableButton() 210 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_systemPackage_disablesDisableButton() 221 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ true); in onCreate_bundledApp_enabledApp_keepEnabledPackage_disablesDisableButton() 242 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ false); in onCreate_notSystemApp_showUninstallButton() 253 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ false); in onCreate_packageHasActiveAdmins_disablesUninstallButton() 265 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ false); in onCreate_deviceProvisioningPackage_disablesUninstallButton() 280 setApplicationInfo(/* stopped= */ false, /* enabled= */ true, /* system= */ false); in onStart_uninstallQueued_disablesUninstallButton() [all …]
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
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 …]
|
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/provisioning/ |
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()
|