OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wasConferencePreviouslyMerged
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
291
when(parentCall.
wasConferencePreviouslyMerged
()).thenReturn(true);
365
when(parentCall.
wasConferencePreviouslyMerged
()).thenReturn(true);
562
when(parentConfCall.
wasConferencePreviouslyMerged
()).thenReturn(true);
689
when(parentCall.
wasConferencePreviouslyMerged
()).thenReturn(false);
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
596
!conferenceCall.
wasConferencePreviouslyMerged
());
707
numHeldCalls = activeCall.
wasConferencePreviouslyMerged
() ? 0 : 1;
[
all
...]
Call.java
[
all
...]
Completed in 57 milliseconds