Searched refs:ACTION_TASK_TIMEOUT_ALARM (Results 1 – 2 of 2) sorted by relevance
45 private static final String ACTION_TASK_TIMEOUT_ALARM = field in AlarmBroadcastReceiver46 PresenceCapabilityTask.ACTION_TASK_TIMEOUT_ALARM;66 }else if(ACTION_TASK_TIMEOUT_ALARM.equals(action)){ in onReceive()
61 public static final String ACTION_TASK_TIMEOUT_ALARM = field in PresenceCapabilityTask117 Intent intent = new Intent(ACTION_TASK_TIMEOUT_ALARM); in startTimer()