Home
last modified time | relevance | path

Searched refs:deviceAdminPkg (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java922 protected void affiliateUsers(String deviceAdminPkg, int userId1, int userId2) in affiliateUsers() argument
924 CLog.d("Affiliating users %d and %d on admin package %s", userId1, userId2, deviceAdminPkg); in affiliateUsers()
926 deviceAdminPkg, ".AffiliationTest", "testSetAffiliationId1", userId1); in affiliateUsers()
928 deviceAdminPkg, ".AffiliationTest", "testSetAffiliationId1", userId2); in affiliateUsers()
1229 protected void grantDpmWrapperPermissions(String deviceAdminPkg, int userId) throws Exception { in grantDpmWrapperPermissions() argument
1237 grantPermission(deviceAdminPkg, PERMISSION_INTERACT_ACROSS_USERS, userId, "its PO needs to " in grantDpmWrapperPermissions()
1241 allowTestApiAccess(deviceAdminPkg); in grantDpmWrapperPermissions()
DDeviceOwnerTest.java600 String deviceAdminPkg = DeviceAdminHelper.getDeviceAdminApkPackage(adminVersion); in testDisallowFactoryReset() local
607 deviceAdminPkg, in testDisallowFactoryReset()
612 getDevice().uninstallPackage(deviceAdminPkg); in testDisallowFactoryReset()