HomeSort by relevance Sort by last modified time
    Searched refs:ALARM_WENT_OFF_ACTION (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmIntentService.java 35 public static final String ALARM_WENT_OFF_ACTION = AlarmIntentService.class.getName()
71 Intent wentOffIntent = new Intent(ALARM_WENT_OFF_ACTION);
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmIntentService.java 35 public static final String ALARM_WENT_OFF_ACTION = AlarmIntentService.class.getName()
71 Intent wentOffIntent = new Intent(ALARM_WENT_OFF_ACTION);
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmIntentService.java 35 public static final String ALARM_WENT_OFF_ACTION = AlarmIntentService.class.getName()
71 Intent wentOffIntent = new Intent(ALARM_WENT_OFF_ACTION);
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/
SchedulerFragment.java 69 new IntentFilter(AlarmIntentService.ALARM_WENT_OFF_ACTION));
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/
SchedulerFragment.java 69 new IntentFilter(AlarmIntentService.ALARM_WENT_OFF_ACTION));
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/
SchedulerFragment.java 69 new IntentFilter(AlarmIntentService.ALARM_WENT_OFF_ACTION));

Completed in 736 milliseconds