Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java922 boolean hasOnlyDisconnectedCalls = mCallInfo.hasOnlyDisconnectedCalls(); in getBluetoothCallStateForUpdate()
938 } else if (hasOnlyDisconnectedCalls || mIsDisconnectedTonePlaying) { in getBluetoothCallStateForUpdate()
1078 public boolean hasOnlyDisconnectedCalls() { in hasOnlyDisconnectedCalls() method in BluetoothInCallService.CallInfo
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java131 doReturn(false).when(mMockCallInfo).hasOnlyDisconnectedCalls(); in setUp()
988 doReturn(true).when(mMockCallInfo).hasOnlyDisconnectedCalls(); in testOnCallStateChangedDisconnected()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1193 public boolean hasOnlyDisconnectedCalls() { in hasOnlyDisconnectedCalls() method in CallsManager