Searched refs:ALARM_REASON (Results 1 – 2 of 2) sorted by relevance
66 public static final String ALARM_REASON = "ALARM_REASON"; field in WorkManagerExceptionHandler108 final @AlarmReason int alarmReason = bundle.getInt(ALARM_REASON, -1 /* undefined */); in onReceive()217 bundle.putInt(ALARM_REASON, alarmReason); in scheduleAlarm()
19 import static com.android.devicelockcontroller.WorkManagerExceptionHandler.ALARM_REASON;167 bundle.putInt(ALARM_REASON, alarmReason); in getIntentForAlarmReason()