Searched refs:mUpdateNotificationThread (Results 1 – 3 of 3) sorted by relevance
142 @VisibleForTesting NotificationUpdateThread mUpdateNotificationThread; field in BluetoothOppNotification234 if (mPendingUpdate > 0 && mUpdateNotificationThread == null) {236 mUpdateNotificationThread = new NotificationUpdateThread();237 mUpdateNotificationThread.start();262 if (mUpdateNotificationThread != this) { in run()272 mUpdateNotificationThread = null; in run()
71 Thread updateNotificationThread = service.mNotifier.mUpdateNotificationThread; in testCleanup()
113 Thread updateNotificationThread = mService.mNotifier.mUpdateNotificationThread; in tearDown()