/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | ForgetDeviceDialogFragment.java | 39 private static final String KEY_DEVICE_ADDRESS = "device_address"; field in ForgetDeviceDialogFragment 45 args.putString(KEY_DEVICE_ADDRESS, deviceAddress); in newInstance() 53 String deviceAddress = getArguments().getString(KEY_DEVICE_ADDRESS); in getDevice()
|
D | BluetoothDeviceDetailsFragment.java | 44 public static final String KEY_DEVICE_ADDRESS = "device_address"; field in BluetoothDeviceDetailsFragment 98 args.putString(KEY_DEVICE_ADDRESS, deviceAddress); in newInstance() 106 mDeviceAddress = getArguments().getString(KEY_DEVICE_ADDRESS); in onAttach()
|
D | BluetoothDeviceUpdater.java | 262 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchDeviceDetails()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | ForgetDeviceDialogFragment.java | 40 private static final String KEY_DEVICE_ADDRESS = "device_address"; field in ForgetDeviceDialogFragment 46 args.putString(KEY_DEVICE_ADDRESS, deviceAddress); in newInstance() 54 String deviceAddress = getArguments().getString(KEY_DEVICE_ADDRESS); in getDevice()
|
D | BluetoothDeviceDetailsFragment.java | 48 public static final String KEY_DEVICE_ADDRESS = "device_address"; field in BluetoothDeviceDetailsFragment 101 args.putString(KEY_DEVICE_ADDRESS, deviceAddress); in newInstance() 109 mDeviceAddress = getArguments().getString(KEY_DEVICE_ADDRESS); in onAttach()
|
D | BluetoothDeviceUpdater.java | 293 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchDeviceDetails()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDisconnectConfirmDialogFragment.java | 40 private static final String KEY_DEVICE_ADDRESS = "device_address"; field in BluetoothDisconnectConfirmDialogFragment 51 args.putString(KEY_DEVICE_ADDRESS, device.getAddress()); in newInstance() 61 String deviceAddress = getArguments().getString(KEY_DEVICE_ADDRESS); in onAttach()
|
D | BluetoothDeviceDetailsFragment.java | 42 private static final String KEY_DEVICE_ADDRESS = "device_address"; field in BluetoothDeviceDetailsFragment 56 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, device.getAddress()); in newInstance() 96 String deviceAddress = getArguments().getString(KEY_DEVICE_ADDRESS); in onAttach()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDeviceDetailsFragmentTest.java | 93 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, TEST_ADDRESS); in setUp()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/ |
D | AccessibilityHearingAidPreferenceController.java | 206 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchBluetoothDeviceDetailSetting()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityHearingAidPreferenceController.java | 206 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchBluetoothDeviceDetailSetting()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/ |
D | BluetoothDevicesSlice.java | 197 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in getBluetoothDetailIntent()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothDevicesSlice.java | 197 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in getBluetoothDetailIntent()
|