Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DFolderDrawerItem.java62 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
65 return (mItemCategory == currentType) && mFolder.folderUri.equals(currentFolder); in isHighlighted()
DBlankHeaderDrawerItem.java56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DWaitViewDrawerItem.java55 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DBottomSpaceDrawerItem.java56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DSettingsItem.java47 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DHeaderDrawerItem.java61 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DHelpItem.java57 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DAccountDrawerItem.java73 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DDrawerItem.java225 public abstract boolean isHighlighted(FolderUri currentFolder, int currentType); in isHighlighted() argument
/packages/apps/Settings/src/com/android/settings/password/
DConfirmLockPassword.java170 int currentType = mPasswordEntry.getInputType(); in onCreateView() local
171 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
DChooseLockPassword.java407 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local
408 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java1173 int currentType = getInCallServiceType(entry.serviceInfo, packageManager); in getInCallServiceComponents() local
1174 if (requestedType == 0 || requestedType == currentType) { in getInCallServiceComponents()