/packages/apps/Email/tests/src/com/android/email/activity/ |
D | MessagesAdapterTests.java | 74 MessagesAdapter.MessagesCursor result = getLoaderResult(accountId, mailboxId); in testLoad() local 89 MessagesAdapter.MessagesCursor result = getLoaderResult(accountId, mailboxId); in testLoadEas() local 104 MessagesAdapter.MessagesCursor result = getLoaderResult(accountId, mailboxId); in testLoadNotRefreshable() local 116 MessagesAdapter.MessagesCursor result = getLoaderResult( in testMailboxNotFound() local 131 MessagesAdapter.MessagesCursor result = getLoaderResult(NO_SUCH_ACCOUNT_ID, mailboxId); in testAccountNotFound() local 143 MessagesAdapter.MessagesCursor result = getLoaderResult( in testMagicMailbox() local
|
D | AccountSelectorAdapterTest.java | 60 AccountSelectorAdapter.CursorWithExtras result = in testCombinedViewRow_twoPane() local 72 AccountSelectorAdapter.CursorWithExtras result = in testCombinedViewRow_twoPane() local
|
/packages/apps/Email/src/com/android/email/ |
D | ControllerResultUiThreadWrapper.java | 61 public void loadAttachmentCallback(final MessagingException result, final long accountId, in loadAttachmentCallback() 77 public void loadMessageForViewCallback(final MessagingException result, final long accountId, in loadMessageForViewCallback() 88 public void sendMailCallback(final MessagingException result, final long accountId, in sendMailCallback() 99 public void serviceCheckMailCallback(final MessagingException result, final long accountId, in serviceCheckMailCallback() 110 public void updateMailboxCallback(final MessagingException result, final long accountId, in updateMailboxCallback() 123 public void updateMailboxListCallback(final MessagingException result, final long accountId, in updateMailboxListCallback()
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
D | UtilsTests.java | 386 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_differentYear() local 403 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_sameYear() local 413 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_today() local 423 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_todayMidnight() local 433 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_tomorrow() local 443 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_yesterday() local 453 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_multiDay() local 463 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_allDay() local 473 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_allDayToday() local 483 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_allDayMultiday() local [all …]
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
D | neapi.c | 70 NJ_EXTERN NJ_INT16 njx_get_candidate(NJ_CLASS *iwnn, NJ_RESULT *result, NJ_CHAR *buf, NJ_UINT16 buf… in njx_get_candidate() 100 NJ_EXTERN NJ_INT16 njx_get_stroke(NJ_CLASS *iwnn, NJ_RESULT *result, NJ_CHAR *buf, NJ_UINT16 buf_si… in njx_get_stroke() 130 static NJ_INT16 set_previous_selection(NJ_CLASS *iwnn, NJ_RESULT *result) { in set_previous_selection() 150 static NJ_INT16 set_learn_word_info(NJ_CLASS *iwnn, NJ_LEARN_WORD_INFO *lword, NJ_RESULT *result) in set_learn_word_info()
|
D | ndapi.c | 186 static NJ_INT16 get_word_and_search_next_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_RESULT *result, in get_word_and_search_next_word() 413 static void set_operation_id(NJ_SEARCH_LOCATION *dicinfo, NJ_UINT8 reverse, NJ_RESULT *result) { in set_operation_id() 469 static NJ_INT16 njd_get_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_RESULT *result, in njd_get_word() 480 NJ_INT16 njd_get_stroke(NJ_CLASS *iwnn, NJ_RESULT *result, NJ_CHAR *stroke, NJ_UINT16 size) { in njd_get_stroke() 538 NJ_INT16 njd_get_candidate(NJ_CLASS *iwnn, NJ_RESULT *result, in njd_get_candidate() 817 NJ_EXTERN NJ_INT16 njx_get_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_RESULT *result) { in njx_get_word()
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
D | ExchangeDirectoryProviderTests.java | 52 GalResult result = new GalResult(); in testBuildSimpleGalResultCursor() local 86 GalResult result = new GalResult(); in getTestDisplayNameResult() local 99 GalResult result = getTestDisplayNameResult(); in testDisplayNameLogic() local 113 GalResult result = getTestDisplayNameResult(); in testLookupKeyLogic() local
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/ |
D | ExchangeDirectoryProviderTests.java | 52 GalResult result = new GalResult(); in testBuildSimpleGalResultCursor() local 86 GalResult result = new GalResult(); in getTestDisplayNameResult() local 99 GalResult result = getTestDisplayNameResult(); in testDisplayNameLogic() local 113 GalResult result = getTestDisplayNameResult(); in testLookupKeyLogic() local
|
/packages/apps/Nfc/jni/ |
D | com_android_nfc_list.cpp | 58 bool result; in listAdd() local 104 bool result; in listRemove() local 166 bool result; in listGetAndRemoveNext() local
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | EmailAsyncTask.java | 122 public void onCancelled(Result2 result) { in onCancelled() 128 public void onPostExecute(Result2 result) { in onPostExecute() 166 protected void onCancelled(Result result) { in onCancelled() 176 protected void onSuccess(Result result) { in onSuccess() 267 /* package */ final void callOnCancelledForTest(Result result) { in callOnCancelledForTest() 271 /* package */ final void callOnPostExecuteForTest(Result result) { in callOnPostExecuteForTest()
|
/packages/apps/Email/src/com/android/email/activity/ |
D | EmailActivity.java | 364 MessagingException result, long accountId, long messageId, int progress) { in sendMailCallback() 370 MessagingException result, long accountId, long mailboxId, int progress, long tag) { in serviceCheckMailCallback() 375 public void updateMailboxCallback(MessagingException result, long accountId, long mailboxId, in updateMailboxCallback() 382 MessagingException result, long accountId, int progress) { in updateMailboxListCallback() 387 public void loadAttachmentCallback(MessagingException result, long accountId, in loadAttachmentCallback() 393 public void loadMessageForViewCallback(MessagingException result, long accountId, in loadMessageForViewCallback() 398 private void handleError(final MessagingException result, final long accountId, in handleError()
|
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
D | LoadScreennailTask.java | 38 void onComplete(Bitmap result); in onComplete() 64 protected void onPostExecute(Bitmap result) { in onPostExecute()
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
D | CountingOutputStream.java | 99 long result = getByteCount(); in getCount() local 117 long result = resetByteCount(); in resetCount() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | MtpDevice.java | 65 ArrayList<MtpObjectInfo> result = new ArrayList<MtpObjectInfo>(); in loadItems() local 72 collectJpegChildren(info.getStorageId(), 0, result); in loadItems() local 79 ArrayList<MtpObjectInfo> result) { in collectJpegChildren() 121 ArrayList<MediaItem> result = new ArrayList<MediaItem>(); in getMediaItem() local
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | AccessPoint.java | 86 private static int getSecurity(ScanResult result) { in getSecurity() 128 private static PskType getPskType(ScanResult result) { in getPskType() 150 AccessPoint(Context context, ScanResult result) { in AccessPoint() 194 private void loadResult(ScanResult result) { in loadResult() 247 boolean update(ScanResult result) { in update()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | WeakAsyncTask.java | 53 protected final void onPostExecute(Result result) { in onPostExecute() 66 protected void onPostExecute(WeakTarget target, Result result) { in onPostExecute()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
D | SelectAccountDialogFragment.java | 88 final AlertDialog result = builder.create(); in onCreateDialog() local 93 final Bundle result = new Bundle(); in createBundle() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | AccountTypeManagerTest.java | 134 final HashMap<AccountTypeWithDataSet, AccountType> result = Maps.newHashMap(); in buildAccountTypes() local 145 final List<AccountWithDataSet> result = Lists.newArrayList(); in buildAccounts() local 161 Map<AccountTypeWithDataSet, AccountType> result = in verifyAccountTypes() local
|
/packages/apps/Email/src/org/apache/commons/io/input/ |
D | CountingInputStream.java | 120 long result = getByteCount(); in getCount() local 138 long result = resetByteCount(); in resetCount() local
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/ |
D | StressTests.java | 39 TestSuite result = new TestSuite(); in suite() local
|
/packages/apps/Camera/tests/src/com/android/camera/ |
D | StressTests.java | 40 TestSuite result = new TestSuite(); in suite() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | NoOpConsumer.java | 25 public boolean consume(A result) { in consume()
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/ |
D | MockSet.java | 51 ArrayList<MediaItem> result = new ArrayList<MediaItem>(); in getMediaItem() local 72 int result = mItems.size(); in getTotalMediaItemCount() local
|
/packages/apps/Mms/src/com/android/mms/util/ |
D | ItemLoadedCallback.java | 31 void onItemLoaded(T result, Throwable exception); in onItemLoaded()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactsActivity.java | 100 T result = (T)getFragmentManager().findFragmentById(id); in getFragment() local 114 T result = (T)findViewById(id); in getView() local
|