HomeSort by relevance Sort by last modified time
    Searched defs:TRASH (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 39 TRASH,
174 * (such as inbox, draft, sent, or trash). Stores that do not implement this
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 67 private static final int TRASH = 2;
409 if (mRemoveMode == FLING || mRemoveMode == TRASH) {
447 public void setTrashcan(Drawable trash) {
448 mTrashcan = trash;
449 mRemoveMode = TRASH;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 353 * Whether the account supports emptying the trash folder
    [all...]

Completed in 541 milliseconds