Home | History | Annotate | Download | only in app

Lines Matching defs:noteAlarmFinish

134     static public void noteAlarmFinish(PendingIntent ps, int sourceUid, String tag) {
136 getDefault().noteAlarmFinish((ps != null) ? ps.getTarget() : null, sourceUid, tag);
1617 noteAlarmFinish(is, sourceUid, tag);
5054 public void noteAlarmFinish(IIntentSender sender, int sourceUid, String tag)