Searched refs:currentType (Results 1 – 12 of 12) 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 | BlankHeaderDrawerItem.java | 56 public boolean isHighlighted(FolderUri currentFolder, int currentType) { in isHighlighted() argument
|
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 | 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 | HelpItem.java | 57 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 | 170 int currentType = mPasswordEntry.getInputType(); in onCreateView() local 171 mPasswordEntry.setInputType(mIsAlpha ? currentType in onCreateView()
|
D | ChooseLockPassword.java | 407 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local 408 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | InCallController.java | 1173 int currentType = getInCallServiceType(entry.serviceInfo, packageManager); in getInCallServiceComponents() local 1174 if (requestedType == 0 || requestedType == currentType) { in getInCallServiceComponents()
|