Home
last modified time | relevance | path

Searched refs:getDeviceOwnerComponent (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2490 final ComponentName doComponentName = mOwners.getDeviceOwnerComponent(); in findOwnerComponentIfNecessaryLocked()
3494 final ComponentName deviceOwnerComponent = mOwners.getDeviceOwnerComponent(); in updateDeviceOwnerLocked()
7441 receiverComponent = mOwners.getDeviceOwnerComponent(); in sendDeviceOwnerCommand()
7579 intent.setComponent(mOwners.getDeviceOwnerComponent()); in shareBugreportWithDeviceOwnerIfExists()
7586 mOwners.getDeviceOwnerComponent().getPackageName(), in shareBugreportWithDeviceOwnerIfExists()
7890 && mOwners.getDeviceOwnerComponent().equals(who); in isDeviceOwner()
7927 public ComponentName getDeviceOwnerComponent(boolean callingUserOnly) { in getDeviceOwnerComponent() method
7942 return mOwners.getDeviceOwnerComponent(); in getDeviceOwnerComponent()
7982 ComponentName component = mOwners.getDeviceOwnerComponent(); in getDeviceOwnerAdminLocked()
8013 final ComponentName deviceOwnerComponent = mOwners.getDeviceOwnerComponent(); in clearDeviceOwner()
[all …]
DOwners.java249 ComponentName getDeviceOwnerComponent() { in getDeviceOwnerComponent() method in Owners
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl144 ComponentName getDeviceOwnerComponent(boolean callingUserOnly); in getDeviceOwnerComponent() method
DDevicePolicyManager.java5960 return mService.getDeviceOwnerComponent(callingUserOnly); in getDeviceOwnerComponentInner()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1305 assertEquals(admin2, dpms.getDeviceOwnerComponent(/* callingUserOnly =*/ false)); in checkDeviceOwnerWithMultipleDeviceAdmins()
1331 assertEquals("", dpms.getDeviceOwnerComponent(/* callingUserOnly =*/ false).getClassName()); in testDeviceOwnerMigration()
1341 assertEquals(admin1, dpms.getDeviceOwnerComponent(/* callingUserOnly =*/ false)); in testDeviceOwnerMigration()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java18015 final ComponentName deviceOwnerComponentName = dpm.getDeviceOwnerComponent(
/frameworks/base/services/
Dart-profile6266 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getDeviceOwnerComponent(Z)Landroid…
6442 HSPLcom/android/server/devicepolicy/Owners;->getDeviceOwnerComponent()Landroid/content/ComponentNam…
/frameworks/base/config/
Dboot-image-profile.txt2545 HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getDeviceOwnerComponent(Z)Landroid/content/…
Dhiddenapi-greylist-max-o.txt2654 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getDeviceOwnerComponent(Z)Landroid/content/Com…
3184 Landroid/app/admin/IDevicePolicyManager;->getDeviceOwnerComponent(Z)Landroid/content/ComponentName;