Home
last modified time | relevance | path

Searched refs:mBluetoothFeatureProvider (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothFeatureProviderImplTest.java40 private BluetoothFeatureProvider mBluetoothFeatureProvider; field in BluetoothFeatureProviderImplTest
49 mBluetoothFeatureProvider = new BluetoothFeatureProviderImpl(); in setUp()
57 final Uri uri = mBluetoothFeatureProvider.getBluetoothDeviceSettingsUri(mBluetoothDevice); in getBluetoothDeviceSettingsUri_containCorrectMacAddress()
66 mBluetoothFeatureProvider.getBluetoothDeviceControlUri(mBluetoothDevice)).isEqualTo( in getBluetoothDeviceControlUri_returnsCorrectUri()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/
DFakeFeatureFactory.java83 public final BluetoothFeatureProvider mBluetoothFeatureProvider; field in FakeFeatureFactory
139 mBluetoothFeatureProvider = mock(BluetoothFeatureProvider.class); in FakeFeatureFactory()
261 return mBluetoothFeatureProvider; in getBluetoothFeatureProvider()
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/
DFakeFeatureFactory.java82 public final BluetoothFeatureProvider mBluetoothFeatureProvider; field in FakeFeatureFactory
140 mBluetoothFeatureProvider = mock(BluetoothFeatureProvider.class); in FakeFeatureFactory()
262 return mBluetoothFeatureProvider; in getBluetoothFeatureProvider()