Searched refs:CANCEL_REASON_NULL (Results 1 – 2 of 2) sorted by relevance
24 import static com.android.server.am.PendingIntentRecord.CANCEL_REASON_NULL;144 assertCancelReason(CANCEL_REASON_NULL, pir.cancelReason); in testCancellationReason()
86 public static final int CANCEL_REASON_NULL = 0; field in PendingIntentRecord96 CANCEL_REASON_NULL,114 @CancellationReason int cancelReason = CANCEL_REASON_NULL;749 case CANCEL_REASON_NULL -> "NULL"; in cancelReasonToString()