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/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaActions.kt339 private fun sendPendingIntent(intent: PendingIntent): Boolean { in sendPendingIntent() method
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubClientBroker.java957 private synchronized byte sendPendingIntent(Supplier<Intent> supplier) { in sendPendingIntent() method in ContextHubClientBroker
973 private synchronized byte sendPendingIntent(Supplier<Intent> supplier, long nanoAppId) { in sendPendingIntent() method in ContextHubClientBroker
987 private synchronized byte sendPendingIntent(Supplier<Intent> supplier, long nanoAppId, in sendPendingIntent() method in ContextHubClientBroker
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java761 private void sendPendingIntent(int displayId, PendingIntent pendingIntent) in sendPendingIntent() method in VirtualDeviceImpl
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java664 public WindowContainerTransaction sendPendingIntent(@Nullable PendingIntent sender, in sendPendingIntent() method in WindowContainerTransaction