Home
last modified time | relevance | path

Searched refs:getEntity (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextClassificationTest.java132 assertEquals(TextClassifier.TYPE_PHONE, result.getEntity(0)); in testParcel()
133 assertEquals(TextClassifier.TYPE_ADDRESS, result.getEntity(1)); in testParcel()
264 assertEquals(classification.getEntity(0), fromBuilder.getEntity(0)); in testToBuilder()
265 assertEquals(classification.getEntity(1), fromBuilder.getEntity(1)); in testToBuilder()
H A DTextLinksTest.java90 assertEquals(TextClassifier.TYPE_OTHER, resultList.get(0).getEntity(0)); in testParcel()
96 assertEquals(TextClassifier.TYPE_ADDRESS, resultList.get(1).getEntity(0)); in testParcel()
97 assertEquals(TextClassifier.TYPE_OTHER, resultList.get(1).getEntity(1)); in testParcel()
98 assertEquals(TextClassifier.TYPE_PHONE, resultList.get(1).getEntity(2)); in testParcel()
H A DTextClassifierEventTest.java77 final String entityType = TEXT_SELECTION.getEntity(0); in toSelectionEvent_smartSelectionMulti()
106 final String entityType = TEXT_SELECTION.getEntity(0); in toSelectionEvent_smartSelectionSingle()
138 final String entityType = TEXT_CLASSIFICATION.getEntity(0); in toSelectionEvent_resetSelection()
147 .setEntityTypes(TEXT_CLASSIFICATION.getEntity(0)) in toSelectionEvent_resetSelection()
229 final String entityType = TEXT_CLASSIFICATION.getEntity(0); in toSelectionEvent_link_smartAction()
H A DTextSelectionTest.java81 assertEquals(TextClassifier.TYPE_PHONE, result.getEntity(0)); in testParcel()
82 assertEquals(TextClassifier.TYPE_ADDRESS, result.getEntity(1)); in testParcel()
83 assertEquals(TextClassifier.TYPE_URL, result.getEntity(2)); in testParcel()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/
H A DFileUploadController.java113 initialResponse.getEntity().consumeContent(); in uploadFile()
211 Log.i(TAG, "contentLentgh:" + response.getEntity().getContentLength()); in executeAuthenticatedPost()
212 Log.i(TAG, "contentType:" + response.getEntity().getContentType()); in executeAuthenticatedPost()
241 HttpEntity responseEntity = response.getEntity();
/aosp12/frameworks/base/core/tests/coretests/src/android/net/http/
H A DCookiesTest.java102 getCookies.getEntity().consumeContent(); in testCookiesWithNonMatchingCase()
106 sendCookies.getEntity().consumeContent(); in testCookiesWithNonMatchingCase()
H A DDefaultHttpClientTest.java96 Reader reader = new InputStreamReader(response.getEntity().getContent()); in contentToString()
H A DAbstractProxyTest.java281 Reader reader = new InputStreamReader(response.getEntity().getContent()); in contentToString()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DEntityTypeCounter.java69 String entityType = link.getEntity(0); in fromTextLinks()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-api-services-storage-v1-rev158-1.25.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DSelectionEvent.java260 ? classification.getEntity(0) in createSelectionModifiedEvent()
284 ? selection.getEntity(0) in createSelectionModifiedEvent()
333 ? classification.getEntity(0) in createSelectionActionEvent()
H A DTextSelection.java95 public String getEntity(int index) { in getEntity() method in TextSelection
H A DTextLinks.java268 @NonNull public @EntityType String getEntity(int index) { in getEntity() method in TextLinks.TextLink
H A DTextClassification.java179 public @EntityType String getEntity(int index) { in getEntity() method in TextClassification
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/
H A DPidfParser.java193 if (TextUtils.isEmpty(presence.getEntity())) { in convertToRcsContactUceCapability()
198 PresenceBuilder presenceBuilder = new PresenceBuilder(Uri.parse(presence.getEntity()), in convertToRcsContactUceCapability()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DPresence.java85 public String getEntity() { in getEntity() method in Presence
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java146 res.getEntity().getContent().close(); in postFileToServer()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSuggestClient.java124 JSONArray results = new JSONArray(EntityUtils.toString(response.getEntity())); in query()
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DPresenceTest.java161 assertEquals(contact, presence.getEntity()); in testParsing()
/aosp12/system/tools/xsdc/tests/src/com/android/xsdc/tests/
H A DXmlParserTest.java129 assertThat(stringTypes.getEntity(), is("abcd")); in testPredefinedTypes()
/aosp12/system/tools/xsdc/tests/
H A Dtests.cpp50 EXPECT_EQ(stringTypes.getEntity(), "abcd"); in TEST_F()
/aosp12/system/tools/xsdc/tests/resources/predefined_types/api/
H A Dcurrent.txt109 method public String getEntity();
/aosp12/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java684 String entity = link.getEntity(i); in doClassification()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...

12