HomeSort by relevance Sort by last modified time
    Searched refs:knownAuth (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java 264 final Set<String> knownAuth = Sets.newHashSet();
267 knownAuth.add(info.providerInfo.authority);
274 return !knownAuth.contains(authority);
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 558 final HashMap<String, Integer> knownAuth = getAuthenticatorTypeAndUIDForUser(
588 Integer knownUid = knownAuth.get(type);
590 // Remove it from the knownAuth list if it's unchanged.
591 knownAuth.remove(type);
635 Iterator<Entry<String, Integer>> iterator = knownAuth.entrySet().iterator();
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 515 milliseconds