Home
last modified time | relevance | path

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

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