Searched refs:mUpdateThread (Results 1 – 1 of 1) sorted by relevance
114 private UpdateThread mUpdateThread; field in BluetoothOppService336 if (mUpdateThread != null) {337 mUpdateThread.interrupt();340 while (mUpdateThread != null && mUpdateThreadRunning) {348 if (mUpdateThread != null) {350 mUpdateThread.join();354 mUpdateThread = null;567 if (mUpdateThread == null) { in updateFromProvider()568 mUpdateThread = new UpdateThread(); in updateFromProvider()569 mUpdateThread.start(); in updateFromProvider()[all …]