HomeSort by relevance Sort by last modified time
    Searched defs:mbrComponent (Results 1 - 2 of 2) sorted by null

  /frameworks/support/media-compat/java/android/support/v4/media/session/
MediaButtonReceiver.java 221 ComponentName mbrComponent = getMediaButtonReceiverComponent(context);
222 if (mbrComponent == null) {
227 return buildMediaButtonPendingIntent(context, mbrComponent, action);
246 * @param mbrComponent The full component name of a media button receiver where you want to send
253 ComponentName mbrComponent, @MediaKeyAction long action) {
254 if (mbrComponent == null) {
265 intent.setComponent(mbrComponent);
  /prebuilts/sdk/current/support/media-compat/
android-support-media-compat.jar 

Completed in 1236 milliseconds