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

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 150 private HandlerThread mUpdateThread;
196 mUpdateThread = new HandlerThread(TAG + "-UpdateThread");
197 mUpdateThread.start();
198 mUpdateHandler = new Handler(mUpdateThread.getLooper(), mUpdateCallback);
249 mUpdateThread.quit();
333 mUpdateThread.quit();
347 * Should only be called from {@link #mUpdateThread} as after being
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 98 private UpdateThread mUpdateThread;
237 if (mUpdateThread == null) {
387 if (mUpdateThread == null) {
403 if (mUpdateThread == null) {
404 mUpdateThread = new UpdateThread();
405 mUpdateThread.start();
422 if (mUpdateThread != this) {
429 mUpdateThread = null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 142 private final Thread mUpdateThread = new Thread() {
210 mUpdateThread.start();

Completed in 673 milliseconds