OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConferenceLevelActiveCall
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
278
when(parentCall.
getConferenceLevelActiveCall
()).thenReturn(confCall1);
325
when(parentCall.
getConferenceLevelActiveCall
()).thenReturn(foregroundCall);
366
when(parentCall.
getConferenceLevelActiveCall
()).thenReturn(confCall1);
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
589
Call activeChild = conferenceCall.
getConferenceLevelActiveCall
();
[
all
...]
Call.java
[
all
...]
Completed in 821 milliseconds