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

  /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 74 String restrictionKey = intent.getStringExtra(EXTRA_RESTRICTION_KEY);
75 dpm.addUserRestriction(BaseDeviceAdminTest.ADMIN_RECEIVER_COMPONENT, restrictionKey);
76 Log.i(TAG, "Added user restriction " + restrictionKey
79 String restrictionKey = intent.getStringExtra(EXTRA_RESTRICTION_KEY);
81 BaseDeviceAdminTest.ADMIN_RECEIVER_COMPONENT, restrictionKey);
82 Log.i(TAG, "Cleared user restriction " + restrictionKey
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CommandReceiverActivity.java 91 String restrictionKey = intent.getStringExtra(EXTRA_USER_RESTRICTION);
94 mDpm.addUserRestriction(mAdmin, restrictionKey);
96 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/system_current/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 262 milliseconds