Home
last modified time | relevance | path

Searched refs:postToCallback (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/session/
H A DMediaSession.java674 postToCallback(caller, CallbackMessageHandler.MSG_PREPARE, null, null); in dispatchPrepare()
690 postToCallback(caller, CallbackMessageHandler.MSG_PLAY, null, null); in dispatchPlay()
702 postToCallback(caller, CallbackMessageHandler.MSG_PLAY_URI, uri, extras); in dispatchPlayFromUri()
710 postToCallback(caller, CallbackMessageHandler.MSG_PAUSE, null, null); in dispatchPause()
714 postToCallback(caller, CallbackMessageHandler.MSG_STOP, null, null); in dispatchStop()
718 postToCallback(caller, CallbackMessageHandler.MSG_NEXT, null, null); in dispatchNext()
722 postToCallback(caller, CallbackMessageHandler.MSG_PREVIOUS, null, null); in dispatchPrevious()
730 postToCallback(caller, CallbackMessageHandler.MSG_REWIND, null, null); in dispatchRewind()
734 postToCallback(caller, CallbackMessageHandler.MSG_SEEK_TO, pos, null); in dispatchSeekTo()
738 postToCallback(caller, CallbackMessageHandler.MSG_RATE, rating, null); in dispatchRate()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierTextManager.java408 postToCallback(info); in updateCarrierText()
412 protected void postToCallback(CarrierTextCallbackInfo info) { in postToCallback() method in CarrierTextManager
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DCarrierTextManagerTest.java263 mCarrierTextManager.postToCallback(mCarrierTextCallbackInfo); in testCallback()
277 mCarrierTextManager.postToCallback(mCarrierTextCallbackInfo); in testNullingCallback()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt33048 Landroid/media/session/MediaSession;->postToCallback(Landroid/media/session/MediaSessionManager$Rem…