Searched refs:mNotificationQueue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DTokenWatcher.java134 value = mNotificationQueue;
135 mNotificationQueue = -1;
149 if (mNotificationQueue == -1) {
151 mNotificationQueue = value;
154 else if (mNotificationQueue != value) {
156 mNotificationQueue = -1;
195 private int mNotificationQueue = -1; field in class:TokenWatcher

Completed in 15 milliseconds