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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java113 public static final int NOT_SAVED = -1; field in class:EmailContent
119 public long mId = NOT_SAVED;
222 return mId != NOT_SAVED;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java1998 public static final int NOT_SAVED = 0; field in class:UIProvider.AttachmentState
2016 * Valid next states: {@link #NOT_SAVED}, {@link #FAILED},
2024 * {@link #NOT_SAVED}. This state may not be used as a command on its
2028 * Valid next states: {@link #NOT_SAVED}, {@link #PAUSED}

Completed in 70 milliseconds