Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
DFetchDownloadsLoaderTest.java41 DownloadsResult result = in testEmptyDirectory() local
53 DownloadsResult result = in testFilesInDirectory() local
67 DownloadsResult result = in testNestedDirectories() local
90 DownloadsResult result = in testSumFileSizes() local
103 DownloadsResult result = in testNewFilesDontCount() local
/packages/apps/TV/tests/unit/src/com/android/tv/common/
DTvContentRatingCacheTest.java60 TvContentRating[] result = mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA() local
61 MoreAsserts.assertEquals(asArray(TvContentRatingConstants.CONTENT_RATING_US_TV_MA), result); in testGetRatings_US_TV_MA() local
84 String result = TvContentRatingCache.contentRatingsToString(null); in testContentRatingsToString_null() local
89 String result = TvContentRatingCache.contentRatingsToString(asArray()); in testContentRatingsToString_none() local
94 String result = TvContentRatingCache in testContentRatingsToString_one() local
100 String result = TvContentRatingCache.contentRatingsToString( in testContentRatingsToString_twoInOrder() local
107 String result = TvContentRatingCache.contentRatingsToString(asArray( in testContentRatingsToString_twoNotInOrder() local
114 String result = TvContentRatingCache.contentRatingsToString(asArray( in testContentRatingsToString_double() local
/packages/apps/TV/tests/unit/src/com/android/tv/util/
DTvTrackInfoUtilsTest.java56 TvTrackInfo result = getBestTrackInfo(Collections.<TvTrackInfo>emptyList(), in testGetBestTrackInfo_empty() local
62 TvTrackInfo result = getBestTrackInfo(ALL, "1", "en", 1); in testGetBestTrackInfo_exactMatch() local
67 TvTrackInfo result = getBestTrackInfo(ALL, UN_MATCHED_ID, "en", 5); in testGetBestTrackInfo_langAndChannelCountMatch() local
72 TvTrackInfo result = getBestTrackInfo(ALL, UN_MATCHED_ID, "fr", 1); in testGetBestTrackInfo_languageOnlyMatch() local
77 TvTrackInfo result = getBestTrackInfo(ALL, UN_MATCHED_ID, "kr", 1); in testGetBestTrackInfo_noMatches() local
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DPhoneCallDetailsTest.java31 CharSequence result = PhoneCallDetails.createAccountLabelDescription(mResources, "",""); in testCreateAccountLabelDescription_NoViaNumberNoAccountLabel() local
41 CharSequence result = PhoneCallDetails.createAccountLabelDescription(mResources, VIA_NUMBER, in testCreateAccountLabelDescription_ViaNumberAccountLabel() local
50 CharSequence result = PhoneCallDetails.createAccountLabelDescription(mResources, VIA_NUMBER, in testCreateAccountLabelDescription_ViaNumber() local
59 CharSequence result = PhoneCallDetails.createAccountLabelDescription(mResources, "", in testCreateAccountLabelDescription_AccountLabel() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java87 int result = processIntent(intent, true); in testNullHandle() local
99 int result = processIntent(intent, true); in testVoicemailCall() local
124 int result = processIntent(intent, true); in badCallActionHelper() local
136 ReceiverIntentPair result = regularCallTestHelper(callIntent, null); in testAlreadyDisconnectedCall() local
150 int result = processIntent(intent, true); in testNoNumberSupplied() local
170 int result = processIntent(intent, false); in testEmergencyCallWithNonDefaultDialer() local
225 int result = processIntent(intent, true); in testActionEmergencyWithNonEmergencyNumber() local
240 int result = processIntent(intent, true); in emergencyCallTestHelper() local
259 ReceiverIntentPair result = regularCallTestHelper(callIntent, null); in testUnmodifiedRegularCall() local
274 ReceiverIntentPair result = regularCallTestHelper(callIntent, null); in testUnmodifiedSipCall() local
[all …]
/packages/apps/Test/connectivity/sl4n/facades/wifi/
Dwifi_facade.cpp81 int result = hal_fn.wifi_get_ifaces(wifi_hal_handle, &num_ifaces, in WifiGetInterfaces() local
107 int result = hal_fn.wifi_get_iface_name(wifi_iface_handles[i], buf, in WifiGetInterfaces() local
149 int result = hal_fn.wifi_get_supported_feature_set( in WifiGetSupportedFeatureSet() local
214 bool result; in wifi_init_wrapper() local
231 int result; in wifi_get_supported_feature_set_wrapper() local
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dneapi.c70 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()
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
DBuglePhotoBitmapLoader.java57 final BitmapResult result = new BitmapResult(); in loadInBackground() local
90 public void deliverResult(BitmapResult result) { in deliverResult()
115 final BitmapResult result = new BitmapResult(); in onStartLoading() local
141 public void onCanceled(BitmapResult result) { in onCanceled()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DHtmlifyBeginResult.java25 public final Spanned result; field in HtmlifyBeginResult
28 public HtmlifyBeginResult(Spanned result, Object extras) { in HtmlifyBeginResult()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodingstest.cpp318 bool result = UTF8<>::Decode(is, &decodedCodepoint); in TEST() local
329 bool result = UTF8<>::Validate(is, os2); in TEST() local
378 bool result = UTF16<>::Decode(is, &decodedCodepoint); in TEST() local
389 bool result = UTF16<>::Validate(is, os2); in TEST() local
409 bool result = UTF32<>::Decode(is, &decodedCodepoint); in TEST() local
420 bool result = UTF32<>::Validate(is, os2); in TEST() local
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DObexTestServer.java39 int result = ResponseCodes.OBEX_HTTP_OK; in onConnect() local
57 int result = ResponseCodes.OBEX_HTTP_OK; in onDisconnect() local
86 int result = ResponseCodes.OBEX_HTTP_OK; in onPut() local
118 int result = ResponseCodes.OBEX_HTTP_OK; in onGet() local
DMapObexTestServer.java83 int result = ResponseCodes.OBEX_HTTP_OK; in onConnect() local
106 int result = ResponseCodes.OBEX_HTTP_OK; in onDisconnect() local
134 int result = ResponseCodes.OBEX_HTTP_OK; in onPut() local
161 int result = ResponseCodes.OBEX_HTTP_OK; in onGet() local
/packages/apps/Calendar/tests/src/com/android/calendar/
DUtilsTests.java509 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_differentYear() local
526 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_sameYear() local
536 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_today() local
546 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_todayMidnight() local
556 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_tomorrow() local
566 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_yesterday() local
576 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_multiDay() local
586 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_allDay() local
596 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_allDayToday() local
606 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE, in testGetDisplayedDatetime_allDayMultiday() local
[all …]
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_list.cpp59 bool result; in listAdd() local
105 bool result; in listRemove() local
167 bool result; in listGetAndRemoveNext() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DCommonDatabaseUtils.java41 String[] result = null; in singleRecordToArray() local
54 ArrayList<String[]> result = new ArrayList<String[]>(); in multiRecordToArray() local
106 final Object[] result = new Object[projection.length]; in getArrayFromContentValues() local
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/
DBaseDvrDataManagerTest.java50 List<ScheduledRecording> result = mDvrDataManager.getNonStartedScheduledRecordings(); in testGetNonStartedScheduledRecordings() local
57 List<ScheduledRecording> result = mDvrDataManager.getNonStartedScheduledRecordings(); in testGetNonStartedScheduledRecordings_past() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DEmailAsyncTask.java125 public void onCancelled(Result2 result) { in onCancelled()
131 public void onPostExecute(Result2 result) { in onPostExecute()
169 protected void onCancelled(Result result) { in onCancelled()
179 protected void onSuccess(Result result) { in onSuccess()
270 /* package */ final void callOnCancelledForTest(Result result) { in callOnCancelledForTest()
274 /* package */ final void callOnPostExecuteForTest(Result result) { in callOnPostExecuteForTest()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java88 private void copyNotificationUri(MatrixCursor result, Cursor cursor) { in copyNotificationUri()
99 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots() local
182 final MatrixCursor result = new MatrixCursor(resolveDocumentProjection(projection)); in queryDocument() local
214 final MatrixCursor result = new MatrixCursor(resolveDocumentProjection(projection)); in queryChildDocuments() local
241 final MatrixCursor result = new MatrixCursor(resolveDocumentProjection(projection)); in queryChildDocumentsForManage() local
263 final MatrixCursor result = new MatrixCursor(resolveDocumentProjection(projection)); in queryRecentDocuments() local
320 private void includeDefaultDocument(MatrixCursor result) { in includeDefaultDocument()
332 private void includeDownloadFromCursor(MatrixCursor result, Cursor cursor) { in includeDownloadFromCursor()
/packages/services/Mms/src/com/android/mms/service/
DMmsRequest.java137 int result = SmsManager.MMS_ERROR_UNSPECIFIED; in execute() local
213 public void processResult(Context context, int result, byte[] response, int httpStatusCode) { in processResult()
316 protected abstract Uri persistIfRequired(Context context, int result, byte[] response); in persistIfRequired()
345 public void onSendSmsComplete(int result, int messageRef) { in onSendSmsComplete()
350 public void onSendMultipartSmsComplete(int result, int[] messageRefs) { in onSendMultipartSmsComplete()
355 public void onFilterComplete(int result) { in onFilterComplete()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWifiConnectionActivity.java40 public static Intent createIntent(Context context, AccessPoint result, WifiSecurity security) { in createIntent()
46 public static Intent createIntent(Context context, AccessPoint result) { in createIntent()
83 Bundle result = new Bundle(); in onConnectToWifiCompleted() local
90 Bundle result = new Bundle(); in onTimedMessageCompleted() local
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DSmartDialPrefix.java131 final ArrayList<String> result = Lists.newArrayList(); in parseToIndexTokens() local
167 final ArrayList<String> result = Lists.newArrayList(); in generateNamePrefixes() local
231 final ArrayList<String> result = Lists.newArrayList(); in parseToNumberTokens() local
329 final HashSet<String> result = new HashSet<String>(); in initCountryCodes() local
572 final HashSet<String> result = new HashSet<String>(); in initNanpCountries() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMergedAdapter.java125 LocalAdapterPosition<T> result = getAdapterOffsetForItem(position); in getItem() local
148 LocalAdapterPosition<T> result = getAdapterOffsetForItem(position); in getItemViewType() local
167 LocalAdapterPosition<T> result = getAdapterOffsetForItem(position); in getView() local
182 LocalAdapterPosition<T> result = getAdapterOffsetForItem(position); in isEnabled() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java106 private void copyNotificationUri(MatrixCursor result, Cursor cursor) { in copyNotificationUri()
221 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots() local
231 final MatrixCursor result = new MatrixCursor(resolveDocumentProjection(projection)); in queryDocument() local
323 final MatrixCursor result = new MatrixCursor(resolveDocumentProjection(projection)); in queryChildDocuments() local
413 final MatrixCursor result = new MatrixCursor(resolveDocumentProjection(projection)); in queryRecentDocuments() local
502 private void includeImagesRoot(MatrixCursor result) { in includeImagesRoot()
517 private void includeVideosRoot(MatrixCursor result) { in includeVideosRoot()
532 private void includeAudioRoot(MatrixCursor result) { in includeAudioRoot()
547 private void includeImagesRootDocument(MatrixCursor result) { in includeImagesRootDocument()
556 private void includeVideosRootDocument(MatrixCursor result) { in includeVideosRootDocument()
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionMonitor.java56 final Object data, final Object result); in onActionExecuted()
71 final Action action, final Object data, final Object result); in onActionSucceeded()
77 final Object data, final Object result); in onActionFailed()
295 final int expectedOldState, final Object result, in complete()
340 final Object result, final boolean succeeded) { in setCompleteState()
365 final int expectedOldState, final boolean hasBackgroundActions, final Object result) { in executed()
402 final int expectedOldState, final boolean hasBackgroundActions, final Object result) { in setExecutedState()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DCountingOutputStream.java99 long result = getByteCount(); in getCount() local
117 long result = resetByteCount(); in resetCount() local

12345678910>>...26