Searched refs:CANCEL_REASON_SUPERSEDED (Results 1 – 3 of 3) sorted by relevance
28 import static com.android.server.am.PendingIntentRecord.CANCEL_REASON_SUPERSEDED;156 assertCancelReason(CANCEL_REASON_SUPERSEDED, pir.cancelReason); in testCancellationReason()
26 import static com.android.server.am.PendingIntentRecord.CANCEL_REASON_SUPERSEDED;197 makeIntentSenderCanceled(rec, CANCEL_REASON_SUPERSEDED); in getIntentSender()
92 public static final int CANCEL_REASON_SUPERSEDED = 1 << 5; field in PendingIntentRecord102 CANCEL_REASON_SUPERSEDED,755 case CANCEL_REASON_SUPERSEDED -> "SUPERSEDED"; in cancelReasonToString()