Home
last modified time | relevance | path

Searched refs:currentType (Results 1 – 14 of 14) 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()
DWaitViewDrawerItem.java55 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DBottomSpaceDrawerItem.java56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DBlankHeaderDrawerItem.java56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
DHelpItem.java57 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
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.java165 int currentType = mPasswordEntry.getInputType(); in onCreateView() local
166 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
DChooseLockPassword.java467 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local
468 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DConfirmLockPassword.java165 int currentType = mPasswordEntry.getInputType(); in onCreateView() local
166 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
DChooseLockPassword.java468 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local
469 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java1245 int currentType = getInCallServiceType(entry.serviceInfo, packageManager, in getInCallServiceComponents() local
1247 if (requestedType == 0 || requestedType == currentType) { in getInCallServiceComponents()