Searched refs:ACTION_ONALARM (Results 1 – 2 of 2) sorted by relevance
289 Intent service = new Intent(TransactionService.ACTION_ONALARM, in setRetryAlarm()
100 public static final String ACTION_ONALARM = "android.intent.action.ACTION_ONALARM"; field in TransactionService200 if (ACTION_ONALARM.equals(intent.getAction()) || (intent.getExtras() == null)) { in onNewIntent()