Searched refs:mUpdateNotificationThread (Results 1 – 1 of 1) sorted by relevance
106 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification197 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {201 mUpdateNotificationThread = new NotificationUpdateThread();202 mUpdateNotificationThread.start();229 if (mUpdateNotificationThread != this) { in run()239 mUpdateNotificationThread = null; in run()