Searched refs:getAlarmText (Results 1 – 2 of 2) sorted by relevance
70 .setContentText(AlarmUtils.getAlarmText(context, instance)) in showLowPriorityNotification()111 .setContentText(AlarmUtils.getAlarmText(context, instance)) in showHighPriorityNotification()
45 public static String getAlarmText(Context context, AlarmInstance instance) { in getAlarmText() method in AlarmUtils