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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java89 private NotificationUpdateThread mUpdateNotificationThread; field in class:BluetoothOppNotification
161 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {
163 mUpdateNotificationThread = new NotificationUpdateThread();
164 mUpdateNotificationThread.start();
187 if (mUpdateNotificationThread != this) {
197 mUpdateNotificationThread = null;

Completed in 34 milliseconds