Searched refs:mUpdateThread (Results 1 – 1 of 1) sorted by relevance
115 private UpdateThread mUpdateThread; field in BluetoothOppService332 if (mUpdateThread != null) {333 mUpdateThread.interrupt();336 while (mUpdateThread != null && mUpdateThreadRunning) {344 if (mUpdateThread != null) {346 mUpdateThread.join();350 mUpdateThread = null;563 if (mUpdateThread == null) { in updateFromProvider()564 mUpdateThread = new UpdateThread(); in updateFromProvider()565 mUpdateThread.start(); in updateFromProvider()[all …]