Home
last modified time | relevance | path

Searched refs:error_text (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/libbase/
H A Dresult_test.cpp135 auto error_text = "test error"s; in TEST() local
136 Result<void> result = Error() << error_text; in TEST()
147 EXPECT_EQ(error_text, result2.error().message()); in TEST()
151 auto error_text = "test error"s; in TEST() local
152 Result<void> result = Error() << error_text; in TEST()
163 EXPECT_EQ(error_text, result2.error().message()); in TEST()
167 auto error_text = "test error"s; in TEST() local
170 Result<void> result = ErrnoError() << error_text; in TEST()
183 EXPECT_EQ(error_text + ": " + strerror(test_errno), result2.error().message()); in TEST()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintEnrollEnrollingTest.java88 TextView errorText = mActivity.findViewById(R.id.error_text); in fingerprintEnrollHelp_shouldShowHelpText()
/aosp12/frameworks/base/cmds/am/proto/
H A Dinstrumentation_data.proto58 optional string error_text = 2; field
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceEnrollEnrolling.java91 mErrorText = findViewById(R.id.error_text); in onCreate()
H A DFaceEnrollIntroduction.java246 return findViewById(R.id.error_text); in getErrorTextView()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintEnrollIntroduction.java202 return findViewById(R.id.error_text); in getErrorTextView()
H A DFingerprintEnrollEnrolling.java195 mErrorText = findViewById(R.id.error_text); in onCreate()
/aosp12/build/make/core/
H A DMakefile1983 RECOVERY_ERROR_TEXT_FILE := $(dir $(RECOVERY_INSTALLING_TEXT_FILE))/error_text.png