/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/ |
H A D | EnterprisePrivacyFeatureProviderImpl.java | 69 return getDeviceOwnerComponent() != null; in hasDeviceOwner() 275 private ComponentName getDeviceOwnerComponent() { in getDeviceOwnerComponent() method in EnterprisePrivacyFeatureProviderImpl 300 final ComponentName ownerComponent = getDeviceOwnerComponent(); in getWorkPolicyInfoIntentDO()
|
/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/ |
H A D | EnterprisePrivacyFeatureProviderImpl.java | 71 return getDeviceOwnerComponent() != null; in hasDeviceOwner() 275 private ComponentName getDeviceOwnerComponent() { in getDeviceOwnerComponent() method in EnterprisePrivacyFeatureProviderImpl 300 final ComponentName ownerComponent = getDeviceOwnerComponent(); in getWorkPolicyInfoIntentDO()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | ShadowUtils.java | 102 protected static ComponentName getDeviceOwnerComponent(Context context) { in getDeviceOwnerComponent() method in ShadowUtils
|
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
H A D | BuildNumberPreferenceController.java | 135 final ComponentName componentName = Utils.getDeviceOwnerComponent(mContext); in handlePreferenceTreeClick()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 2594 ComponentName doComponent = mOwners.getDeviceOwnerComponent(); in getDeviceOwnerLocked() 3204 && mOwners.getDeviceOwnerComponent().equals(who); 8068 receiverComponent = mOwners.getDeviceOwnerComponent(); 8127 intent.setComponent(mOwners.getDeviceOwnerComponent()); 8498 && mOwners.getDeviceOwnerComponent().equals(who); 8621 public ComponentName getDeviceOwnerComponent(boolean callingUserOnly) { 8637 return mOwners.getDeviceOwnerComponent(); 8683 ComponentName component = mOwners.getDeviceOwnerComponent(); 9311 ComponentName deviceOwner = getDeviceOwnerComponent(true); 10785 ComponentName admin = mOwners.getDeviceOwnerComponent(); [all …]
|
H A D | Owners.java | 303 ComponentName getDeviceOwnerComponent() { in getDeviceOwnerComponent() method in Owners
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | MainClear.java | 255 final ComponentName componentName = Utils.getDeviceOwnerComponent(context);
|
H A D | Utils.java | 895 public static ComponentName getDeviceOwnerComponent(Context context) { in getDeviceOwnerComponent() method in Utils
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | IDevicePolicyManager.aidl | 166 ComponentName getDeviceOwnerComponent(boolean callingUserOnly); in getDeviceOwnerComponent() method
|
H A D | DevicePolicyManager.java | 7921 return mService.getDeviceOwnerComponent(callingUserOnly); in getDeviceOwnerComponentInner()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerTest.java | 1629 assertThat(dpms.getDeviceOwnerComponent(/* callingUserOnly =*/ false)).isEqualTo(admin3); in checkDeviceOwnerWithMultipleDeviceAdmins() 1656 assertThat(dpms.getDeviceOwnerComponent(/* callingUserOnly= */ false).getClassName()) in testDeviceOwnerMigration() 1667 assertThat(dpms.getDeviceOwnerComponent(/* callingUserOnly =*/ false)).isEqualTo(admin1); in testDeviceOwnerMigration() 2090 ComponentName component = dpms.mOwners.getDeviceOwnerComponent(); in getDeviceOwner()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 21563 final ComponentName deviceOwnerComponentName = dpm.getDeviceOwnerComponent( in isPackageDeviceAdmin()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 2654 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getDeviceOwnerComponent(Z)Landroid/content/Com… 3182 Landroid/app/admin/IDevicePolicyManager;->getDeviceOwnerComponent(Z)Landroid/content/ComponentName;
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2873 HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getDeviceOwnerComponent(Z)Landroid/content/…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 16757 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getDeviceOwnerComponent(Z)Landroid/… 17257 HSPLcom/android/server/devicepolicy/Owners;->getDeviceOwnerComponent()Landroid/content/ComponentNam…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2873 HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getDeviceOwnerComponent(Z)Landroid/content/…
|