Searched refs:CANCEL_REASON_USER_STOPPED (Results 1 – 2 of 2) sorted by relevance
29 import static com.android.server.am.PendingIntentRecord.CANCEL_REASON_USER_STOPPED;177 CANCEL_REASON_USER_STOPPED); in testCancellationReason()178 assertCancelReason(CANCEL_REASON_USER_STOPPED, pir.cancelReason); in testCancellationReason()
87 public static final int CANCEL_REASON_USER_STOPPED = 1 << 0; field in PendingIntentRecord97 CANCEL_REASON_USER_STOPPED,750 case CANCEL_REASON_USER_STOPPED -> "USER_STOPPED"; in cancelReasonToString()