Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java285 boolean isPendingRemove(Integer sourceId) { in isPendingRemove() method in BassClientStateMachine
1021 if (isPendingRemove(recvState.getSourceId())) { in processBroadcastReceiverState()
2087 if (isPendingRemove((int) sid)) { in processMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java530 assertThat(mBassClientStateMachine.isPendingRemove(invalidSourceId)).isFalse(); in simpleMethods()
2623 boolean isPendingRemove(Integer sourceId) { in isPendingRemove() method in BassClientStateMachineTest.StubBassClientStateMachine
2625 return super.isPendingRemove(sourceId); in isPendingRemove()