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

/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
H A DBlankHeaderDrawerItem.java56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DBottomSpaceDrawerItem.java56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DHelpItem.java57 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DSettingsItem.java47 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DWaitViewDrawerItem.java55 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DFolderDrawerItem.java62 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
64 if (currentFolder != null && mFolder != null && mFolder.folderUri != null) {
65 return (mItemCategory == currentType) && mFolder.folderUri.equals(currentFolder);
H A DHeaderDrawerItem.java61 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DAccountDrawerItem.java73 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DDrawerItem.java214 * @param currentFolder The current folder, according to the
225 public abstract boolean isHighlighted(FolderUri currentFolder, int currentType); argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderSelectionDialog.java56 final Folder currentFolder, final boolean isMoveTo) {
69 args.putParcelable(ARG_FOLDER_TAG, currentFolder);
54 getInstance(final Account account, final Collection<Conversation> target, final boolean isBatch, final Folder currentFolder, final boolean isMoveTo) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java3758 BluetoothMapFolderElement currentFolder) throws UnsupportedEncodingException {
3813 folderElement = currentFolder.getFolderById(folderId);
3757 getEmailMessage(long id, BluetoothMapAppParams appParams, BluetoothMapFolderElement currentFolder) argument

Completed in 171 milliseconds