Home
last modified time | relevance | path

Searched refs:mUpdateNotificationThread (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java144 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification
236 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {
238 mUpdateNotificationThread = new NotificationUpdateThread();
239 mUpdateNotificationThread.start();
264 if (mUpdateNotificationThread != this) { in run()
274 mUpdateNotificationThread = null; in run()