Home
last modified time | relevance | path

Searched refs:mListenerExecutor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java538 private Executor mListenerExecutor = Runnable::run; field in ImsCallSession
788 mListenerExecutor = executor; in setListener()
1278 }, mListenerExecutor); in callSessionInitiating()
1287 }, mListenerExecutor); in callSessionProgressing()
1296 }, mListenerExecutor); in callSessionInitiated()
1305 }, mListenerExecutor); in callSessionInitiatingFailed()
1314 }, mListenerExecutor); in callSessionInitiatedFailed()
1323 }, mListenerExecutor); in callSessionTerminated()
1335 }, mListenerExecutor); in callSessionHeld()
1344 }, mListenerExecutor); in callSessionHoldFailed()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsEcbmStateListener.java42 protected Executor mListenerExecutor = Runnable::run; field in ImsEcbmStateListener
50 mListenerExecutor = executor; in ImsEcbmStateListener()
56 onECBMEntered(mListenerExecutor); in onECBMEntered()
70 onECBMExited(mListenerExecutor); in onECBMExited()
DImsExternalCallStateListener.java31 protected Executor mListenerExecutor = Runnable::run; field in ImsExternalCallStateListener
39 mListenerExecutor = executor; in ImsExternalCallStateListener()
47 onImsExternalCallStateUpdate(externalCallState, mListenerExecutor); in onImsExternalCallStateUpdate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskViewTaskController.java105 private Executor mListenerExecutor; field in TaskViewTaskController
169 mListenerExecutor = executor; in setListener()
305 mListenerExecutor.execute(() -> { in notifyReleased()
337 mListenerExecutor.execute(() -> { in updateTaskVisibility()
378 mListenerExecutor.execute(() -> { in onTaskAppeared()
407 mListenerExecutor.execute(() -> { in onBackPressedOnTaskRoot()
571 mListenerExecutor.execute(() -> { in notifyInitialized()
582 mListenerExecutor.execute(() -> { in handleAndNotifyTaskRemoval()
706 mListenerExecutor.execute(() -> { in prepareOpenAnimationInternal()
/frameworks/base/core/java/com/android/internal/infra/
DAndroidFuture.java83 private @Nullable Executor mListenerExecutor = DIRECT_EXECUTOR; field in AndroidFuture
210 if (oldListener != null && executor != mListenerExecutor) { in whenCompleteAsync()
217 mListenerExecutor = executor; in whenCompleteAsync()
244 if (mListenerExecutor == DIRECT_EXECUTOR) { in callListenerAsync()
247 mListenerExecutor.execute(() -> callListener(listener, res, err)); in callListenerAsync()
/frameworks/base/media/java/android/media/
DImageReader.java719 mListenerExecutor = new HandlerExecutor(mListenerHandler); in setOnImageAvailableListener()
723 mListenerExecutor = null; in setOnImageAvailableListener()
749 mListenerExecutor = executor; in setOnImageAvailableListenerWithExecutor()
934 executor = ir.mListenerExecutor; in postEventFromNative()
1117 private Executor mListenerExecutor; field in ImageReader