Searched defs:streamedDeviceName (Results 1 – 1 of 1) sorted by relevance
59 CharSequence streamedDeviceName = intent.getCharSequenceExtra(EXTRA_STREAMED_DEVICE); in onCreate() local95 public static Intent createIntent(ActivityInfo activityInfo, CharSequence streamedDeviceName) { in createIntent()