HomeSort by relevance Sort by last modified time
    Searched refs:mUpdateThread (Results 1 - 2 of 2) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 80 UpdateThread mUpdateThread;
249 if (mUpdateThread == null) {
250 mUpdateThread = new UpdateThread();
251 mSystemFacade.startThread(mUpdateThread);
273 if (mUpdateThread != this) {
278 mUpdateThread = null;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 100 private UpdateThread mUpdateThread;
354 if (mUpdateThread == null) {
367 if (mUpdateThread == null) {
368 mUpdateThread = new UpdateThread();
369 mUpdateThread.start();
386 if (mUpdateThread != this) {
393 mUpdateThread = null;
    [all...]

Completed in 56 milliseconds