Searched defs:mMainLooper (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DContextHubManager.java40 private final Looper mMainLooper; field in class:ContextHubManager
328 new Handler(mMainLooper) : mCallbackHandler;
350 mMainLooper = mainLooper;
/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java25 final Looper mMainLooper; field in class:HandlerCaller
47 mMainLooper = looper != null ? looper : context.getMainLooper();
48 mH = new MyHandler(mMainLooper, asyncHandler);
60 if (Looper.myLooper() == mMainLooper) {
/frameworks/base/packages/SettingsLib/tests/src/com/android/settingslib/wifi/
H A DWifiTrackerTest.java63 private Looper mMainLooper; field in class:WifiTrackerTest
76 mMainLooper = mMainThread.getLooper();
78 mWifiManager, mMainLooper);
152 mWifiManager, mMainLooper);
200 mWifiManager, mMainLooper);
225 mWifiManager, mMainLooper);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java69 private Looper mMainLooper; field in class:IInputConnectionWrapper
97 mMainLooper = mainLooper;
98 mH = new MyHandler(mMainLooper);
248 if (Looper.myLooper() == mMainLooper) {
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java84 private final Looper mMainLooper; field in class:SystemSensorManager
98 mMainLooper = mainLooper;
154 Looper looper = (handler != null) ? handler.getLooper() : mMainLooper;
211 queue = new TriggerEventQueue(listener, mMainLooper, this, fullClassName);
274 sInjectEventQueue = new InjectEventQueue(mMainLooper, this,
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java265 final Looper mMainLooper; field in class:InputMethodManager
624 mMainLooper = looper;
1848 if (mMainLooper.isCurrentThread()) {
2296 p.println(" mMainLooper=" + mMainLooper);

Completed in 1175 milliseconds