Searched refs:mUpdateNotificationThread (Results 1 – 1 of 1) sorted by relevance
94 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification170 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {172 mUpdateNotificationThread = new NotificationUpdateThread();173 mUpdateNotificationThread.start();196 if (mUpdateNotificationThread != this) { in run()206 mUpdateNotificationThread = null; in run()