Searched refs:isCallNull (Results 1 – 4 of 4) sorted by relevance
52 public void isCallNull() { in isCallNull() method in BluetoothCallTest53 assertThat(mBluetoothCall.isCallNull()).isTrue(); in isCallNull()60 assertThat(mBluetoothCall.isCallNull()).isTrue(); in setCall()
297 when(activeCall.isCallNull()).thenReturn(false); in testBluetoothCallQualityReport()
57 public boolean isCallNull() { in isCallNull() method in BluetoothCall
801 if (inferredCall.isCallNull() || inferredCall.getHandle() == null) { in sendListOfCalls()1540 return call == null || call.isCallNull(); in isNullCall()