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

  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 221 final HandlerThread mBackgroundThread;
733 mBackgroundThread = new HandlerThread("RunningState:Background");
734 mBackgroundThread.start();
735 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper());
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 232 RunnerThread mBackgroundThread;
290 mBackgroundThread = new RunnerThread("background", new Runnable() {
326 mBackgroundThread.start();
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 56 milliseconds