Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDeviceDetailsFragment.java40 public class BluetoothDeviceDetailsFragment extends SettingsFragment { class
54 public static BluetoothDeviceDetailsFragment newInstance(CachedBluetoothDevice device) { in newInstance()
56 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, device.getAddress()); in newInstance()
57 BluetoothDeviceDetailsFragment fragment = new BluetoothDeviceDetailsFragment(); in newInstance()
DBluetoothBondedDevicesPreferenceController.java54 BluetoothDeviceDetailsFragment.newInstance(cachedDevice))); in createDevicePreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDeviceDetailsFragment.java43 public class BluetoothDeviceDetailsFragment extends RestrictedDashboardFragment { class
74 public BluetoothDeviceDetailsFragment() { in BluetoothDeviceDetailsFragment() method in BluetoothDeviceDetailsFragment
96 public static BluetoothDeviceDetailsFragment newInstance(String deviceAddress) { in newInstance()
99 BluetoothDeviceDetailsFragment fragment = new BluetoothDeviceDetailsFragment(); in newInstance()
DBluetoothDeviceUpdater.java262 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchDeviceDetails()
266 .setDestination(BluetoothDeviceDetailsFragment.class.getName()) in launchDeviceDetails()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceDetailsFragment.java45 public class BluetoothDeviceDetailsFragment extends RestrictedDashboardFragment { class
75 public BluetoothDeviceDetailsFragment() { in BluetoothDeviceDetailsFragment() method in BluetoothDeviceDetailsFragment
97 public static BluetoothDeviceDetailsFragment newInstance(String deviceAddress) { in newInstance()
100 BluetoothDeviceDetailsFragment fragment = new BluetoothDeviceDetailsFragment(); in newInstance()
DBluetoothDeviceUpdater.java272 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchDeviceDetails()
276 .setDestination(BluetoothDeviceDetailsFragment.class.getName()) in launchDeviceDetails()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDeviceDetailsFragmentTest.java60 private BluetoothDeviceDetailsFragment mFragment;
79 mFragment = spy(BluetoothDeviceDetailsFragment.newInstance(TEST_ADDRESS)); in setUp()
91 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, TEST_ADDRESS); in setUp()
124 .isEqualTo(BluetoothDeviceDetailsFragment.EDIT_DEVICE_NAME_ITEM_ID); in editMenu_clicked_showDialog()
DBluetoothDetailsControllerTestBase.java57 protected BluetoothDeviceDetailsFragment mFragment;
DBluetoothDeviceUpdaterTest.java182 .isEqualTo(BluetoothDeviceDetailsFragment.class.getName()); in testDeviceProfilesListener_click_startBluetoothDeviceDetailPage()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DAccessibilityHearingAidPreferenceController.java41 import com.android.car.developeroptions.bluetooth.BluetoothDeviceDetailsFragment;
206 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchBluetoothDeviceDetailSetting()
210 .setDestination(BluetoothDeviceDetailsFragment.class.getName()) in launchBluetoothDeviceDetailSetting()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityHearingAidPreferenceController.java41 import com.android.settings.bluetooth.BluetoothDeviceDetailsFragment;
206 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchBluetoothDeviceDetailSetting()
210 .setDestination(BluetoothDeviceDetailsFragment.class.getName()) in launchBluetoothDeviceDetailSetting()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDeviceDetailsFragmentTest.java65 private FragmentController<BluetoothDeviceDetailsFragment> mFragmentController;
66 private BluetoothDeviceDetailsFragment mFragment;
84 mFragment = BluetoothDeviceDetailsFragment.newInstance(mCachedDevice); in setUp()
DBluetoothBondedDevicesPreferenceControllerTest.java184 any(BluetoothDeviceDetailsFragment.class)); in devicePreferenceButtonClicked_noUserRestrictions_launchesDetailsFragment()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java39 import com.android.settings.bluetooth.BluetoothDeviceDetailsFragment;
194 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in getBluetoothDetailIntent()
197 subSettingLauncher.setDestination(BluetoothDeviceDetailsFragment.class.getName()) in getBluetoothDetailIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java42 import com.android.car.developeroptions.bluetooth.BluetoothDeviceDetailsFragment;
197 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in getBluetoothDetailIntent()
200 subSettingLauncher.setDestination(BluetoothDeviceDetailsFragment.class.getName()) in getBluetoothDetailIntent()
/packages/apps/Settings/src/com/android/settings/core/gateway/
DSettingsGateway.java58 import com.android.settings.bluetooth.BluetoothDeviceDetailsFragment;
279 BluetoothDeviceDetailsFragment.class.getName(),
/packages/apps/Settings/tests/robotests/assets/
Dgrandfather_not_implementing_index_provider26 com.android.settings.bluetooth.BluetoothDeviceDetailsFragment