Searched refs:mMainLooper (Results 1 – 6 of 6) sorted by relevance
32 final Looper mMainLooper; field in HandlerCaller54 mMainLooper = looper != null ? looper : context.getMainLooper(); in HandlerCaller()55 mH = new MyHandler(mMainLooper, asyncHandler); in HandlerCaller()67 if (Looper.myLooper() == mMainLooper) { in executeOrSendMessage()
75 private Looper mMainLooper; field in IInputConnectionWrapper95 mMainLooper = mainLooper; in IInputConnectionWrapper()96 mH = new MyHandler(mMainLooper); in IInputConnectionWrapper()222 if (Looper.myLooper() == mMainLooper) { in dispatchMessage()
98 private final Looper mMainLooper; field in SystemSensorManager112 mMainLooper = mainLooper; in SystemSensorManager()173 Looper looper = (handler != null) ? handler.getLooper() : mMainLooper; in registerListenerImpl()238 queue = new TriggerEventQueue(listener, mMainLooper, this, fullClassName); in requestTriggerSensorImpl()303 mMainLooper, this, mContext.getPackageName()); in initDataInjectionImpl()
137 private final Looper mMainLooper; field in ContextHubManager656 mCallbackHandler = (handler == null) ? new Handler(mMainLooper) : handler;903 mMainLooper = mainLooper;
339 final Looper mMainLooper; field in InputMethodManager935 mMainLooper = looper; in InputMethodManager()2487 if (mMainLooper.isCurrentThread()) { in dispatchInputEvent()2998 p.println(" mMainLooper=" + mMainLooper); in doDump()
195 private Looper mMainLooper; field in KeyValueBackupTaskTest208 mMainLooper = Looper.getMainLooper(); in setUp()209 mShadowMainLooper = extract(mMainLooper); in setUp()2392 waitUntil(() -> messagesInLooper(mMainLooper, this::isSharedPrefsSynchronizer) > 0); in verifyAndUnblockAgentCalls()