HomeSort by relevance Sort by last modified time
    Searched refs:setNotification (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 73 setNotification(mStartTime - mElapsedTime, true, mNumLaps);
82 setNotification(mStartTime - mElapsedTime, true, mNumLaps);
90 setNotification(actionTime - mElapsedTime, false, mNumLaps);
148 private void setNotification(long clockBaseTime, boolean clockRunning, int numLaps) {
278 setNotification(clockBaseTime, clockRunning, numLaps);

Completed in 45 milliseconds