Home
last modified time | relevance | path

Searched refs:createPendingIntentRecord (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DPendingIntentControllerTest.java93 private PendingIntentRecord createPendingIntentRecord(int flags) { in createPendingIntentRecord() method in PendingIntentControllerTest
101 final PendingIntentRecord pir = createPendingIntentRecord(0); in alarmsRemovedOnCancel()
111 final PendingIntentRecord pir = createPendingIntentRecord(0); in alarmsRemovedOnRecreateWithCancelCurrent()
112 createPendingIntentRecord(PendingIntent.FLAG_CANCEL_CURRENT); in alarmsRemovedOnRecreateWithCancelCurrent()
121 final PendingIntentRecord pir = createPendingIntentRecord(PendingIntent.FLAG_ONE_SHOT); in alarmsRemovedOnSendingOneShot()