Home
last modified time | relevance | path

Searched refs:MEDIA_SESSION_SERVICE (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaSessionFacade.java66 mManager = (MediaSessionManager) mService.getSystemService(Context.MEDIA_SESSION_SERVICE); in MediaSessionFacade()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowServiceManager.java171 Context.MEDIA_SESSION_SERVICE, in map.put() argument
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMediaFacade.java120 (MediaSessionManager) mContext.getSystemService(mContext.MEDIA_SESSION_SERVICE); in BluetoothMediaFacade()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java141 assertThat(context.getSystemService(Context.MEDIA_SESSION_SERVICE)) in shouldProvideServicesIntroducedInLollipop()