Searched refs:mUpdateNotificationThread (Results 1 – 1 of 1) sorted by relevance
108 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification199 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {203 mUpdateNotificationThread = new NotificationUpdateThread();204 mUpdateNotificationThread.start();231 if (mUpdateNotificationThread != this) { in run()241 mUpdateNotificationThread = null; in run()