HomeSort by relevance Sort by last modified time
    Searched full:deviceandprofileowner (Results 1 - 25 of 34) sorted by null

1 2

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/latest/
AndroidManifest.xml 18 package="com.android.cts.deviceandprofileowner">
33 android:name="com.android.cts.deviceandprofileowner.BaseDeviceAdminTest$BasicAdminReceiver"
42 android:name="com.android.cts.deviceandprofileowner.ScreenCaptureDisabledActivity" />
44 android:name="com.android.cts.deviceandprofileowner.ExampleIntentReceivingActivity1">
46 <action android:name="com.android.cts.deviceandprofileowner.EXAMPLE_ACTION" />
52 android:name="com.android.cts.deviceandprofileowner.ExampleIntentReceivingActivity2">
54 <action android:name="com.android.cts.deviceandprofileowner.EXAMPLE_ACTION" />
69 android:targetPackage="com.android.cts.deviceandprofileowner"
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ScreenCaptureDisabledActivity.java 16 package com.android.cts.deviceandprofileowner;
27 "com.android.cts.deviceandprofileowner.ACTIVITY_RESUMED";
AlwaysOnVpnMultiStageTest.java 17 package com.android.cts.deviceandprofileowner;
23 import com.android.cts.deviceandprofileowner.vpn.VpnTestHelper;
25 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.VPN_PACKAGE;
26 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS;
ExampleIntentReceivingActivity1.java 17 package com.android.cts.deviceandprofileowner;
24 static final String CONFIRM_ACTION = "com.android.cts.deviceandprofileowner.CONFIRM_1";
ExampleIntentReceivingActivity2.java 17 package com.android.cts.deviceandprofileowner;
24 static final String CONFIRM_ACTION = "com.android.cts.deviceandprofileowner.CONFIRM_2";
AlwaysOnVpnTest.java 17 package com.android.cts.deviceandprofileowner;
21 import com.android.cts.deviceandprofileowner.vpn.VpnTestHelper;
23 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.VPN_PACKAGE;
24 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS;
ResetPasswordTest.java 16 package com.android.cts.deviceandprofileowner;
PersistentIntentResolvingTest.java 16 package com.android.cts.deviceandprofileowner;
26 static final String EXAMPLE_ACTION = "com.android.cts.deviceandprofileowner.EXAMPLE_ACTION";
ClearProfileOwnerNegativeTest.java 17 package com.android.cts.deviceandprofileowner;
ResetPasswordHelper.java 16 package com.android.cts.deviceandprofileowner;
Utils.java 16 package com.android.cts.deviceandprofileowner;
BaseDeviceAdminTest.java 16 package com.android.cts.deviceandprofileowner;
ScreenCaptureDisabledTest.java 16 package com.android.cts.deviceandprofileowner;
SuspendPackageTest.java 17 package com.android.cts.deviceandprofileowner;
TrustAgentInfoTest.java 17 package com.android.cts.deviceandprofileowner;
CustomizationRestrictionsTest.java 17 package com.android.cts.deviceandprofileowner;
29 import com.android.cts.deviceandprofileowner.R;
ApplicationHiddenTest.java 16 package com.android.cts.deviceandprofileowner;
AudioRestrictionTest.java 17 package com.android.cts.deviceandprofileowner;
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/api23/
AndroidManifest.xml 18 package="com.android.cts.deviceandprofileowner">
31 android:name="com.android.cts.deviceandprofileowner.BaseDeviceAdminTest$BasicAdminReceiver"
42 android:targetPackage="com.android.cts.deviceandprofileowner"
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
CheckNoOwnerRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
PrimaryProfileOwnerUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
DeviceOwnerUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
SecondaryProfileOwnerUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
BaseUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
20 import com.android.cts.deviceandprofileowner.BaseDeviceAdminTest;
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ProfileOwnerTestApi23.java 23 protected static final String DEVICE_ADMIN_PKG = "com.android.cts.deviceandprofileowner";

Completed in 217 milliseconds

1 2