Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DBlockedAppStreamingActivity.java59 CharSequence streamedDeviceName = intent.getCharSequenceExtra(EXTRA_STREAMED_DEVICE); in onCreate() local
60 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() argument
99 .putExtra(EXTRA_STREAMED_DEVICE, streamedDeviceName); in createIntent()