HomeSort by relevance Sort by last modified time
    Searched defs:restrictionKey (Results 1 - 10 of 10) sorted by null

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SetPolicyActivity.java 68 String restrictionKey = intent.getStringExtra(EXTRA_RESTRICTION_KEY);
69 dpm.addUserRestriction(admin, restrictionKey);
70 Log.i(TAG, "Added user restriction " + restrictionKey
73 String restrictionKey = intent.getStringExtra(EXTRA_RESTRICTION_KEY);
74 dpm.clearUserRestriction(admin, restrictionKey);
75 Log.i(TAG, "Cleared user restriction " + restrictionKey
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
SetPolicyActivity.java 72 String restrictionKey = intent.getStringExtra(EXTRA_RESTRICTION_KEY);
73 dpm.addUserRestriction(BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, restrictionKey);
74 Log.i(TAG, "Added user restriction " + restrictionKey
77 String restrictionKey = intent.getStringExtra(EXTRA_RESTRICTION_KEY);
79 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, restrictionKey);
80 Log.i(TAG, "Cleared user restriction " + restrictionKey
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SetPolicyActivity.java 79 String restrictionKey = intent.getStringExtra(EXTRA_RESTRICTION_KEY);
80 dpm.addUserRestriction(BaseDeviceAdminTest.ADMIN_RECEIVER_COMPONENT, restrictionKey);
81 Log.i(TAG, "Added user restriction " + restrictionKey
84 String restrictionKey = intent.getStringExtra(EXTRA_RESTRICTION_KEY);
86 BaseDeviceAdminTest.ADMIN_RECEIVER_COMPONENT, restrictionKey);
87 Log.i(TAG, "Cleared user restriction " + restrictionKey
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CommandReceiverActivity.java 179 String restrictionKey = intent.getStringExtra(EXTRA_USER_RESTRICTION);
182 mDpm.addUserRestriction(mAdmin, restrictionKey);
184 mDpm.clearUserRestriction(mAdmin, restrictionKey);
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 528 final String restrictionKey = st.nextToken();
534 if (entry.getKey().equals(restrictionKey)) {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 590 final String restrictionKey = st.nextToken();
596 if (entry.getKey().equals(restrictionKey)) {
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 402 milliseconds