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.java111 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification
203 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {
207 mUpdateNotificationThread = new NotificationUpdateThread();
208 mUpdateNotificationThread.start();
235 if (mUpdateNotificationThread != this) { in run()
245 mUpdateNotificationThread = null; in run()