Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DPatternsTest.java101 String url = "http://www.android.com"; in testWebUrl_matchesValidUrlWithSchemeAndHostname() local
108 String url = "http://www.android.me"; in testWebUrl_matchesValidUrlWithSchemeHostnameAndNewTld() local
115 String url = "android.me"; in testWebUrl_matchesValidUrlWithHostnameAndNewTld() local
205 String url = "hTtP://android.com"; in testWebUrl_matchesProtocolCaseInsensitive() local
280 String url = "android.me"; in testAutoLinkWebUrl_matchesValidUrlWithHostnameAndNewTld() local
387 String url = "hTtP://android.com"; in testAutoLinkWebUrl_matchesProtocolCaseInsensitive() local
402 String url = "thank.you"; in testAutoLinkWebUrl_doesNotMatchUrlsWithoutProtocolAndWithUnknownTld() local
410 String url = "ftp://foo.bar/baz"; in testAutoLinkWebUrl_doesNotPartiallyMatchUnknownProtocol() local
417 String url = "Thank\u263A.com"; in testAutoLinkWebUrl_matchesValidUrlWithEmoji() local
425 String url = "Thank\u263A.you"; in testAutoLinkWebUrl_doesNotMatchUrlsWithEmojiWithoutProtocolAndWithoutKnownTld() local
[all …]
/aosp14/frameworks/base/core/java/android/webkit/
H A DURLUtil.java144 static boolean verifyURLEncoding(String url) { in verifyURLEncoding()
178 public static boolean isAssetUrl(String url) { in isAssetUrl()
204 public static boolean isFileUrl(String url) { in isFileUrl()
213 public static boolean isAboutUrl(String url) { in isAboutUrl()
220 public static boolean isDataUrl(String url) { in isDataUrl()
234 public static boolean isHttpUrl(String url) { in isHttpUrl()
243 public static boolean isHttpsUrl(String url) { in isHttpsUrl()
252 public static boolean isNetworkUrl(String url) { in isNetworkUrl()
269 public static boolean isValidUrl(String url) { in isValidUrl()
287 public static String stripAnchor(String url) { in stripAnchor()
[all …]
H A DWebIconDatabase.java49 public void onReceivedIcon(String url, Bitmap icon); in onReceivedIcon()
74 public abstract void requestIconForPageUrl(String url, IconListener listener); in requestIconForPageUrl()
87 public abstract void retainIconForPageUrl(String url); in retainIconForPageUrl()
93 public abstract void releaseIconForPageUrl(String url); in releaseIconForPageUrl()
H A DCookieManager.java120 public abstract void setCookie(String url, String value); in setCookie()
151 public abstract void setCookie(String url, String value, @Nullable ValueCallback<Boolean> in setCookie()
164 public abstract String getCookie(String url); in getCookie()
177 public abstract String getCookie(String url, boolean privateBrowsing); in getCookie()
H A DUrlInterceptHandler.java48 CacheResult service(String url, @Nullable Map<String, String> headers); in service() argument
65 PluginData getPluginData(String url, @Nullable Map<String, String> headers); in getPluginData() argument
H A DWebViewClient.java57 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
100 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
114 public void onPageFinished(WebView view, String url) { in onPageFinished()
124 public void onLoadResource(WebView view, String url) { in onLoadResource()
154 public void onPageCommitVisible(WebView view, String url) { in onPageCommitVisible()
192 String url) { in shouldInterceptRequest()
380 public void doUpdateVisitedHistory(WebView view, String url, in doUpdateVisitedHistory()
H A DWebChromeClient.java58 public void onReceivedTouchIconUrl(WebView view, String url, in onReceivedTouchIconUrl()
218 public boolean onJsAlert(WebView view, String url, String message, in onJsAlert()
256 public boolean onJsConfirm(WebView view, String url, String message, in onJsConfirm()
293 public boolean onJsPrompt(WebView view, String url, String message, in onJsPrompt()
328 public boolean onJsBeforeUnload(WebView view, String url, String message, in onJsBeforeUnload()
355 public void onExceededDatabaseQuota(String url, String databaseIdentifier, in onExceededDatabaseQuota()
H A DUrlInterceptRegistry.java130 String url, Map<String, String> headers) { in getSurrogate() argument
160 String url, Map<String, String> headers) { in getPluginData() argument
H A DCacheManager.java334 public static CacheResult getCacheFile(String url, in getCacheFile()
349 public static void saveCacheFile(String url, CacheResult cacheResult) { in saveCacheFile()
354 static void saveCacheFile(String url, long postIdentifier, in saveCacheFile()
/aosp14/frameworks/base/core/java/android/content/
H A DIContentProvider.java44 Cursor query(@NonNull AttributionSource attributionSource, Uri url, in query()
52 Uri url) throws RemoteException; in getType()
57 Uri url, RemoteCallback callback) throws RemoteException; in getTypeAsync()
62 default String getType(Uri url) throws RemoteException { in getType()
89 default Uri insert(String callingPkg, Uri url, ContentValues initialValues) in insert()
94 Uri insert(@NonNull AttributionSource attributionSource, Uri url, in insert()
105 int bulkInsert(@NonNull AttributionSource attributionSource, Uri url, in bulkInsert()
131 Uri url, String mode, ICancellationSignal signal) in openFile()
135 Uri url, String mode, ICancellationSignal signal) in openAssetFile()
197 Uri url, String mimeTypeFilter) throws RemoteException; in getStreamTypes()
[all …]
H A DContentProviderNative.java89 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
145 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
157 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
165 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
176 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
191 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
224 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
239 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
255 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
278 Uri url = Uri.CREATOR.createFromParcel(data); in onTransact() local
[all …]
H A DContentProviderClient.java165 public @Nullable Cursor query(@NonNull Uri url, @Nullable String[] projection, in query()
215 public @Nullable String getType(@NonNull Uri url) throws RemoteException { in getType()
253 public final @Nullable Uri canonicalize(@NonNull Uri url) throws RemoteException { in canonicalize()
271 public final @Nullable Uri uncanonicalize(@NonNull Uri url) throws RemoteException { in uncanonicalize()
289 public boolean refresh(Uri url, @Nullable Bundle extras, in refresh()
334 public @Nullable Uri insert(@NonNull Uri url, @Nullable ContentValues initialValues) in insert()
341 public @Nullable Uri insert(@NonNull Uri url, @Nullable ContentValues initialValues, in insert()
361 public int bulkInsert(@NonNull Uri url, @NonNull ContentValues[] initialValues) in bulkInsert()
380 public int delete(@NonNull Uri url, @Nullable String selection, in delete()
387 public int delete(@NonNull Uri url, @Nullable Bundle extras) throws RemoteException { in delete()
[all …]
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockIContentProvider.java51 public int bulkInsert(@NonNull AttributionSource attributionSource, Uri url, in bulkInsert()
58 public int delete(@NonNull AttributionSource attributionSource, Uri url, in delete()
64 public String getType(@NonNull AttributionSource attributionSource, Uri url) { in getType()
79 public String getTypeAnonymous(Uri url) { in getTypeAnonymous()
94 public Uri insert(@NonNull AttributionSource attributionSource, Uri url, in insert()
101 Uri url, String mode, ICancellationSignal signal) { in openFile()
118 public Cursor query(@NonNull AttributionSource attributionSource, Uri url, in query()
124 public EntityIterator queryEntities(Uri url, String selection, String[] selectionArgs, in queryEntities()
130 public int update(@NonNull AttributionSource attributionSource, Uri url, in update()
148 Uri url, String mimeTypeFilter) throws RemoteException { in getStreamTypes()
[all …]
H A DMockContentProvider.java71 public int bulkInsert(@NonNull AttributionSource attributionSource, Uri url, in bulkInsert()
77 public int delete(@NonNull AttributionSource attributionSource, Uri url, in delete()
84 Uri url) throws RemoteException { in getType()
99 public Uri insert(@NonNull AttributionSource attributionSource, Uri url, in insert()
106 Uri url, String mode, ICancellationSignal signal) in openAssetFile()
113 Uri url, String mode, ICancellationSignal signal) in openFile()
119 public Cursor query(@NonNull AttributionSource attributionSource, Uri url, in query()
126 public int update(@NonNull AttributionSource attributionSource, Uri url, in update()
144 Uri url, String mimeTypeFilter) throws RemoteException { in getStreamTypes()
321 public String[] getStreamTypes(Uri url, String mimeTypeFilter) { in getStreamTypes()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java113 public Cursor query(Uri url, String[] projectionIn, String selection, in query()
119 public String getType(Uri url) { in getType()
132 public ParcelFileDescriptor openFile(Uri url, String mode) throws FileNotFoundException { in openFile()
152 private ParcelFileDescriptor getBlobColumnAsFile(Uri url, String mode, String sql) in getBlobColumnAsFile()
163 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
168 public Uri insert(Uri url, ContentValues initialValues) { in insert()
173 public int delete(Uri url, String where, String[] whereArgs) { in delete()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java63 public Cursor query(Uri url, String[] projectionIn, String selection, in query()
86 public String getType(Uri url) { in getType()
97 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
102 public Uri insert(Uri url, ContentValues initialValues) { in insert()
107 public int delete(Uri url, String where, String[] whereArgs) { in delete()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
H A DActionDisabledLearnMoreButtonLauncher.java46 PackageManager packageManager, String url, UserHandle userHandle); in canResolveActivityAsUser()
69 Context context, String url, UserHandle userHandle) { in setupLearnMoreButtonToLaunchHelpPage()
120 public void showHelpPage(Context context, String url, UserHandle userHandle) { in showHelpPage()
127 String url, in canLaunchHelpPage()
142 private static Intent createLearnMoreIntent(String url) { in createLearnMoreIntent()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java108 public Cursor query(Uri url, String[] projectionIn, String selection, in query()
134 ret.setNotificationUri(getContext().getContentResolver(), url); in query() local
141 public String getType(Uri url) { in getType()
154 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
178 public Uri insert(Uri url, ContentValues initialValues) { in insert()
183 public int delete(Uri url, String where, String[] whereArgs) { in delete()
/aosp14/frameworks/base/core/java/android/net/http/
H A DSslError.java119 public SslError(int error, SslCertificate certificate, String url) { in SslError()
134 public SslError(int error, X509Certificate certificate, String url) { in SslError()
146 int error, SslCertificate cert, String url) { in SslErrorFromChromiumErrorCode()
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java147 final String url = mUrl.toString(); in onDestroy() local
205 String url = getIntent().getStringExtra(TelephonyManager.EXTRA_REDIRECTION_URL); in getUrlForCaptivePortal() local
348 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
370 public void onPageFinished(WebView view, String url) { in onPageFinished()
433 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DVerificationActivity.java103 Uri url = callingIntent.getData(); in startInstallationService() local
121 static boolean isVerified(String url) { in isVerified()
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/
H A DStatementRetriever.kt76 val url = computeAssociationJsonUrl(asset) ?: return null regex
95 val url = try { regex
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DWebAsset.java48 private WebAsset(URL url) { in WebAsset()
129 URL url; in create() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
H A DManagedDeviceActionDisabledByAdminControllerTest.java103 private ManagedDeviceActionDisabledByAdminController createController(String url) { in createController()
112 String url, in createController()
/aosp14/frameworks/base/core/java/android/net/
H A DMailTo.java50 public static boolean isMailTo(String url) { in isMailTo()
64 public static MailTo parse(String url) throws ParseException { in parse()

123