OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGetSystemAudioRouteMethod
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/jellybean/
MediaRouterJellybean.java
353
private Method
mGetSystemAudioRouteMethod
;
360
mGetSystemAudioRouteMethod
=
369
if (
mGetSystemAudioRouteMethod
!= null) {
371
return
mGetSystemAudioRouteMethod
.invoke(router);
/frameworks/support/mediarouter/jellybean/androidx/mediarouter/media/
MediaRouterJellybean.java
367
private Method
mGetSystemAudioRouteMethod
;
374
mGetSystemAudioRouteMethod
=
383
if (
mGetSystemAudioRouteMethod
!= null) {
385
return
mGetSystemAudioRouteMethod
.invoke(router);
Completed in 621 milliseconds