Home
last modified time | relevance | path

Searched refs:ANOTHER_PACKAGE_NAME (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerConstantsTest.java38 private static final String ANOTHER_PACKAGE_NAME = "another.package.name"; field in BackupManagerConstantsTest
205 + ANOTHER_PACKAGE_NAME; in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly()
211 .isEqualTo(new String[] {PACKAGE_NAME, ANOTHER_PACKAGE_NAME}); in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmTestBase.java77 adminAnotherPackage = new ComponentName(DpmMockContext.ANOTHER_PACKAGE_NAME, in setFixtures()
DDpmMockContext.java91 public static final String ANOTHER_PACKAGE_NAME = "com.another.package.name"; field in DpmMockContext
DDevicePolicyManagerTest.java3688 DpmMockContext.ANOTHER_PACKAGE_NAME, in testProvisioning_withDo_systemUser()
3691 DpmMockContext.ANOTHER_PACKAGE_NAME, DpmMockContext.ANOTHER_UID); in testProvisioning_withDo_systemUser()
3716 DpmMockContext.ANOTHER_PACKAGE_NAME, in testProvisioning_withDo_systemUser_restrictedBySystem()
3719 DpmMockContext.ANOTHER_PACKAGE_NAME, DpmMockContext.ANOTHER_UID); in testProvisioning_withDo_systemUser_restrictedBySystem()
3750 DpmMockContext.ANOTHER_PACKAGE_NAME, in testCheckProvisioningPreCondition_attemptingComp()
3753 DpmMockContext.ANOTHER_PACKAGE_NAME, DpmMockContext.ANOTHER_UID); in testCheckProvisioningPreCondition_attemptingComp()
3774 DpmMockContext.ANOTHER_PACKAGE_NAME, in testCheckProvisioningPreCondition_comp_cannot_remove_profile()
3777 DpmMockContext.ANOTHER_PACKAGE_NAME, DpmMockContext.ANOTHER_UID); in testCheckProvisioningPreCondition_comp_cannot_remove_profile()