Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/
H A DBluetoothRepository.kt37 interface BluetoothRepository { regex
57 ) : BluetoothRepository {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/
H A DFakeBluetoothRepository.kt32 class FakeBluetoothRepository(localBluetoothManager: LocalBluetoothManager) : BluetoothRepository {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
H A DStatusBarPolicyModule.java66 import com.android.systemui.statusbar.policy.bluetooth.BluetoothRepository;
89 BluetoothRepository provideBluetoothRepository(BluetoothRepositoryImpl impl); in provideBluetoothRepository()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java44 import com.android.systemui.statusbar.policy.bluetooth.BluetoothRepository;
70 private final BluetoothRepository mBluetoothRepository;
96 BluetoothRepository bluetoothRepository, in BluetoothControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java52 import com.android.systemui.statusbar.policy.bluetooth.BluetoothRepository;
99 BluetoothRepository bluetoothRepository = in setup()