Searched refs:mUpdateThread (Results 1 – 1 of 1) sorted by relevance
133 private UpdateThread mUpdateThread; field in BluetoothOppService377 if (mUpdateThread != null) {378 mUpdateThread.interrupt();381 while (mUpdateThread != null && mUpdateThreadRunning) {389 if (mUpdateThread != null) {391 mUpdateThread.join();395 mUpdateThread = null;610 if (mUpdateThread == null) { in updateFromProvider()611 mUpdateThread = new UpdateThread(); in updateFromProvider()612 mUpdateThread.start(); in updateFromProvider()[all …]