Searched refs:CANCEL_REASON_ONE_SHOT_SENT (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.server.am.PendingIntentRecord.CANCEL_REASON_ONE_SHOT_SENT;162 assertCancelReason(CANCEL_REASON_ONE_SHOT_SENT, pir.cancelReason); in testCancellationReason()
93 public static final int CANCEL_REASON_ONE_SHOT_SENT = 1 << 6; field in PendingIntentRecord103 CANCEL_REASON_ONE_SHOT_SENT483 controller.cancelIntentSender(this, true, CANCEL_REASON_ONE_SHOT_SENT); in sendInner()756 case CANCEL_REASON_ONE_SHOT_SENT -> "ONE_SHOT_SENT"; in cancelReasonToString()