Home
last modified time | relevance | path

Searched defs:showError (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtils.java98 static void showError(Context context, String name, int messageResId) { in showError() method in Utils
102 private static void showError(Context context, String name, int messageResId, in showError() method in Utils
/packages/apps/CertInstaller/src/com/android/certinstaller/
DViewHelper.java33 void showError(int msgId) { in showError() method in ViewHelper
/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintUiHelper.java103 private void showError(CharSequence error) { in showError() method in FingerprintUiHelper
DFingerprintEnrollEnrolling.java348 private void showError(CharSequence error) { in showError() method in FingerprintEnrollEnrolling
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DInstallStaging.java131 private void showError() { in showError() method in InstallStaging
/packages/apps/Settings/src/com/android/settings/
DConfirmDeviceCredentialBaseFragment.java319 protected void showError(CharSequence msg, long timeout) { in showError() method in ConfirmDeviceCredentialBaseFragment
330 protected void showError(int msg, long timeout) { in showError() method in ConfirmDeviceCredentialBaseFragment
DApnEditor.java1093 public static void showError(ApnEditor editor) { in showError() method in ApnEditor.ErrorDialog
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVoicemailChangePinActivity.java555 private void showError(CharSequence message) { in showError() method in VoicemailChangePinActivity
559 private void showError(CharSequence message, @Nullable OnDismissListener callback) { in showError() method in VoicemailChangePinActivity
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDeviceListAdapter.java452 private void showError(String name, int messageResId) { in showError() method in BluetoothDeviceListAdapter
/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