Searched refs:mBluetoothFeatureProvider (Results 1 – 4 of 4) sorted by relevance
36 private BluetoothFeatureProvider mBluetoothFeatureProvider; field in BluetoothFeatureProviderImplTest45 mBluetoothFeatureProvider = new BluetoothFeatureProviderImpl( in setUp()54 final Uri uri = mBluetoothFeatureProvider.getBluetoothDeviceSettingsUri(mBluetoothDevice); in getBluetoothDeviceSettingsUri_containCorrectMacAddress()
85 private BluetoothFeatureProvider mBluetoothFeatureProvider; field in FeatureFactoryImpl244 if (mBluetoothFeatureProvider == null) { in getBluetoothFeatureProvider()245 mBluetoothFeatureProvider = new BluetoothFeatureProviderImpl( in getBluetoothFeatureProvider()248 return mBluetoothFeatureProvider; in getBluetoothFeatureProvider()
87 private BluetoothFeatureProvider mBluetoothFeatureProvider; field in FeatureFactoryImpl247 if (mBluetoothFeatureProvider == null) { in getBluetoothFeatureProvider()248 mBluetoothFeatureProvider = new BluetoothFeatureProviderImpl( in getBluetoothFeatureProvider()251 return mBluetoothFeatureProvider; in getBluetoothFeatureProvider()
70 public final BluetoothFeatureProvider mBluetoothFeatureProvider; field in FakeFeatureFactory117 mBluetoothFeatureProvider = mock(BluetoothFeatureProvider.class); in FakeFeatureFactory()214 return mBluetoothFeatureProvider; in getBluetoothFeatureProvider()