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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
CallbackFilter.java 44 private Handler mUiThreadHandler;
76 mUiThreadHandler = new Handler(Looper.getMainLooper());
87 if (!mUiThreadHandler.post(uiRunnable)) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 50 private Handler mUiThreadHandler;
122 if (mUiThreadHandler == null) {
123 mUiThreadHandler = new Handler(Looper.getMainLooper());
125 return mUiThreadHandler;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 530 milliseconds