Searched refs:mUpdateNotificationThread (Results 1 – 1 of 1) sorted by relevance
96 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification172 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {174 mUpdateNotificationThread = new NotificationUpdateThread();175 mUpdateNotificationThread.start();198 if (mUpdateNotificationThread != this) { in run()208 mUpdateNotificationThread = null; in run()