Searched refs:currentType (Results 1 – 14 of 14) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/drawer/ |
D | FolderDrawerItem.java | 62 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument 65 return (mItemCategory == currentType) && mFolder.folderUri.equals(currentFolder); in isHighlighted()
|
D | WaitViewDrawerItem.java | 55 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
|
D | BottomSpaceDrawerItem.java | 56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
|
D | BlankHeaderDrawerItem.java | 56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
|
D | HelpItem.java | 57 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
|
D | SettingsItem.java | 47 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
|
D | HeaderDrawerItem.java | 61 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
|
D | AccountDrawerItem.java | 73 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
|
D | DrawerItem.java | 225 public abstract boolean isHighlighted(FolderUri currentFolder, int currentType); in isHighlighted() argument
|
/packages/apps/Settings/src/com/android/settings/password/ |
D | ConfirmLockPassword.java | 165 int currentType = mPasswordEntry.getInputType(); in onCreateView() local 166 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
|
D | ChooseLockPassword.java | 467 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/ |
D | ConfirmLockPassword.java | 165 int currentType = mPasswordEntry.getInputType(); in onCreateView() local 166 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
|
D | ChooseLockPassword.java | 468 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local 469 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | InCallController.java | 1245 int currentType = getInCallServiceType(entry.serviceInfo, packageManager, in getInCallServiceComponents() local 1247 if (requestedType == 0 || requestedType == currentType) { in getInCallServiceComponents()
|