Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DForwardingContentProvider.java53 public synchronized Cursor query(Uri url, String[] projection, String selection, in query()
64 public synchronized Cursor query(Uri url, String[] projection, String selection, in query()
75 public synchronized String getType(Uri url) { in getType()
84 public synchronized String[] getStreamTypes(Uri url, String mimeTypeFilter) { in getStreamTypes()
93 public synchronized Uri insert(Uri url, ContentValues initialValues) { in insert()
102 public synchronized int bulkInsert(Uri url, ContentValues[] initialValues) { in bulkInsert()
111 public synchronized int delete(Uri url, String selection, String[] selectionArgs) { in delete()
120 public synchronized int update(Uri url, ContentValues values, in update()
131 public synchronized ParcelFileDescriptor openFile(Uri url, String mode) { in openFile()
141 public synchronized ParcelFileDescriptor openFile(Uri url, String mode, in openFile()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClientTest.java126 URL url = server.getUrl(mReportingPath); in testGetAndReadNothingSuccessfulResponse() local
135 URL url = server.getUrl(mReportingPath); in testGetAndReadNothingCorrectPath() local
148 URL url = server.getUrl(mReportingPath); in testGetAndReadNothingFailedResponse() local
183 URL url = server.getUrl(mFetchPayloadPath); in testFetchPayloadSuccessfulResponse() local
194 URL url = server.getUrl(mFetchPayloadPath); in testFetchPayloadCorrectPath() local
207 URL url = server.getUrl(mFetchPayloadPath); in testFetchPayloadFailedResponse() local
237 URL url = server.getUrl(mFetchPayloadPath); in testThrowsIOExceptionWhenConnectionTimesOut() local
267 URL url = server.getUrl(mFetchPayloadPath); in testInputStreamToStringThrowsExceptionWhenExceedingMaxSize() local
356 URL url = server.getUrl(mFetchPayloadPath); in testFetchPayloadResponsesSkipsHeaderIfAbsent() local
384 URL url = server.getUrl(mFetchPayloadPath); in testFetchPayloadContainsRequestProperties() local
[all …]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsChangesProvider.java48 public String getType(Uri url) { in getType()
61 public Cursor query(Uri url, String[] projectionIn, String selection, in query()
83 public Uri insert(Uri url, ContentValues initialValues) { in insert()
88 public int delete(Uri url, String where, String[] whereArgs) { in delete()
101 private boolean isUrlSupported(Uri url) { in isUrlSupported()
110 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
/packages/modules/Connectivity/Cronet/tests/cts/src/android/net/http/cts/
DHttpEngineTest.java119 String url = mTestServer.getCacheableTestDownloadUrl( in testHttpEngine_EnableHttpCache() local
166 String url = mTestServer.getSuccessUrl(); in testHttpEngine_EnablePublicKeyPinningBypassForLocalTrustAnchors() local
229 String url = mTestServer.getSuccessUrl(); in testHttpEngine_EnableQuic() local
253 String url = server.getUserAgentUrl(); in testHttpEngine_requestUsesDefaultUserAgent() local
276 String url = server.getUserAgentUrl(); in testHttpEngine_requestUsesCustomUserAgent() local
301 String url = mTestServer.getSuccessUrl(); in testHttpEngine_bindToNetwork() local
319 String url = mTestServer.getSuccessUrl(); in testHttpEngine_unbindFromNetwork() local
373 String url = mTestServer.getSuccessUrl(); in testHttpEngine_SetQuicOptions_RequestSucceedsWithQuic() local
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/enterprise/
DActionDisabledLearnMoreButtonLauncher.java46 PackageManager packageManager, String url, UserHandle userHandle); in canResolveActivityAsUser()
70 Context context, String url, UserHandle userHandle) { in setupLearnMoreButtonToLaunchHelpPage()
121 public void showHelpPage(Context context, String url, UserHandle userHandle) { in showHelpPage()
128 String url, in canLaunchHelpPage()
143 private static Intent createLearnMoreIntent(String url) { in createLearnMoreIntent()
DManagedDeviceActionDisabledByAdminController.java77 String url = mStringProvider.getLearnMoreHelpPageUrl(); in setupLearnMoreButton() local
89 Context context, String url, UserHandle preferredUserHandle) { in canLaunchHelpPageInPreferredOrCurrentUser()
106 Context context, String url, UserHandle preferredUserHandle) { in setupLearnMoreButtonToLaunchHelpPage()
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/
Dcomplex_use_of_redirects.json12 "url": "https://www.ad-tech1.test", string
28 "url": "https://www.ad-tech2.test", string
42 "url": "https://www.enrolled-non-registering1.test", string
48 "url": "https://www.ad-tech3.test", string
64 "url": "https://www.ad-tech4.test", string
78 "url": "https://www.unenrolled-non-registering2.test", string
94 "url": "https://www.ad-tech5.test", string
117 "url": "https://www.ad-tech1.test", string
135 "url": "https://www.ad-tech2.test", string
150 "url": "https://www.enrolled-non-registering1.test", string
[all …]
Dinstall_vtc_with_lose_once_lose_always.json12 "url": "https://www.ad-tech1.test", string
35 "url": "https://www.ad-tech1.test", string
58 "url": "https://www.ad-tech1.test", string
81 "url": "https://www.ad-tech1.test", string
104 "url": "https://www.ad-tech1.test", string
127 "url": "https://www.ad-tech1.test", string
151 "url": "https://www.ad-tech1.test", string
172 "url": "https://www.ad-tech1.test", string
193 "url": "https://www.ad-tech1.test", string
214 "url": "https://www.ad-tech1.test", string
Dbasic_use_of_redirect.json12 "url": "https://www.ad-tech1.test", string
28 "url": "https://www.ad-tech2.test", string
42 "url": "https://www.ad-tech3.test", string
65 "url": "https://www.ad-tech1.test", string
83 "url": "https://www.ad-tech2.test", string
98 "url": "https://www.ad-tech3.test", string
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DMeasurementHttpClientTest.java57 final URL url = new URL("https://google.com"); in testOpenAndSetupConnectionDefaultTimeoutValues_success() local
80 final URL url = server.getUrl("/test"); in testSetup_headersLeakingInfoAreOverridden() local
106 final URL url = new URL("https://google.com"); in testOpenAndSetupConnectionOverrideTimeoutValues_success() local
DWebUtil.java30 public static String validUrl(String url) { in validUrl()
37 public static Uri validUri(String url) { in validUri()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java147 private URLConnection openUrl(@NonNull URL url) throws IOException { in openUrl()
153 private HttpsURLConnection setupConnection(@NonNull URL url) throws IOException { in setupConnection()
166 private HttpsURLConnection setupPostConnectionWithPlainText(URL url) throws IOException { in setupPostConnectionWithPlainText()
214 private AdServicesHttpClientResponse doFetchPayload( in doFetchPayload()
292 private AdServicesHttpClientResponse getResultsFromCache(URL url) { in getResultsFromCache()
324 private Void doGetAndReadNothing(@NonNull URL url, @NonNull ClosingFuture.DeferredCloser closer) in doGetAndReadNothing()
375 private Void doPostPlainText(URL url, String data, ClosingFuture.DeferredCloser closer) in doPostPlainText()
560 URL url; in toUrl() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DWnmData.java56 private WnmData(@WmnEventType int eventType, long bssid, String url, @OsuMethod int method, in WnmData()
75 public static WnmData createRemediationEvent(long bssid, String url, @OsuMethod int method) { in createRemediationEvent()
88 public static WnmData createDeauthImminentEvent(long bssid, String url, boolean ess, in createDeauthImminentEvent()
101 public static WnmData createTermsAndConditionsAccetanceRequiredEvent(long bssid, String url) { in createTermsAndConditionsAccetanceRequiredEvent()
/packages/modules/Connectivity/nearby/halfsheet/src/com/android/nearby/halfsheet/utils/
DHelpUtils.java36 public static void showHelpPage(Context context, String url) { in showHelpPage()
50 private static Intent createHelpPageIntent(String url) { in createHelpPageIntent()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/server/
DHostedTestServerClient.java26 URL url = new URL("https", mBaseUrl.getHost(), "/_/ClearAllMocks"); in clearAllMocks() local
33 URL url = new URL("https", mBaseUrl.getHost(), "/_/SetMock"); in setMock() local
52 private static int makeRequest(URL url, String urlEncodedData) throws IOException { in makeRequest()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsTransport.java36 private HttpsTransport(@NonNull Network network, @NonNull URL url) { in HttpsTransport()
49 public static HttpsTransport createInstance(@NonNull Network network, @NonNull URL url) { in createInstance()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DNetworkUriImageRequest.java59 final URL url = new URL(mDescriptor.uri.toString()); in isGif() local
90 final URL url = new URL(mDescriptor.uri.toString()); in loadBitmapInternal() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_noise_tests/
Dbasic_use_of_redirect.json12 "url": "https://www.ad-tech1.test", string
28 "url": "https://www.ad-tech2.test", string
41 "url": "https://www.ad-tech3.test", string
63 "url": "https://www.ad-tech1.test", string
81 "url": "https://www.ad-tech2.test", string
96 "url": "https://www.ad-tech3.test", string
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DVenueUrlElementTest.java58 private void appendVenue(ByteArrayOutputStream stream, int venueNumber, String url) in appendVenue()
86 private byte[] getTestData(int venueNumber, String url) throws IOException { in getTestData()
138 String url = TEST_VENUE_URL1; in parseBufferWithInvalidLength() local
185 URL url; in createUrlFromString() local
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java275 DownloadRequest(@NonNull String url, @NonNull String filename, @NonNull String mimeType, in DownloadRequest()
591 final String url = mUrl.toString(); in onDestroy() local
628 String url = getIntent().getStringExtra(ConnectivityManager.EXTRA_CAPTIVE_PORTAL_URL); in getUrl() local
640 private static URL makeURL(String url) { in makeURL()
649 private static String host(URL url) { in host()
656 private static String sanitizeURL(URL url) { in sanitizeURL()
791 final URL url = makeURL(urlString); in onPageStarted() local
804 public void onPageFinished(WebView view, String url) { in onPageFinished()
839 final String url = request.getUrl().toString(); in shouldOverrideUrlLoading() local
975 public boolean shouldOverrideUrlLoading (WebView view, String url) { in shouldOverrideUrlLoading()
[all …]
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/contentpreview/
DHeadlineGeneratorImplTest.kt32 val url = "http://www.google.com" in testHeadlineGeneration() constant
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DHttpFetcher.java61 URL url = reWriteUrl(context, urlString); in sendRequestAsByteArray() local
123 URL url = reWriteUrl(context, urlString); in sendRequestAsInputStream() local
227 private static URL reWriteUrl(Context context, String url) { in reWriteUrl()
260 private static void handleBadResponse(String url, byte[] response) { in handleBadResponse()
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_interop_tests/
Dsource_priority.json13 "url": "https://reporter.test/register-source", string
31 "url": "https://reporter.test/register-source", string
49 "url": "https://reporter.test/register-source", string
68 "url": "https://reporter.test/register-trigger", string
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadUtils.java34 public static boolean requestDownload(JobContext jc, URL url, File file) { in requestDownload()
66 public static boolean download(JobContext jc, URL url, OutputStream output) { in download()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DBatteryStatsManagerTest.java143 final URL url = new URL(TEST_URL); in verifyGetCellBatteryStats() local
174 final URL url = new URL(TEST_URL); in verifyGetWifiBatteryStats() local
209 private void generateNetworkTraffic(Network network, URL url) throws IOException { in generateNetworkTraffic()

12345678910>>...16