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

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ResetPasswordWithTokenTest.java 57 UserManager um = mContext.getSystemService(UserManager.class); local
58 assertFalse(um.isUserUnlocked());
73 UserManager um = mContext.getSystemService(UserManager.class); local
74 assertFalse(um.isUserUnlocked());
89 assertTrue(um.isUserUnlocked());
BluetoothSharingRestrictionTest.java 76 final UserManager um = (UserManager) context.getSystemService(Context.USER_SERVICE); local
78 um.getUserRestrictions().getBoolean(UserManager.DISALLOW_BLUETOOTH_SHARING, false));
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestBagFormatter.java 57 UnicodeMap um = new UnicodeMap(); local
58 um.putAll(up.getUnicodeMap());
59 System.out.println(um.toString(new NumberComparator()));
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 102 final UserManager um = (UserManager) getSystemService(Context.USER_SERVICE); local
103 final Bundle restrictions = um.getApplicationRestrictions(getPackageName());
  /cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
SimpleAppWidgetHostService.java 175 UserManager um = (UserManager) getSystemService(Context.USER_SERVICE); local
178 return um.getUserForSerialNumber(serial);
  /external/cldr/tools/java/org/unicode/cldr/util/props/
UnicodeProperty.java 357 UnicodeMap um = getUnicodeMap_internal(); local
358 Iterator it = um.getAvailableValues(null).iterator();
368 um.keySet(value, result);
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 2261 int res, um = m->used; local
    [all...]

Completed in 527 milliseconds