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

1 2 3

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/api25/
AndroidManifest.xml 18 package="com.android.cts.deviceandprofileowner">
27 android:name="com.android.cts.deviceandprofileowner.BaseDeviceAdminTest$BasicAdminReceiver"
42 android:targetPackage="com.android.cts.deviceandprofileowner">
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/latest/
AndroidManifest.xml 18 package="com.android.cts.deviceandprofileowner">
41 android:name="com.android.cts.deviceandprofileowner.BaseDeviceAdminTest$BasicAdminReceiver"
51 android:name="com.android.cts.deviceandprofileowner.ExampleIntentReceivingActivity1">
53 <action android:name="com.android.cts.deviceandprofileowner.EXAMPLE_ACTION" />
59 android:name="com.android.cts.deviceandprofileowner.ExampleIntentReceivingActivity2">
61 <action android:name="com.android.cts.deviceandprofileowner.EXAMPLE_ACTION" />
75 <activity android:name="com.android.cts.deviceandprofileowner.AutofillActivity"/>
80 android:name="com.android.cts.deviceandprofileowner.KeyManagementActivity"
87 android:targetPackage="com.android.cts.deviceandprofileowner">
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
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";
PrintingPolicyTest.java 17 package com.android.cts.deviceandprofileowner;
30 final PrintActivity activity = launchActivity("com.android.cts.deviceandprofileowner",
AlwaysOnVpnMultiStageTest.java 17 package com.android.cts.deviceandprofileowner;
19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS;
20 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.VPN_PACKAGE;
26 import com.android.cts.deviceandprofileowner.vpn.VpnTestHelper;
AlwaysOnVpnTest.java 17 package com.android.cts.deviceandprofileowner;
19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS;
20 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.VPN_PACKAGE;
25 import com.android.cts.deviceandprofileowner.vpn.VpnTestHelper;
KeyManagementActivity.java 17 package com.android.cts.deviceandprofileowner;
PasswordSufficientInitiallyTest.java 17 package com.android.cts.deviceandprofileowner;
AlwaysOnVpnUnsupportedTest.java 17 package com.android.cts.deviceandprofileowner;
19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.VPN_PACKAGE;
ClearApplicationDataTest.java 17 package com.android.cts.deviceandprofileowner;
29 private static final String DEVICE_ADMIN_PKG = "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;
SetSystemSettingTest.java 16 package com.android.cts.deviceandprofileowner;
Utils.java 16 package com.android.cts.deviceandprofileowner;
AutofillRestrictionsTest.java 17 package com.android.cts.deviceandprofileowner;
78 final AutofillActivity activity = launchActivity("com.android.cts.deviceandprofileowner",
AutofillActivity.java 17 package com.android.cts.deviceandprofileowner;
PrintActivity.java 17 package com.android.cts.deviceandprofileowner;
ScreenCaptureDisabledTest.java 16 package com.android.cts.deviceandprofileowner;
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
ProfileGlobalRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
20 import com.android.cts.deviceandprofileowner.BaseDeviceAdminTest;
PrimaryProfileOwnerUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
CheckNoOwnerRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
ManagedProfileOwnerUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/api23/
AndroidManifest.xml 18 package="com.android.cts.deviceandprofileowner">
32 android:name="com.android.cts.deviceandprofileowner.BaseDeviceAdminTest$BasicAdminReceiver"
45 android:targetPackage="com.android.cts.deviceandprofileowner">
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ProfileOwnerTestApi23.java 23 protected static final String DEVICE_ADMIN_PKG = "com.android.cts.deviceandprofileowner";

Completed in 537 milliseconds

1 2 3