Searched defs:findTimerPositionById (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java164 protected int findTimerPositionById(int id) { method in class:TimerFragment.TimersListAdapter
175 int position = findTimerPositionById(timerObj.mTimerId);
783 mAdapter.findTimerPositionById(timer.mTimerId))).mLabel = label;

Completed in 70 milliseconds