Searched refs:handleError (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Email/src/com/android/email/activity/ |
H A D | EmailActivity.java | 365 handleError(result, accountId, progress); 371 handleError(result, accountId, progress); 377 handleError(result, accountId, progress); 383 handleError(result, accountId, progress); 389 handleError(result, accountId, progress); 395 handleError(result, accountId, progress); 398 private void handleError(final MessagingException result, final long accountId, method in class:EmailActivity.ControllerResult
|
/packages/apps/Contacts/src/com/android/contacts/voicemail/ |
H A D | VoicemailPlaybackPresenter.java | 385 handleError(new IllegalStateException("MediaPlayer error listener invoked")); 474 handleError(exception); 480 private void handleError(Exception e) { method in class:VoicemailPlaybackPresenter
|
Completed in 66 milliseconds