Searched defs:createAlarm (Results 1 – 3 of 3) sorted by relevance
63 private static Alarm createAlarm(long whenElapsed, long windowLength) { in createAlarm() method in AlarmStoreTest79 private static Alarm createAlarm(int type, long whenElapsed, long windowLength, int flags) { in createAlarm() method in AlarmStoreTest
239 val createAlarm = Alarm.createIntent(this, DeskClock::class.java, Alarm.INVALID_ID) regex
541 Alarm createAlarm(const string& name, const int64_t offsetMillis, const int64_t periodMillis) { in createAlarm() function