Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DPendingIntentControllerTest.java28 import static com.android.server.am.PendingIntentRecord.CANCEL_REASON_SUPERSEDED;
156 assertCancelReason(CANCEL_REASON_SUPERSEDED, pir.cancelReason); in testCancellationReason()
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentController.java26 import static com.android.server.am.PendingIntentRecord.CANCEL_REASON_SUPERSEDED;
197 makeIntentSenderCanceled(rec, CANCEL_REASON_SUPERSEDED); in getIntentSender()
DPendingIntentRecord.java92 public static final int CANCEL_REASON_SUPERSEDED = 1 << 5; field in PendingIntentRecord
102 CANCEL_REASON_SUPERSEDED,
755 case CANCEL_REASON_SUPERSEDED -> "SUPERSEDED"; in cancelReasonToString()