Searched refs:postToCallback (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | MediaSession.java | 674 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 D | CarrierTextManager.java | 408 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 D | CarrierTextManagerTest.java | 263 mCarrierTextManager.postToCallback(mCarrierTextCallbackInfo); in testCallback() 277 mCarrierTextManager.postToCallback(mCarrierTextCallbackInfo); in testNullingCallback()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 33048 Landroid/media/session/MediaSession;->postToCallback(Landroid/media/session/MediaSessionManager$Rem…
|