/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDeviceDetailsFragment.java | 40 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()
|
D | BluetoothBondedDevicesPreferenceController.java | 54 BluetoothDeviceDetailsFragment.newInstance(cachedDevice))); in createDevicePreference()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothDeviceDetailsFragment.java | 43 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()
|
D | BluetoothDeviceUpdater.java | 262 args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, in launchDeviceDetails() 266 .setDestination(BluetoothDeviceDetailsFragment.class.getName()) in launchDeviceDetails()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDeviceDetailsFragment.java | 45 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()
|
D | BluetoothDeviceUpdater.java | 272 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/ |
D | BluetoothDeviceDetailsFragmentTest.java | 60 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()
|
D | BluetoothDetailsControllerTestBase.java | 57 protected BluetoothDeviceDetailsFragment mFragment;
|
D | BluetoothDeviceUpdaterTest.java | 182 .isEqualTo(BluetoothDeviceDetailsFragment.class.getName()); in testDeviceProfilesListener_click_startBluetoothDeviceDetailPage()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/ |
D | AccessibilityHearingAidPreferenceController.java | 41 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/ |
D | AccessibilityHearingAidPreferenceController.java | 41 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/ |
D | BluetoothDeviceDetailsFragmentTest.java | 65 private FragmentController<BluetoothDeviceDetailsFragment> mFragmentController; 66 private BluetoothDeviceDetailsFragment mFragment; 84 mFragment = BluetoothDeviceDetailsFragment.newInstance(mCachedDevice); in setUp()
|
D | BluetoothBondedDevicesPreferenceControllerTest.java | 184 any(BluetoothDeviceDetailsFragment.class)); in devicePreferenceButtonClicked_noUserRestrictions_launchesDetailsFragment()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothDevicesSlice.java | 39 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/ |
D | BluetoothDevicesSlice.java | 42 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/ |
D | SettingsGateway.java | 58 import com.android.settings.bluetooth.BluetoothDeviceDetailsFragment; 279 BluetoothDeviceDetailsFragment.class.getName(),
|
/packages/apps/Settings/tests/robotests/assets/ |
D | grandfather_not_implementing_index_provider | 26 com.android.settings.bluetooth.BluetoothDeviceDetailsFragment
|