Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 23 of 23) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DApiServiceListener.java40 public void onProjectsLoaded(List<VideoEditorProject> projects, Exception exception) {} in onProjectsLoaded()
60 List<MediaItem> mediaItems, List<AudioTrack> audioTracks, Exception exception) {} in onVideoEditorCreated()
72 List<MediaItem> mediaItems, List<AudioTrack> audioTracks, Exception exception) {} in onVideoEditorLoaded()
81 …ublic void onVideoEditorAspectRatioSet(String projectPath, int aspectRatio, Exception exception) {} in onVideoEditorAspectRatioSet()
90 public void onVideoEditorThemeApplied(String projectPath, String theme, Exception exception) {} in onVideoEditorThemeApplied()
122 Exception exception, boolean cancelled) {} in onVideoEditorExportComplete()
138 public void onVideoEditorSaved(String projectPath, Exception exception) {} in onVideoEditorSaved()
146 public void onVideoEditorReleased(String projectPath, Exception exception) {} in onVideoEditorReleased()
154 public void onVideoEditorDeleted(String projectPath, Exception exception) {} in onVideoEditorDeleted()
169 Integer aspectRatio, Exception exception) {} in onMediaItemAdded()
[all …]
DApiService.java1985 final Exception exception = in processIntent() local
2887 final Exception exception, final Object result, final Object extraResult, in completeRequest()
3079 final Exception exception = in onIntentProcessed() local
/packages/apps/VideoEditor/src/com/android/videoeditor/
DVideoEditorBaseActivity.java90 List<MediaItem> mediaItems, List<AudioTrack> audioTracks, Exception exception) { in onVideoEditorCreated()
115 List<MediaItem> mediaItems, List<AudioTrack> audioTracks, Exception exception) { in onVideoEditorLoaded()
141 Exception exception) { in onVideoEditorAspectRatioSet()
162 Exception exception) { in onVideoEditorThemeApplied()
237 Exception exception, boolean cancelled) { in onVideoEditorExportComplete()
262 public void onVideoEditorSaved(String projectPath, Exception exception) { in onVideoEditorSaved()
275 public void onVideoEditorReleased(String projectPath, Exception exception) { in onVideoEditorReleased()
283 public void onVideoEditorDeleted(String projectPath, Exception exception) { in onVideoEditorDeleted()
293 Integer newAspectRatio, Exception exception) { in onMediaItemAdded()
323 String filename, Exception exception) { in onMediaLoaded()
[all …]
/packages/apps/Email/src/com/android/email/
DRefreshManager.java125 public void onCallback(MessagingException exception, int progress, Clock clock) { in onCallback()
358 private String exceptionToString(MessagingException exception) { in exceptionToString()
370 public void updateMailboxListCallback(MessagingException exception, long accountId, in updateMailboxListCallback()
388 public void updateMailboxCallback(MessagingException exception, long accountId, in updateMailboxCallback()
408 MessagingException exception, long accountId, long mailboxId, int progress, in serviceCheckMailCallback()
417 private void updateMailboxCallbackInternal(MessagingException exception, long accountId, in updateMailboxCallbackInternal()
436 public void sendMailCallback(MessagingException exception, long accountId, long messageId, in sendMailCallback()
/packages/apps/Mms/src/com/android/mms/util/
DItemLoadedCallback.java31 void onItemLoaded(T result, Throwable exception); in onItemLoaded()
DPduLoaderManager.java182 Throwable exception = null; in run() local
/packages/apps/Phone/src/com/android/phone/
DNetworkQueryService.java199 int exception = (ar.exception == null) ? QUERY_OK : QUERY_EXCEPTION; in broadcastQueryResults() local
207 cb.onQueryComplete((ArrayList<OperatorInfo>) ar.result, exception); in broadcastQueryResults() local
DTimeConsumingPreferenceActivity.java20 public void onException(Preference preference, CommandException exception); in onException()
179 public void onException(Preference preference, CommandException exception) { in onException()
DCallFeaturesSetting.java1218 Throwable exception = entry.getValue().exception; in checkFwdChangeSuccess() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DEvenMoreAsserts.java39 public static <T extends Exception> void assertThrows(Class<T> exception, Runnable r) { in assertThrows()
43 public static <T extends Exception> void assertThrows(String message, Class<T> exception, in assertThrows()
DSqlInjectionDetectionTest.java101 private <T extends Exception> void assertQueryThrows(Class<T> exception, final Uri uri, in assertQueryThrows()
/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java99 private Contact(Uri requestedUri, Contact.Status status, Exception exception) { in Contact()
129 public static Contact forError(Uri requestedUri, Exception exception) { in forError()
/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java300 public void onEffectsError(Exception exception, String filePath); in onEffectsError()
870 private void raiseError(final Exception exception) { in raiseError()
DVideoCamera.java2045 public synchronized void onEffectsError(Exception exception, String fileName) { in onEffectsError()
/packages/apps/Mms/src/com/android/mms/transaction/
DHttpUtils.java292 private static void handleHttpConnectionException(Exception exception, String url) in handleHttpConnectionException()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java540 private void handleSendException(String exception) { in handleSendException()
/packages/apps/Mms/src/com/android/mms/ui/
DMessageItem.java302 public void onItemLoaded(Object result, Throwable exception) { in onItemLoaded()
DMessageListItem.java435 public void onItemLoaded(ImageLoaded imageLoaded, Throwable exception) { in onItemLoaded()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DAbstractSyncService.java153 Exception exception = null; field in AbstractSyncService.ValidationResult
/packages/apps/Camera/src/com/android/camera/
DEffectsRecorder.java477 public void onEffectsError(Exception exception, String filePath); in onEffectsError()
1148 private void raiseError(final Exception exception) { in raiseError()
DVideoModule.java2075 public synchronized void onEffectsError(Exception exception, String fileName) { in onEffectsError()
/packages/apps/Email/src/org/apache/commons/io/
DFileUtils.java1040 IOException exception = null; in cleanDirectory() local
1450 IOException exception = null; in cleanDirectoryOnExit() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java4603 sUriMatcher.addURI(CalendarContract.AUTHORITY, "exception/#", EXCEPTION_ID); in sUriMatcher.addURI()
4604 sUriMatcher.addURI(CalendarContract.AUTHORITY, "exception/#/#", EXCEPTION_ID2); in sUriMatcher.addURI()