Searched refs:handleError (Results 1 – 4 of 4) sorted by relevance
/development/tools/motion/motion_test_watcher_app/src/app/ |
D | goldens.service.ts | 34 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/ |
D | AppHwPref.java | 65 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/ |
D | AddVoicemailActivity.java | 119 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/ |
D | global_error_handler.ts | 21 handleError(error: Error) { method in GlobalErrorHandler
|