Home
last modified time | relevance | path

Searched refs:isPassword (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DValidatedEditTextPreference.java101 public void setIsPassword(boolean isPassword) { in setIsPassword() argument
102 mIsPassword = isPassword; in setIsPassword()
105 public void setIsSummaryPassword(boolean isPassword) { in setIsSummaryPassword() argument
106 mIsSummaryPassword = isPassword; in setIsSummaryPassword()
110 public boolean isPassword() { in isPassword() method in ValidatedEditTextPreference
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DLockscreenCredentialTest.java37 assertFalse(empty.isPassword()); in testEmptyCredential()
49 assertFalse(pin.isPassword()); in testPinCredential()
56 assertTrue(password.isPassword()); in testPasswordCredential()
80 assertFalse(pattern.isPassword()); in testPatternCredential()
118 password.isPassword(); in testSanitize()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockscreenCredential.java193 if (isPassword()) { in getStorageCryptType()
218 public boolean isPassword() { in isPassword() method in LockscreenCredential
261 if (isPassword() || isPin()) { in checkLength()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java271 public boolean isPassword() { in isPassword() method in AccessibilityRecord
282 public void setPassword(boolean isPassword) { in setPassword() argument
284 setBooleanProperty(PROPERTY_PASSWORD, isPassword); in setPassword()
H A DAccessibilityNodeInfo.java2248 public boolean isPassword() { in isPassword() method in AccessibilityNodeInfo
4493 builder.append("; password: ").append(isPassword()); in toString()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowLockPatternUtils.java97 if (newCredential.isPassword() || newCredential.isPin()) { in setLockCredential()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DRecycleAccessibilityEventTest.java71 assertFalse(first.isPassword()); in testAccessibilityEventViewTextChangedType()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java492 if (credential.isPassword()) { in assertVerifyCredentials()
519 if (credential.isPassword() || credential.isPin()) { in initializeStorageWithCredential()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
H A DWifiTetherPasswordPreferenceControllerTest.java163 assertThat(mPreference.isPassword()).isTrue(); in updateDisplay_shouldSetInputType()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsShellCommand.java307 if (credential.isPassword() || credential.isPin()) { in isNewCredentialSufficient()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java216 serializer.attribute("", "password", Boolean.toString(node.isPassword())); in dumpNodeRec()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java1675 if (isPassword) {
6654 final boolean isPassword = isPasswordInputType(type); in setInputType()
6657 if (isPassword) { in setInputType()
6684 applySingleLine(singleLine, !isPassword, true, true); in setInputType()
11753 final boolean isPassword = hasPasswordTransformationMethod() in onProvideStructure()
11784 if (!isPassword || viewFor == VIEW_STRUCTURE_FOR_AUTOFILL in onProvideStructure()
12010 final boolean isPassword = hasPasswordTransformationMethod(); in onInitializeAccessibilityEventInternal()
12011 event.setPassword(isPassword); in onInitializeAccessibilityEventInternal()
12025 final boolean isPassword = hasPasswordTransformationMethod(); in onInitializeAccessibilityNodeInfoInternal()
12026 info.setPassword(isPassword); in onInitializeAccessibilityNodeInfoInternal()
[all …]
/aosp12/frameworks/base/core/java/android/app/admin/
H A DPasswordMetrics.java199 if (credential.isPassword() || credential.isPin()) { in computeForCredential()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3608 event.setPassword(focusedNode.isPassword()); in fireAccessibilityFocusEventIfHasFocusedNode()
H A DView.java10077 if (inputType == 0 && info.isPassword()) { in populateVirtualStructure()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50868 method public boolean isPassword();
51137 method public boolean isPassword();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt34944 method public boolean isPassword();
35136 method public boolean isPassword();