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

  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 116 enqueueNotification(entryKey, hash, value, RemovalCause.COLLECTED);
120 enqueueNotification(entryKey, hash, value, RemovalCause.EXPIRED);
192 enqueueNotification(key, hash, value, RemovalCause.REPLACED);
MapMakerInternalMap.java     [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 613 enqueueNotification(policy, TYPE_LIMIT_SNOOZED, totalBytes);
615 enqueueNotification(policy, TYPE_LIMIT, totalBytes);
623 enqueueNotification(policy, TYPE_WARNING, totalBytes);
692 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) {
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 394 milliseconds