Searched refs:getServiceComponentByAction (Results 1 – 1 of 1) sorted by relevance
105 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