Searched defs:mKeyToId (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DNotificationListenerActivity.java221 private HashMap<String, Long> mKeyToId; field in class:NotificationListenerActivity.StatusAdaptor
228 mKeyToId = new HashMap<String, Long>();
243 if (!mKeyToId.containsKey(key)) {
244 mKeyToId.put(key, mNextId);
247 return mKeyToId.get(key);

Completed in 50 milliseconds