HomeSort by relevance Sort by last modified time
    Searched refs:isProfileOwnerApp (Results 1 - 25 of 30) sorted by null

1 2

  /cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
ClearProfileOwnerTest.java 33 if (mDevicePolicyManager.isProfileOwnerApp(BaseProfileOwnerTest.PACKAGE_NAME)) {
36 assertFalse(mDevicePolicyManager.isProfileOwnerApp(BaseProfileOwnerTest.PACKAGE_NAME));
BaseProfileOwnerTest.java 45 assertTrue(dpm.isProfileOwnerApp(PACKAGE_NAME));
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ClearProfileOwnerNegativeTest.java 32 if (mDevicePolicyManager.isProfileOwnerApp(BaseDeviceAdminTest.PACKAGE_NAME)) {
BaseDeviceAdminTest.java 59 mDevicePolicyManager.isProfileOwnerApp(PACKAGE_NAME) ||
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
SimpleIntentReceiverActivity.java 42 boolean inManagedProfile = dpm.isProfileOwnerApp("com.android.cts.managedprofile");
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BaseManagedProfileTest.java 59 assertTrue(mDevicePolicyManager.isProfileOwnerApp(
WipeDataTest.java 43 assertTrue(mDevicePolicyManager.isProfileOwnerApp(ADMIN_RECEIVER_COMPONENT.getPackageName()));
ContactsTest.java     [all...]
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
MainActivity.java 33 if (manager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
BasicManagedProfileFragment.java 359 manager.isProfileOwnerApp(activity.getApplicationContext().getPackageName())
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
MainActivity.java 33 if (manager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
BasicManagedProfileFragment.java 359 manager.isProfileOwnerApp(activity.getApplicationContext().getPackageName())
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
MainActivity.java 33 if (manager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
BasicManagedProfileFragment.java 359 manager.isProfileOwnerApp(activity.getApplicationContext().getPackageName())
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CrossProfileTestActivity.java 73 return dpm.isAdminActive(adminReceiver) && dpm.isProfileOwnerApp(adminReceiver.getPackageName());
CommandReceiverActivity.java 169 if (!mDpm.isProfileOwnerApp(getPackageName())) {
PermissionLockdownTestActivity.java 185 } else if (!mDeviceOwnerTest && !mDevicePolicyManager.isProfileOwnerApp(adminPackage)) {
ByodHelperActivity.java 468 mDevicePolicyManager.isProfileOwnerApp(mAdminReceiverComponent.getPackageName());
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
MainActivity.java 36 if (!devicePolicyManager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
MainActivity.java 36 if (!devicePolicyManager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
MainActivity.java 36 if (!devicePolicyManager.isProfileOwnerApp(getApplicationContext().getPackageName())) {
  /frameworks/base/services/core/java/com/android/server/
HardwarePropertiesManagerService.java 102 if (!dpm.isDeviceOwnerApp(callingPackage) && !dpm.isProfileOwnerApp(callingPackage)
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
BasePackageInstallTest.java 100 mDevicePolicyManager.isProfileOwnerApp(PACKAGE_NAME)) {
  /packages/apps/Settings/src/com/android/settings/applications/
UsageAccessDetails.java 105 if (mUsageState.isPermissible() && mDpm.isProfileOwnerApp(mPackageName)) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]

Completed in 909 milliseconds

1 2