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

/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
H A DFolderDrawerItem.java62 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
65 return (mItemCategory == currentType) && mFolder.folderUri.equals(currentFolder);
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 DWaitViewDrawerItem.java55 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DAccountDrawerItem.java73 public boolean isHighlighted(FolderUri currentFolder, int currentType) { argument
H A DHeaderDrawerItem.java61 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 DDrawerItem.java216 * @param currentType The type of the current folder. We want to only highlight a folder once.
225 public abstract boolean isHighlighted(FolderUri currentFolder, int currentType); argument
/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmLockPassword.java170 int currentType = mPasswordEntry.getInputType();
171 mPasswordEntry.setInputType(mIsAlpha ? currentType
H A DChooseLockPassword.java407 int currentType = mPasswordEntry.getInputType();
408 mPasswordEntry.setInputType(mIsAlphaMode ? currentType
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java1173 int currentType = getInCallServiceType(entry.serviceInfo, packageManager);
1174 if (requestedType == 0 || requestedType == currentType) {

Completed in 92 milliseconds