Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionExecutor.kt65 fun sendPendingIntent(pendingIntent: PendingIntent) { in sendPendingIntent() method
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubClientBroker.java995 private synchronized byte sendPendingIntent(Supplier<Intent> supplier) { in sendPendingIntent() method in ContextHubClientBroker
1011 private synchronized byte sendPendingIntent(Supplier<Intent> supplier, long nanoAppId) { in sendPendingIntent() method in ContextHubClientBroker
1025 private synchronized byte sendPendingIntent(Supplier<Intent> supplier, long nanoAppId, in sendPendingIntent() method in ContextHubClientBroker
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt1217 private fun sendPendingIntent(intent: PendingIntent): Boolean { in <lambda>() method
DLegacyMediaDataManagerImpl.kt1272 private fun sendPendingIntent(intent: PendingIntent): Boolean { in sendPendingIntent() method
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java552 public WindowContainerTransaction sendPendingIntent(PendingIntent sender, Intent intent, in sendPendingIntent() method in WindowContainerTransaction