Home
last modified time | relevance | path

Searched refs:mMainLooper (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryProcessorFactoryLooperImpl.kt28 constructor(@Main private val mMainLooper: Looper) : NotificationEntryProcessorFactory { constant in com.android.systemui.statusbar.notification.row.NotificationEntryProcessorFactoryLooperImpl
30 return HandlerProcessor(mMainLooper, consumer) in create()
/frameworks/base/core/java/com/android/internal/os/
DHandlerCaller.java32 final Looper mMainLooper; field in HandlerCaller
54 mMainLooper = looper != null ? looper : context.getMainLooper(); in HandlerCaller()
55 mH = new MyHandler(mMainLooper, asyncHandler); in HandlerCaller()
67 if (Looper.myLooper() == mMainLooper) { in executeOrSendMessage()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRoleObserverTest.java107 private Looper mMainLooper; field in RoleObserverTest
145 when(mMainLooper.isCurrentThread()).thenReturn(true); in setUp()
149 mRoleObserver = mService.new RoleObserver(mContext, mRoleManager, mPm, mMainLooper); in setUp()
DNotificationManagerServiceTest.java437 private Looper mMainLooper; field in NotificationManagerServiceTest
761 when(mMainLooper.isCurrentThread()).thenReturn(true).thenReturn(false); in initNMS()
768 mService.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY, mMainLooper); in initNMS()
775 mService.onBootPhase(SystemService.PHASE_THIRD_PARTY_APPS_CAN_START, mMainLooper); in initNMS()
1055 mService.onBootPhase(SystemService.PHASE_THIRD_PARTY_APPS_CAN_START, mMainLooper); in setUpPrefsForHistory()
/frameworks/base/core/java/android/hardware/location/
DContextHubManager.java194 private final Looper mMainLooper; field in ContextHubManager
691 mCallbackHandler = (handler == null) ? new Handler(mMainLooper) : handler;
1106 mMainLooper = mainLooper;
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java139 private final Looper mMainLooper; field in SystemSensorManager
157 mMainLooper = mainLooper; in SystemSensorManager()
277 Looper looper = (handler != null) ? handler.getLooper() : mMainLooper; in registerListenerImpl()
342 queue = new TriggerEventQueue(listener, mMainLooper, this, fullClassName); in requestTriggerSensorImpl()
428 mMainLooper, this, mode, mContext.getPackageName()); in initDataInjectionImpl()
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarDisplayCompatScaleProviderUpdatableTest.java113 private Looper mMainLooper; field in CarDisplayCompatScaleProviderUpdatableTest
125 when(mContext.getMainLooper()).thenReturn(mMainLooper); in setUp()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
DKeyValueBackupTaskTest.java211 private Looper mMainLooper; field in KeyValueBackupTaskTest
225 mMainLooper = Looper.getMainLooper(); in setUp()
226 mShadowMainLooper = extract(mMainLooper); in setUp()
2567 waitUntil(() -> messagesInLooper(mMainLooper, this::isSharedPrefsSynchronizer) > 0); in verifyAndUnblockAgentCalls()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java478 private final Looper mMainLooper; field in InputMethodManager
1580 mMainLooper = looper; in InputMethodManager()
4136 if (mMainLooper.isCurrentThread()) { in dispatchInputEvent()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java12556 private final Looper mMainLooper;
12563 mMainLooper = mainLooper;
12675 Preconditions.checkState(mMainLooper.isCurrentThread());
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21123 Landroid/hardware/location/ContextHubManager;->mMainLooper:Landroid/os/Looper;
22183 Landroid/hardware/SystemSensorManager;->mMainLooper:Landroid/os/Looper;
59882 Landroid/view/inputmethod/InputMethodManager;->mMainLooper:Landroid/os/Looper;
74115 Lcom/android/internal/os/HandlerCaller;->mMainLooper:Landroid/os/Looper;
84917 Lcom/android/internal/view/IInputConnectionWrapper;->mMainLooper:Landroid/os/Looper;