Searched refs:mUpdateNotificationThread (Results 1 – 1 of 1) sorted by relevance
111 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification203 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {207 mUpdateNotificationThread = new NotificationUpdateThread();208 mUpdateNotificationThread.start();235 if (mUpdateNotificationThread != this) { in run()245 mUpdateNotificationThread = null; in run()