Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java96 private NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification
172 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {
174 mUpdateNotificationThread = new NotificationUpdateThread();
175 mUpdateNotificationThread.start();
198 if (mUpdateNotificationThread != this) { in run()
208 mUpdateNotificationThread = null; in run()