Searched refs:streamedDeviceName (Results 1 – 1 of 1) sorted by relevance
59 CharSequence streamedDeviceName = intent.getCharSequenceExtra(EXTRA_STREAMED_DEVICE); in onCreate() local60 if (!TextUtils.isEmpty(streamedDeviceName)) { in onCreate()71 getString(R.string.app_streaming_blocked_message, streamedDeviceName); in onCreate()77 streamedDeviceName); in onCreate()81 getString(R.string.app_streaming_blocked_message, streamedDeviceName); in onCreate()95 public static Intent createIntent(ActivityInfo activityInfo, CharSequence streamedDeviceName) { in createIntent() argument99 .putExtra(EXTRA_STREAMED_DEVICE, streamedDeviceName); in createIntent()