Searched defs:pIntent (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/debug/ |
H A D | AdbNotifications.java | 75 PendingIntent pIntent = null; in createNotification() local
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
H A D | DemoProvider.java | 97 PendingIntent pIntent = PendingIntent.getActivity(getContext(), in queryChildDocuments() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapService.java | 965 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 D | SapService.java | 741 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, in setUserTimeoutAlarm() local
|
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
H A D | SipService.java | 530 public void setIncomingCallPendingIntent(PendingIntent pIntent) { in setIncomingCallPendingIntent()
|