Searched refs:mUpdateNotificationThread (Results 1 – 1 of 1) sorted by relevance
107 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification198 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {202 mUpdateNotificationThread = new NotificationUpdateThread();203 mUpdateNotificationThread.start();230 if (mUpdateNotificationThread != this) { in run()240 mUpdateNotificationThread = null; in run()