Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/debug/
H A DAdbNotifications.java75 PendingIntent pIntent = null; in createNotification() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DDemoProvider.java97 PendingIntent pIntent = PendingIntent.getActivity(getContext(), in queryChildDocuments() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java965 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, in setUserTimeoutAlarm() local
976 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, in cancelUserTimeoutAlarm() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java741 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, in setUserTimeoutAlarm() local
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java530 public void setIncomingCallPendingIntent(PendingIntent pIntent) { in setIncomingCallPendingIntent()