HomeSort by relevance Sort by last modified time
    Searched defs:showError (Results 1 - 17 of 17) sorted by null

  /packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java 32 void showError(int msgId) {
  /external/junit/src/junit/swingui/
StatusLine.java 34 public void showError(String status) {
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 96 showError(R.string.lockpattern_need_to_unlock_wrong);
113 private void showError(int msg) {
ProxySelector.java 87 protected void showError(int error) {
191 showError(result);
ChooseLockPassword.java 282 showError(errorMsg, mUiStage);
298 private void showError(String msg, final Stage next) {
SecuritySettings.java 461 showError(dialog, R.string.credentials_password_empty);
466 showError(dialog, R.string.credentials_passwords_empty);
468 showError(dialog, R.string.credentials_password_too_short);
470 showError(dialog, R.string.credentials_passwords_mismatch);
495 showError(dialog, R.string.credentials_wrong_password);
497 showError(dialog, R.string.credentials_reset_warning);
499 showError(dialog, R.string.credentials_reset_warning_plural, count);
510 private void showError(Dialog dialog, int stringId, Object... formatArgs) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 200 mLocalManager.showError(device, R.string.bluetooth_error_title, errorMsg);
204 mLocalManager.showError(device, R.string.bluetooth_error_title, errorMsg);
208 mLocalManager.showError(device, R.string.bluetooth_error_title, errorMsg);
215 mLocalManager.showError(device, R.string.bluetooth_error_title, errorMsg);
LocalBluetoothManager.java 278 public void showError(BluetoothDevice device, int titleResId, int messageResId) {
CachedBluetoothDevice.java 313 mLocalManager.showError(mDevice, R.string.bluetooth_error_title,
335 mLocalManager.showError(mDevice, R.string.bluetooth_error_title,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java 178 public void showError(final String message) {
  /packages/apps/Browser/src/com/android/browser/
Tab.java 406 showError(mQueuedErrors.getFirst());
436 showError(errDialog);
440 private void showError(ErrorDialog errDialog) {
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 327 milliseconds