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

/packages/apps/UnifiedEmail/src/com/android/mail/adapter/
H A DDrawerItem.java323 * @param currentType The type of the current folder. We want to only highlight a folder once.
332 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
341 return (mFolderType == currentType) && mFolder.folderUri.equals(currentFolder);

Completed in 669 milliseconds