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

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 287 json.put(AccountColumns.RECENT_FOLDER_LIST_URI, recentFolderListUri);
416 .optString(AccountColumns.RECENT_FOLDER_LIST_URI));
492 cursor.getColumnIndex(UIProvider.AccountColumns.RECENT_FOLDER_LIST_URI)));
    [all...]
UIProvider.java 200 .put(AccountColumns.RECENT_FOLDER_LIST_URI, String.class)
515 public static final String RECENT_FOLDER_LIST_URI = "recentFolderListUri";
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 351 accountMap.put(AccountColumns.RECENT_FOLDER_LIST_URI,
355 accountMap.put(AccountColumns.RECENT_FOLDER_LIST_URI, Uri.EMPTY);
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 50 milliseconds