Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java924 final Intent deepLinkIntent = in launchBluetoothPairing() local
926 if (deepLinkIntent.resolveActivity(mContext.getPackageManager()) != null) { in launchBluetoothPairing()
928 deepLinkIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in launchBluetoothPairing()
929 deepLinkIntent.putExtra( in launchBluetoothPairing()
932 deepLinkIntent.putExtra( in launchBluetoothPairing()
935 mActivityStarter.startActivity(deepLinkIntent, true, controller); in launchBluetoothPairing()