Searched refs:hasOnlyDisconnectedCalls (Results 1 – 3 of 3) sorted by relevance
922 boolean hasOnlyDisconnectedCalls = mCallInfo.hasOnlyDisconnectedCalls(); in getBluetoothCallStateForUpdate()938 } else if (hasOnlyDisconnectedCalls || mIsDisconnectedTonePlaying) { in getBluetoothCallStateForUpdate()1078 public boolean hasOnlyDisconnectedCalls() { in hasOnlyDisconnectedCalls() method in BluetoothInCallService.CallInfo
131 doReturn(false).when(mMockCallInfo).hasOnlyDisconnectedCalls(); in setUp()988 doReturn(true).when(mMockCallInfo).hasOnlyDisconnectedCalls(); in testOnCallStateChangedDisconnected()
1193 public boolean hasOnlyDisconnectedCalls() { in hasOnlyDisconnectedCalls() method in CallsManager