Home
last modified time | relevance | path

Searched refs:sTestDataFactory (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDeviceDetailsFragment.java65 static TestDataFactory sTestDataFactory; field in BluetoothDeviceDetailsFragment
80 if (sTestDataFactory != null) { in getLocalBluetoothManager()
81 return sTestDataFactory.getManager(context); in getLocalBluetoothManager()
88 if (sTestDataFactory != null) { in getCachedDevice()
89 return sTestDataFactory.getDevice(deviceAddress); in getCachedDevice()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceDetailsFragment.java66 static TestDataFactory sTestDataFactory; field in BluetoothDeviceDetailsFragment
81 if (sTestDataFactory != null) { in getLocalBluetoothManager()
82 return sTestDataFactory.getManager(context); in getLocalBluetoothManager()
89 if (sTestDataFactory != null) { in getCachedDevice()
90 return sTestDataFactory.getDevice(deviceAddress); in getCachedDevice()