Searched refs:handleError (Results 1 - 2 of 2) sorted by relevance

/development/apps/Development/src/com/android/development/
H A DAppHwPref.java65 handleError("Null package name", true);
76 handleError("Failed retrieving packageInfo for pkg:"+pkgName, true);
112 void handleError(String errMsg, boolean finish) { method in class:AppHwPref
168 handleError("Invalid HardwareConfigurationObject", true);
187 handleError("Invalid HardwareConfigurationObject", true);
206 handleError("Invalid HardwareConfigurationObject", true);
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
H A DAddVoicemailActivity.java119 handleError(e);
170 handleError(new Exception("Failed to do recording. Error Code: " + resultCode));
181 private void handleError(Exception e) { method in class:AddVoicemailActivity
224 handleError(error);

Completed in 143 milliseconds