Searched refs:Browser (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DURLSpan.java23 import android.provider.Browser;
61 intent.putExtra(Browser.EXTRA_APPLICATION_ID, context.getPackageName());
/frameworks/base/core/java/android/provider/
H A DBrowser.java35 public class Browser { class
47 * The name of extra data when starting Browser with ACTION_VIEW or
51 * 0, the Browser will use default. If set to 100, the Browser will start
57 * The name of the extra data when starting the Browser from another
61 * identify the calling application. The Browser will attempt to reuse the
62 * same window each time the application launches the Browser with the same
161 Intent i = new Intent(Intent.ACTION_INSERT, Browser.BOOKMARKS_URI);
177 * Browser, use this to access the screenshot.
185 * Browser, us
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java32 import android.provider.Browser;
193 intent.putExtra(Browser.EXTRA_APPLICATION_ID,

Completed in 83 milliseconds