Searched defs:UpdateThread (Results 1 - 2 of 2) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadService.java84 UpdateThread mUpdateThread;
261 mUpdateThread = new UpdateThread();
267 private class UpdateThread extends Thread { class in class:DownloadService
268 public UpdateThread() { method in class:DownloadService.UpdateThread
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java98 private UpdateThread mUpdateThread;
392 mUpdateThread = new UpdateThread();
398 private class UpdateThread extends Thread { class in class:BluetoothOppService
399 public UpdateThread() { method in class:BluetoothOppService.UpdateThread

Completed in 83 milliseconds