Home
last modified time | relevance | path

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

/frameworks/support/media-compat/java/android/support/v4/media/session/
DMediaButtonReceiver.java105 getServiceComponentByAction(context, Intent.ACTION_MEDIA_BUTTON); in onReceive()
111 ComponentName mediaBrowserServiceComponentName = getServiceComponentByAction(context, in onReceive()
294 private static ComponentName getServiceComponentByAction(Context context, String action) { in getServiceComponentByAction() method in MediaButtonReceiver