/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | DismissCallbackRegistry.java | 31 private final UiOffloadThread mUiOffloadThread = Dependency.get(UiOffloadThread.class); field in DismissCallbackRegistry 40 mUiOffloadThread.submit(callback::notifyDismissCancelled); in notifyDismissCancelled() 48 mUiOffloadThread.submit(callback::notifyDismissSucceeded); in notifyDismissSucceeded()
|
D | KeyguardViewMediator.java | 211 private final UiOffloadThread mUiOffloadThread = Dependency.get(UiOffloadThread.class); field in KeyguardViewMediator 1634 mUiOffloadThread.submit(() -> { in handleKeyguardDone() 1677 mUiOffloadThread.submit(() -> { in sendUserPresentBroadcast() 1728 mUiOffloadThread.submit(() -> { in playSound() 1747 mUiOffloadThread.submit(() -> { in updateActivityLockScreenState() 1826 mUiOffloadThread.submit(() -> { 2188 mUiOffloadThread.submit(() -> { in notifyDefaultDisplayCallbacks()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationTemplateViewWrapper.java | 67 private UiOffloadThread mUiOffloadThread; field in NotificationTemplateViewWrapper 243 if (mUiOffloadThread == null) { in performOnPendingIntentCancellation() 244 mUiOffloadThread = Dependency.get(UiOffloadThread.class); in performOnPendingIntentCancellation() 247 mUiOffloadThread.submit(() -> pendingIntent.registerCancelListener(listener)); in performOnPendingIntentCancellation() 252 mUiOffloadThread.submit(() -> pendingIntent.registerCancelListener(listener)); in performOnPendingIntentCancellation() 257 mUiOffloadThread.submit(() -> pendingIntent.unregisterCancelListener(listener)); in performOnPendingIntentCancellation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 71 private final UiOffloadThread mUiOffloadThread; field in NotificationLogger 202 mUiOffloadThread = uiOffloadThread; in NotificationLogger() 323 mUiOffloadThread.submit(() -> { in logNotificationVisibilityChanges() 433 private final UiOffloadThread mUiOffloadThread; field in NotificationLogger.ExpansionStateLogger 439 mUiOffloadThread = uiOffloadThread; in ExpansionStateLogger() 517 mUiOffloadThread.submit(() -> { in maybeNotifyOnNotificationExpansionChanged()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/ |
D | SystemServicesProxy.java | 124 private final UiOffloadThread mUiOffloadThread = Dependency.get(UiOffloadThread.class); field in SystemServicesProxy 434 mUiOffloadThread.submit(() -> mContext.startActivityAsUser(intent, in startActivityAsUserAsync() 491 mUiOffloadThread.submit(() -> { in setRecentsVisibility() 504 mUiOffloadThread.submit(() -> { in setPipVisibility() 523 mUiOffloadThread.submit(() -> { in awakenDreamsAsync()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationModeController.java | 85 private final UiOffloadThread mUiOffloadThread; field in NavigationModeController 154 mUiOffloadThread = uiOffloadThread; in NavigationModeController() 245 mUiOffloadThread.submit(() -> { in updateCurrentInteractionMode() 382 mUiOffloadThread.submit(() -> { in setModeOverlay()
|
D | PhoneStatusBarPolicy.java | 115 private final UiOffloadThread mUiOffloadThread = Dependency.get(UiOffloadThread.class); field in PhoneStatusBarPolicy 450 mUiOffloadThread.submit(() -> { in updateManagedProfile()
|
D | StatusBar.java | 481 private final UiOffloadThread mUiOffloadThread = Dependency.get(UiOffloadThread.class); field in StatusBar 2850 mUiOffloadThread.submit(() -> { in handleVisibleToUserChangedImpl() 2859 mUiOffloadThread.submit(() -> { in handleVisibleToUserChangedImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingManagerImpl.java | 80 private final UiOffloadThread mUiOffloadThread; field in FalsingManagerImpl 146 mUiOffloadThread = Dependency.get(UiOffloadThread.class); in FalsingManagerImpl() 199 mUiOffloadThread.submit(() -> { in sessionExitpoint() 240 mUiOffloadThread.submit(() -> { in registerSensors()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | InstantAppNotifier.java | 73 private final UiOffloadThread mUiOffloadThread = Dependency.get(UiOffloadThread.class); field in InstantAppNotifier 154 mUiOffloadThread.submit( in updateForegroundInstantApps()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRowBinderImpl.java | 64 private final UiOffloadThread mUiOffloadThread = Dependency.get(UiOffloadThread.class); field in NotificationRowBinderImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 240 @Inject Lazy<UiOffloadThread> mUiOffloadThread; field in Dependency 413 mProviders.put(UiOffloadThread.class, mUiOffloadThread::get); in start()
|