Searched refs:mUpdateNotificationThread (Results 1 – 1 of 1) sorted by relevance
144 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification236 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {238 mUpdateNotificationThread = new NotificationUpdateThread();239 mUpdateNotificationThread.start();264 if (mUpdateNotificationThread != this) { in run()274 mUpdateNotificationThread = null; in run()