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

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BaseManagedProfileTest.java 59 protected DevicePolicyManager getDevicePolicyManager(boolean isParent) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
UserUtils.java 39 private static DevicePolicyManager getDevicePolicyManager(Context context) {
  /frameworks/base/services/core/java/com/android/server/am/
LockTaskController.java 477 if (getDevicePolicyManager() != null) {
478 getDevicePolicyManager().notifyLockTaskModeChanged(false, null, userId);
600 if (getDevicePolicyManager() != null) {
601 getDevicePolicyManager().notifyLockTaskModeChanged(true, packageName, userId);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 229 public DevicePolicyManager getDevicePolicyManager() {
276 return getDevicePolicyManager().getPasswordMinimumLength(null, userId);
284 return getDevicePolicyManager().getPasswordQuality(null, userId);
288 return getDevicePolicyManager().getPasswordHistoryLength(null, userId);
292 return getDevicePolicyManager().getPasswordMinimumLetters(null, userId);
296 return getDevicePolicyManager().getPasswordMinimumUpperCase(null, userId);
300 return getDevicePolicyManager().getPasswordMinimumLowerCase(null, userId);
304 return getDevicePolicyManager().getPasswordMinimumNumeric(null, userId);
308 return getDevicePolicyManager().getPasswordMinimumSymbols(null, userId);
312 return getDevicePolicyManager().getPasswordMinimumNonLetter(null, userId)
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java 381 public DevicePolicyManager getDevicePolicyManager() {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 95 milliseconds