Home
last modified time | relevance | path

Searched refs:handleError (Results 1 – 4 of 4) sorted by relevance

/development/tools/motion/motion_test_watcher_app/src/app/
Dgoldens.service.ts34 catchError(this.handleError<Golden[]>('e')),
52 catchError(this.handleError<Golden[]>('e')),
68 catchError(this.handleError<void>('update')),
72 private handleError<T>(operation = 'operation', result?: T) { method in GoldensService
/development/apps/Development/src/com/android/development/
DAppHwPref.java65 handleError("Null package name", true); in onCreate()
76 handleError("Failed retrieving packageInfo for pkg:"+pkgName, true); in onCreate()
112 void handleError(String errMsg, boolean finish) { in handleError() method in AppHwPref
168 handleError("Invalid HardwareConfigurationObject", true); in getTouchScreenStr()
187 handleError("Invalid HardwareConfigurationObject", true); in getKeyboardTypeStr()
206 handleError("Invalid HardwareConfigurationObject", true); in getNavigationStr()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
DAddVoicemailActivity.java119 handleError(e); in storeVoicemail()
170 handleError(new Exception("Failed to do recording. Error Code: " + resultCode)); in handleRecordingResult()
181 private void handleError(Exception e) { in handleError() method in AddVoicemailActivity
224 handleError(error); in onPostExecute()
/development/tools/winscope/src/app/
Dglobal_error_handler.ts21 handleError(error: Error) { method in GlobalErrorHandler