Searched refs:mNotificationQueue (Results 1 – 1 of 1) sorted by relevance
166 value = mNotificationQueue;167 mNotificationQueue = -1;181 if (mNotificationQueue == -1) { in sendNotificationLocked()183 mNotificationQueue = value; in sendNotificationLocked()186 else if (mNotificationQueue != value) { in sendNotificationLocked()188 mNotificationQueue = -1; in sendNotificationLocked()227 private int mNotificationQueue = -1; field in TokenWatcher