Searched refs:BluetoothDeviceDetailsFragment (Results 1 – 13 of 13) sorted by relevance
35 public class BluetoothDeviceDetailsFragment extends SettingsFragment { class44 public static BluetoothDeviceDetailsFragment newInstance(CachedBluetoothDevice device) { in newInstance()46 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, device.getAddress()); in newInstance()47 BluetoothDeviceDetailsFragment fragment = new BluetoothDeviceDetailsFragment(); in newInstance()
137 BluetoothDeviceDetailsFragment.newInstance(cachedDevice)); in onDeviceClicked()
85 private BluetoothDeviceDetailsFragment mFragment;136 BluetoothDeviceDetailsFragment fragment = setupFragment(); in verifyOnAttachResult_flagEnabledAndInputDeviceSet_returnsInputDevice()154 BluetoothDeviceDetailsFragment fragment = setupFragment(); in verifyOnAttachResult_flagDisabled_returnsNullInputDevice()212 .isEqualTo(BluetoothDeviceDetailsFragment.EDIT_DEVICE_NAME_ITEM_ID); in editMenu_clicked_showDialog()229 BluetoothDeviceDetailsFragment fragment = setupFragment(); in createPreferenceControllers_launchFromHAPage_deviceControllerNotExist()245 BluetoothDeviceDetailsFragment fragment = setupFragment(); in createPreferenceControllers_notLaunchFromHAPage_deviceControllerExist()273 private BluetoothDeviceDetailsFragment setupFragment() { in setupFragment()274 BluetoothDeviceDetailsFragment fragment = spy( in setupFragment()275 BluetoothDeviceDetailsFragment.newInstance(TEST_ADDRESS)); in setupFragment()293 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, TEST_ADDRESS); in setupFragment()
61 protected BluetoothDeviceDetailsFragment mFragment;
182 .isEqualTo(BluetoothDeviceDetailsFragment.class.getName()); in testDeviceProfilesListener_click_startBluetoothDeviceDetailPage()
66 public class BluetoothDeviceDetailsFragment extends RestrictedDashboardFragment { class132 public BluetoothDeviceDetailsFragment() { in BluetoothDeviceDetailsFragment() method in BluetoothDeviceDetailsFragment188 public static BluetoothDeviceDetailsFragment newInstance(String deviceAddress) { in newInstance()191 BluetoothDeviceDetailsFragment fragment = new BluetoothDeviceDetailsFragment(); in newInstance()
298 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchDeviceDetails()302 .setDestination(BluetoothDeviceDetailsFragment.class.getName()) in launchDeviceDetails()
104 ((BluetoothDeviceDetailsFragment) mFragment).getMetricsCategory()) in launchAccessibilityHearingDeviceSettings()
107 ((BluetoothDeviceDetailsFragment) mFragment).getMetricsCategory()) in launchPairingDetail()
41 import com.android.settings.bluetooth.BluetoothDeviceDetailsFragment;203 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in getBluetoothDetailIntent()206 subSettingLauncher.setDestination(BluetoothDeviceDetailsFragment.class.getName()) in getBluetoothDetailIntent()
27 com.android.settings.bluetooth.BluetoothDeviceDetailsFragment
83 import com.android.settings.bluetooth.BluetoothDeviceDetailsFragment;360 BluetoothDeviceDetailsFragment.class.getName(),
206 any(BluetoothDeviceDetailsFragment.class)); in onDeviceClicked_connected_launchesDeviceDetailsFragment()