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

  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 60 final HashMap<Integer, Boolean> mUidCache; // contents guarded by this
68 mUidCache = new HashMap<Integer, Boolean>();
79 Boolean cached = mUidCache.get(uid);
99 mUidCache.put(uid, access);
111 Boolean access = mUidCache.get(info.uid);
114 mUidCache.put(info.uid, access);
122 mUidCache.clear();
283 for (Integer uid : mUidCache.keySet()) {
284 Boolean b = mUidCache.get(uid);
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 337 private HashMap<String, Integer> mUidCache = new HashMap<String, Integer>();
    [all...]

Completed in 178 milliseconds