Home
last modified time | relevance | path

Searched defs:popAlarmSetToast (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmUtils.kt101 fun popAlarmSetToast(context: Context, alarmTime: Long) { in popAlarmSetToast() method
DAlarmUtils.java95 public static void popAlarmSetToast(Context context, long alarmTime) { in popAlarmSetToast() method in AlarmUtils