Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java142 @VisibleForTesting NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification
234 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {
236 mUpdateNotificationThread = new NotificationUpdateThread();
237 mUpdateNotificationThread.start();
262 if (mUpdateNotificationThread != this) { in run()
272 mUpdateNotificationThread = null; in run()
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/opp/
DBluetoothOppServiceCleanupTest.java71 Thread updateNotificationThread = service.mNotifier.mUpdateNotificationThread; in testCleanup()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppServiceTest.java113 Thread updateNotificationThread = mService.mNotifier.mUpdateNotificationThread; in tearDown()