Searched refs:typeMask (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java730 * Checks if <code>typeMask</code> is of the specified {@link FolderType}
735 public static boolean isType(final int typeMask, final int folderType) { argument
736 return (typeMask & folderType) != 0;

Completed in 794 milliseconds