Home
last modified time | relevance | path

Searched defs:sendPendingIntent (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubClientBroker.java926 private synchronized void sendPendingIntent(Supplier<Intent> supplier) { in sendPendingIntent() method in ContextHubClientBroker
938 private synchronized void sendPendingIntent(Supplier<Intent> supplier, long nanoAppId) { in sendPendingIntent() method in ContextHubClientBroker
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt1253 private fun sendPendingIntent(intent: PendingIntent): Boolean { regex
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java523 public WindowContainerTransaction sendPendingIntent(PendingIntent sender, Intent intent, in sendPendingIntent() method in WindowContainerTransaction