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

/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DStopwatch.java32 static final long UNUSED = Long.MIN_VALUE; field in class:Stopwatch
35 private static final Stopwatch RESET_STOPWATCH = new Stopwatch(RESET, UNUSED, UNUSED, 0);
40 /** Elapsed time in ms the stopwatch was last started; {@link #UNUSED} if not running. */
104 return new Stopwatch(PAUSED, UNUSED, UNUSED, getTotalTime());
H A DTimer.java79 static final long UNUSED = Long.MIN_VALUE; field in class:Timer
93 /** The time at which the timer was last started; {@link #UNUSED} when not running. */
213 return new Timer(mId, PAUSED, mLength, mTotalLength, UNUSED, UNUSED, remainingTime, mLabel,
251 return new Timer(mId, RESET, mLength, mLength, UNUSED, UNUSED, mLength, mLabel,
/packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
H A DphNfcTypes.h295 #define UNUSED(X) (void)(X); macro

Completed in 243 milliseconds