Searched refs:deepLinkIntent (Results 1 – 1 of 1) sorted by relevance
924 final Intent deepLinkIntent = in launchBluetoothPairing() local926 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()