Home
last modified time | relevance | path

Searched refs:showError (Results 1 – 21 of 21) 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/modules/OnDevicePersonalization/samples/odpclient/src/main/java/com/example/odpclient/
DMainActivity.java215 showError("OdpClient:makeRequest:odpManager.execute", e);
260 showError(
265 showError("makeRequest", e);
319 showError("OdpClient:scheduleTraining:odpManager.execute", e);
326 showError("scheduleTraining", e);
369 showError("OdpClient:cancelTraining:odpManager.execute", e);
376 showError("cancelTraining", e);
411 showError("OdpClient:reportConversion:odpManager.execute", e);
418 showError("reportConversion", e);
422 private void showError(String message, Throwable e) {
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothUtils.java51 com.android.car.settings.bluetooth.BluetoothUtils::showError);
72 static void showError(Context context, String name, int messageResId) { in showError() method in BluetoothUtils
73 showError(context, name, messageResId, getLocalBtManager(context)); in showError()
76 private static void showError(Context context, String name, int messageResId, in showError() method in BluetoothUtils
DBluetoothUnbondedDevicesPreferenceController.java69 BluetoothUtils.showError(getContext(), cachedDevice.getName(), in onDeviceClickedInternal()
DBluetoothDevicePickerPreferenceController.java117 BluetoothUtils.showError(getContext(), cachedDevice.getName(), in onDeviceClickedInternal()
/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
DVoicemailChangePinActivity.java140 activity.showError(message); in handleResult()
167 activity.showError( in handleResult()
229 activity.showError(errorMsg); in handleNext()
280 activity.showError(message); in handleResult()
525 private void showError(CharSequence message) { in showError() method in VoicemailChangePinActivity
526 showError(message, null); in showError()
529 private void showError(CharSequence message, @Nullable OnDismissListener callback) { in showError() method in VoicemailChangePinActivity
/packages/apps/Settings/src/com/android/settings/network/
DSimOnboardingActivity.kt93 lateinit var showError: MutableState<ErrorType> variable in com.android.settings.network.SimOnboardingActivity
208 showError = rememberSaveable { mutableStateOf(ErrorType.ERROR_NONE) } in Content()
225 if (showError.value != ErrorType.ERROR_NONE in Content()
369 when (showError.value) { in ErrorDialogImpl()
456 showError.value = ErrorType.ERROR_SIM_SWITCHING in handleSwitchToEuiccSubscriptionSidecarStateChange()
476 showError.value = ErrorType.ERROR_SIM_SWITCHING in handleSwitchToRemovableSlotSidecarStateChange()
497 showError.value = ErrorType.ERROR_ENABLE_DSDS in handleEnableMultiSimSidecarStateChange()
/packages/apps/Settings/src/com/android/settings/deviceinfo/legal/
DModuleLicensePreference.java61 showError(); in onClick()
65 private void showError() { in showError() method in ModuleLicensePreference
/packages/apps/Multiuser/Widget/src/main/java/com/android/multiuser/widget/viewmodel/
DUserViewModel.kt72 fun switch(showError: (intent: Intent) -> Unit) { in switch()
73 userSwitchUseCase()?.let { showError(it) } in switch()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEnrolling.java186 showError(helpString); in onEnrollmentHelp()
214 showError("Steps: " + steps + " Remaining: " + remaining); in onEnrollmentProgressChange()
231 private void showError(CharSequence error) { in showError() method in FaceEnrollEnrolling
/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtils.java132 showError(context, name, R.string.bluetooth_connecting_error_message, manager); in showConnectingError()
135 static void showError(Context context, String name, int messageResId) { in showError() method in Utils
136 showError(context, name, messageResId, getLocalBtManager(context)); in showError()
139 private static void showError(Context context, String name, int messageResId, in showError() method in Utils
192 showError(context, name, messageResId);
DBluetoothDevicePreference.java462 Utils.showError(getContext(), mCachedDevice.getName(), in pair()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationListService.java162 final boolean showError = in getViewAt()
166 showError && includeAvatar ? in getViewAt()
169 if (showError || showDraft) { in getViewAt()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java345 showError(message, 0); in updateErrorMessage()
415 protected void showError(CharSequence msg, long timeout) { in showError() method in ConfirmDeviceCredentialBaseFragment
460 protected void showError(int msg, long timeout) { in showError() method in ConfirmDeviceCredentialBaseFragment
461 showError(getText(msg), timeout); in showError()
DConfirmLockPassword.java629 showError(getErrorMessage(), CLEAR_WRONG_ATTEMPT_TIMEOUT_MS); in onPasswordChecked()
702 showError(getString( in handleAttemptLockout()
DConfirmLockPattern.java392 showError(R.string.lockpattern_need_to_unlock_wrong, in updateStage()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/admin/
DDevicePolicyFragment.java316 showError(e, "No lock task present"); in startLockTask()
325 showError(e, "No lock task present"); in stopLockTasks()
390 private void showError(@NonNull Exception e, @NonNull String pattern, in showError() method in DevicePolicyFragment
/packages/apps/CertInstaller/src/com/android/certinstaller/
DViewHelper.java33 void showError(int msgId) { in showError() method in ViewHelper
DCertInstaller.java368 mView.showError(R.string.password_error); in onExtractionDone()
473 mView.showError(R.string.password_empty_error); in createPkcs12PasswordDialog()
500 mView.showError(R.string.name_empty_error); in createNameCertificateDialog()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java850 showError(featuredString); in onEnrollmentHelp()
989 private void showError(CharSequence error) { in showError() method in FingerprintEnrollEnrolling
1167 showError(getString(R.string.security_settings_fingerprint_enroll_lift_touch_again));
/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