/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationEntryProcessorFactoryLooperImpl.kt | 28 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/ |
D | HandlerCaller.java | 32 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/ |
D | RoleObserverTest.java | 107 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()
|
D | NotificationManagerServiceTest.java | 437 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/ |
D | ContextHubManager.java | 194 private final Looper mMainLooper; field in ContextHubManager 691 mCallbackHandler = (handler == null) ? new Handler(mMainLooper) : handler; 1106 mMainLooper = mainLooper;
|
/frameworks/base/core/java/android/hardware/ |
D | SystemSensorManager.java | 139 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/ |
D | CarDisplayCompatScaleProviderUpdatableTest.java | 113 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/ |
D | KeyValueBackupTaskTest.java | 211 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/ |
D | InputMethodManager.java | 478 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/ |
D | NotificationManagerService.java | 12556 private final Looper mMainLooper; 12563 mMainLooper = mainLooper; 12675 Preconditions.checkState(mMainLooper.isCurrentThread());
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21123 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;
|