/external/autotest/client/cros/cellular/wardmodem/ |
state_machine.py | 184 def _raise_setup_error(self, errstring): 188 @param errstring: The error string. 191 errstring = self._tag_with_name(errstring) 192 self._logger.error(errstring) 193 raise wme.WardModemSetupException(errstring) 196 def _raise_runtime_error(self, errstring): 200 @param errstring: The error string. 203 errstring = self._tag_with_name(errstring) [all...] |
global_state.py | 151 def _setup_error(self, errstring): 155 @param errstring: The error string. 158 self._logger.error(errstring) 159 raise wme.WardModemSetupException(errstring) 162 def _runtime_error(self, errstring): 166 @param errstring: The error string. 169 self._logger.error(errstring) 170 raise wme.StateMachineException(errstring)
|
/frameworks/support/compat/api23/android/support/v4/hardware/fingerprint/ |
FingerprintManagerCompatApi23.java | 85 public void onAuthenticationError(int errMsgId, CharSequence errString) { 86 callback.onAuthenticationError(errMsgId, errString); 148 public void onAuthenticationError(int errMsgId, CharSequence errString) { }
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
FingerprintEnrollSidecar.java | 141 public void onEnrollmentError(int errMsgId, CharSequence errString) { 143 mListener.onEnrollmentError(errMsgId, errString); 163 void onEnrollmentError(int errMsgId, CharSequence errString);
|
FingerprintUiHelper.java | 80 public void onAuthenticationError(int errMsgId, CharSequence errString) { 81 showError(errString);
|
FingerprintEnrollFindSensor.java | 94 public void onEnrollmentError(int errMsgId, CharSequence errString) {
|
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/ |
FingerprintUiHelper.java | 99 public void onAuthenticationError(int errMsgId, CharSequence errString) { 101 showError(errString);
|
/developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/ |
FingerprintUiHelper.java | 80 public void onAuthenticationError(int errMsgId, CharSequence errString) { 82 showError(errString);
|
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/ |
FingerprintUiHelper.java | 99 public void onAuthenticationError(int errMsgId, CharSequence errString) { 101 showError(errString);
|
/developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/ |
FingerprintUiHelper.java | 80 public void onAuthenticationError(int errMsgId, CharSequence errString) { 82 showError(errString);
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
FingerprintUiHelper.java | 99 public void onAuthenticationError(int errMsgId, CharSequence errString) { 101 showError(errString);
|
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/ |
FingerprintUiHelper.java | 80 public void onAuthenticationError(int errMsgId, CharSequence errString) { 82 showError(errString);
|
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/internal/ |
IQtiImsExtListener.aidl | 67 * @param errString contains error string if any. 70 void onUTReqFailed(int errCode, String errString);
|
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/ |
QtiImsExtListenerBaseImpl.java | 49 public void onUTReqFailed(int errCode, String errString) {
|
/frameworks/support/compat/java/android/support/v4/hardware/fingerprint/ |
FingerprintManagerCompat.java | 177 * @param errString A human-readable error string that can be shown in UI 179 public void onAuthenticationError(int errMsgId, CharSequence errString) { } 289 public void onAuthenticationError(int errMsgId, CharSequence errString) { 290 callback.onAuthenticationError(errMsgId, errString);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
FingerprintBoundKeysTest.java | 238 public void onAuthenticationError(int errMsgId, CharSequence errString) { 240 Log.i(TAG,"onAuthenticationError: id=" + errMsgId + "; str=" + errString); 243 showToast(errString.toString());
|
/cts/tests/tests/hardware/src/android/hardware/fingerprint/cts/ |
FingerprintManagerTest.java | 41 public void onAuthenticationError(int errorCode, CharSequence errString) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
KeyguardIndicationController.java | 266 public void onFingerprintError(int msgId, String errString) { 279 mStatusBarKeyguardViewManager.showBouncerMessage(errString, errorColor); 282 showTransientIndication(errString, errorColor); 287 mMessageToShowOnScreenOn = errString;
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitorCallback.java | 224 * @param errString 226 public void onFingerprintError(int msgId, String errString) { }
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
hmtrp.js | 104 var errString = "getConfig() failed. Make sure the radio " + 106 console.log(errString);
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
hmtrp.py | 109 errString = ("getConfig() failed. Make sure the radio " 111 print errString
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CommandException.java | 126 public CommandException(Error e, String errString) { 127 super(errString);
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
FingerprintManager.java | 311 * @param errString A human-readable error string that can be shown in UI 313 public void onAuthenticationError(int errorCode, CharSequence errString) { } 357 * @param errString A human-readable error string that can be shown in UI 359 public void onEnrollmentError(int errMsgId, CharSequence errString) { } 393 * @param errString An error message indicating why the fingerprint id can't be removed 395 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) { } [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
AuthenticationBoundKeyTestActivity.java | 332 public void onAuthenticationError(int errMsgId, CharSequence errString) { 334 showToast(errString.toString());
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
AdnRecordCache.java | 122 private void sendErrorResponse(Message response, String errString) { 124 Exception e = new RuntimeException(errString);
|