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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDataModelException.java54 private static final int LAST = 138; field in class:DataModelException
66 if (errorCode < FIRST || errorCode > LAST) {
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java74 public static final int LAST = 3; field in class:MediaPlaybackService
882 * @param action NOW, NEXT or LAST
890 // action == LAST || action == NOW || mPlayPos + 1 == mPlayListLen

Completed in 83 milliseconds