Home
last modified time | relevance | path

Searched refs:browser (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/
DResumeMediaBrowserTest.kt70 @Mock lateinit var browser: MediaBrowser in capture() variable in com.android.systemui.media.controls.domain.resume.ResumeMediaBrowserTest
84 .thenReturn(browser) in capture()
109 verify(browser).disconnect() in capture()
130 verify(browser).disconnect() in capture()
150 reset(browser) in capture()
156 verify(browser).disconnect() in capture()
186 verify(browser).disconnect() in capture()
193 whenever(browser.getRoot()).thenReturn(null) in capture()
198 verify(browser).disconnect() in capture()
217 reset(browser) in capture()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/
DResumeMediaBrowser.java95 MediaBrowser browser = mBrowserFactory.create( in findRecentMedia() local
99 connectBrowser(browser, "findRecentMedia"); in findRecentMedia()
211 private void connectBrowser(MediaBrowser browser, String reason) { in connectBrowser() argument
214 mMediaBrowser = browser; in connectBrowser()
215 if (browser != null) { in connectBrowser()
216 browser.connect(); in connectBrowser()
244 MediaBrowser browser = mBrowserFactory.create(mComponentName, in restart() local
284 connectBrowser(browser, "restart"); in restart()
332 MediaBrowser browser = mBrowserFactory.create( in testConnection() local
336 connectBrowser(browser, "testConnection"); in testConnection()
[all …]
DMediaResumeListener.kt111 browser: ResumeMediaBrowser in addTrack()
113 val token = browser.token in addTrack()
114 val appIntent = browser.appIntent in addTrack()
127 browser.userId, in addTrack()
226 val browser = in loadMediaResumptionControls() constant
228 browser.findRecentMedia() in loadMediaResumptionControls()
294 browser: ResumeMediaBrowser in tryUpdateResumptionList()
/frameworks/base/core/java/android/webkit/
DEventLogTags.logtags5 # browser stats for diary study
8 # 70103- used by the browser app itself
/frameworks/base/core/api/
Dremoved.txt249 …hod @RequiresPermission(allOf={"com.android.browser.permission.READ_HISTORY_BOOKMARKS", "com.andro…
250 …method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..…
251 …method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis=".…
252 …method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis=".…
253 …method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis=".…
254 …method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis=".…
255 …method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..…
256 …method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..…
257 …method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..…
259 …hod @RequiresPermission(allOf={"com.android.browser.permission.READ_HISTORY_BOOKMARKS", "com.andro…
[all …]
Dcurrent.txt35429 field public static final String EXTRA_APPLICATION_ID = "com.android.browser.application_id";
35431 field public static final String EXTRA_HEADERS = "com.android.browser.headers";
35432 field public static final String INITIAL_ZOOM_LEVEL = "browser.initialZoomLevel";
/frameworks/wilhelm/doc/
DDoxyfile735 # built-in source browser. The htags tool is part of GNU's global source
851 # page has loaded. For this to work a browser that supports
1023 # is generated for HTML Help). For this to work a browser that supports
1024 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
1063 # and DHTML and should work on any modern browser. Note that when using
/frameworks/av/media/libaaudio/
DDoxyfile951 # source browser. The htags tool is part of GNU's global source tagging system
964 # The result: instead of the source browser generated by doxygen, the links to
1353 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1354 # (i.e. any modern browser). Windows users are probably better off using the
1461 # should work on any modern browser. Note that when using HTML help
1467 # (what the <access key> is depends on the OS and browser, but it is typically
2220 # Note that this requires a modern browser other than Internet Explorer. Tested
/frameworks/av/media/codec2/docs/
Ddoxygen.config995 # source browser. The htags tool is part of GNU's global source tagging system
1008 # The result: instead of the source browser generated by doxygen, the links to
1420 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1421 # (i.e. any modern browser). Windows users are probably better off using the
1528 # should work on any modern browser. Note that when using HTML help
1534 # (what the <access key> is depends on the OS and browser, but it is typically
2341 # Note that this requires a modern browser other than Internet Explorer. Tested
/frameworks/base/media/native/midi/include/
DDoxyfile1045 # source browser. The htags tool is part of GNU's global source tagging system
1058 # The result: instead of the source browser generated by doxygen, the links to
1470 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1471 # (i.e. any modern browser). Windows users are probably better off using the
1578 # should work on any modern browser. Note that when using HTML help
1584 # (what the <access key> is depends on the OS and browser, but it is typically
2384 # Note that this requires a modern browser other than Internet Explorer. Tested
/frameworks/native/docs/
DDoxyfile878 # built-in source browser. The htags tool is part of GNU's global source
1192 # is generated for HTML Help). For this to work a browser that supports
1193 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
1268 # and DHTML and should work on any modern browser. Note that when using
1850 # Note that this requires a modern browser other than Internet Explorer.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto803 // URL to open browser on to allow user to manage a prepay account.
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto2868 // OPEN: Settings > Apps > Default Apps > Default browser
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto3622 // OPEN: Settings > Apps > Default Apps > Default browser
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt100 …field public static final java.lang.String READ_HISTORY_BOOKMARKS = "com.android.browser.permissio…
152 …field public static final java.lang.String WRITE_HISTORY_BOOKMARKS = "com.android.browser.permissi…
23252 …field public static final java.lang.String EXTRA_APPLICATION_ID = "com.android.browser.application…
23254 field public static final java.lang.String EXTRA_HEADERS = "com.android.browser.headers";
23263 field public static final java.lang.String INITIAL_ZOOM_LEVEL = "browser.initialZoomLevel";