Home
last modified time | relevance | path

Searched refs:BluetoothRepository (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/
DBluetoothRepository.kt37 interface BluetoothRepository { interface
58 ) : BluetoothRepository { in fetchConnectionStatusInBackground()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/
DFakeBluetoothRepository.kt32 class FakeBluetoothRepository(localBluetoothManager: LocalBluetoothManager) : BluetoothRepository {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java45 import com.android.systemui.statusbar.policy.bluetooth.BluetoothRepository;
70 private final BluetoothRepository mBluetoothRepository;
97 BluetoothRepository bluetoothRepository, in BluetoothControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
DStatusBarPolicyModule.java73 import com.android.systemui.statusbar.policy.bluetooth.BluetoothRepository;
98 BluetoothRepository provideBluetoothRepository(BluetoothRepositoryImpl impl); in provideBluetoothRepository()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java50 import com.android.systemui.statusbar.policy.bluetooth.BluetoothRepository;
98 BluetoothRepository bluetoothRepository = in setup()