Home
last modified time | relevance | path

Searched refs:showError (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
DFatalErrorHandlerImpl.java46 CameraUtil.showError(mActivity, reason.getDialogMsgId(), reason.getFeedbackMsgId(), in onMediaStorageFailure()
62 CameraUtil.showError(mActivity, reason.getDialogMsgId(), reason.getFeedbackMsgId(), in onCameraOpenFailure()
78 CameraUtil.showError(mActivity, reason.getDialogMsgId(), reason.getFeedbackMsgId(), in onCameraReconnectFailure()
94 CameraUtil.showError(mActivity, reason.getDialogMsgId(), reason.getFeedbackMsgId(), in onGenericCameraAccessFailure()
111 CameraUtil.showError(mActivity, reason.getDialogMsgId(), reason.getFeedbackMsgId(), in onCameraDisabledFailure()
122 CameraUtil.showError(mActivity, reason.getDialogMsgId(), reason.getFeedbackMsgId(), in handleFatalError()
/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintUiHelper.java82 showError(errString); in onAuthenticationError()
88 showError(helpString); in onAuthenticationHelp()
93 showError(mIcon.getResources().getString( in onAuthenticationFailed()
103 private void showError(CharSequence error) { in showError() method in FingerprintUiHelper
DFingerprintEnrollEnrolling.java365 private void showError(CharSequence error) { in showError() method in FingerprintEnrollEnrolling
459 showError(getString(R.string.security_settings_fingerprint_enroll_lift_touch_again));
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVoicemailChangePinActivity.java146 activity.showError(message); in handleResult()
173 activity.showError( in handleResult()
236 activity.showError(errorMsg); in handleNext()
289 activity.showError(message); in handleResult()
555 private void showError(CharSequence message) { in showError() method in VoicemailChangePinActivity
556 showError(message, null); in showError()
559 private void showError(CharSequence message, @Nullable OnDismissListener callback) { in showError() method in VoicemailChangePinActivity
/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtils.java107 showError(context, name, R.string.bluetooth_connecting_error_message, manager); in showConnectingError()
110 static void showError(Context context, String name, int messageResId) { in showError() method in Utils
111 showError(context, name, messageResId, getLocalBtManager(context)); in showError()
114 private static void showError(Context context, String name, int messageResId, in showError() method in Utils
145 showError(context, name, messageResId);
DBluetoothDevicePreference.java238 Utils.showError(getContext(), mCachedDevice.getName(), in pair()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DInstallStaging.java102 showError(); in onResume()
131 private void showError() { in showError() method in InstallStaging
217 showError(); in onPostExecute()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java314 showError(message, 0); in updateErrorMessage()
373 protected void showError(CharSequence msg, long timeout) { in showError() method in ConfirmDeviceCredentialBaseFragment
384 protected void showError(int msg, long timeout) { in showError() method in ConfirmDeviceCredentialBaseFragment
385 showError(getText(msg), timeout); in showError()
DConfirmLockPassword.java462 showError(getErrorMessage(), CLEAR_WRONG_ATTEMPT_TIMEOUT_MS); in onPasswordChecked()
489 showError(getString( in handleAttemptLockout()
DConfirmLockPattern.java315 showError(R.string.lockpattern_need_to_unlock_wrong, in updateStage()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationListService.java162 final boolean showError = conv.getIsFailedStatus() && in getViewAt()
167 showError && includeAvatar ? in getViewAt()
170 if (showError || showDraft) { in getViewAt()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstaller.java354 mView.showError(R.string.password_error); in onExtractionDone()
362 mView.showError(R.string.password_empty_error); in createPkcs12PasswordDialog()
398 mView.showError(R.string.name_empty_error); in createNameCredentialDialog()
DViewHelper.java33 void showError(int msgId) { in showError() method in ViewHelper
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDeviceListAdapter.java464 showError(device.getName(), in onClick()
476 private void showError(String name, int messageResId) { in showError() method in BluetoothDeviceListAdapter
/packages/apps/Settings/src/com/android/settings/
DApnEditor.java865 ErrorDialog.showError(this); in validateAndSave()
1162 public static void showError(ApnEditor editor) { in showError() method in ApnEditor.ErrorDialog
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java291 …public static void showError(final Activity activity, final int dialogMsgId, final int feedbackMsg… in showError() method in CameraUtil