OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConference
(Results
1 - 9
of
9
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
242
when(activeCall.
isConference
()).thenReturn(false);
279
when(parentCall.
isConference
()).thenReturn(true);
326
when(parentCall.
isConference
()).thenReturn(true);
367
when(parentCall.
isConference
()).thenReturn(true);
397
when(waitingCall.
isConference
()).thenReturn(false);
414
when(newCall.
isConference
()).thenReturn(false);
430
when(ringingCall.
isConference
()).thenReturn(false);
450
when(ringingCall.
isConference
()).thenReturn(false);
464
when(newHoldingCall.
isConference
()).thenReturn(false);
484
when(dialingCall.
isConference
()).thenReturn(false)
[
all
...]
CallLogManagerTest.java
155
false, //
isConference
178
false, //
isConference
202
false, //
isConference
223
false, //
isConference
247
false, //
isConference
271
false, //
isConference
299
false, //
isConference
324
false, //
isConference
347
false, //
isConference
373
false, //
isConference
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
541
if (!call.
isConference
() ||
542
(call.
isConference
() && call
557
boolean isConferenceWithNoChildren = call.
isConference
() && call
688
if (activeCall != null && activeCall.
isConference
() &&
[
all
...]
Call.java
413
boolean
isConference
) {
415
mState =
isConference
? CallState.ACTIVE : CallState.NEW;
427
mIsConference =
isConference
;
468
boolean
isConference
,
473
shouldAttachToExistingConnection,
isConference
);
699
public boolean
isConference
() {
[
all
...]
ParcelableCallUtils.java
57
if (call.
isConference
()) {
CallLogManager.java
149
!call.
isConference
() &&
CallsManager.java
676
false /*
isConference
*/
710
false /*
isConference
*/
780
false /*
isConference
*/
[
all
...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallCardFragment.java
597
String providerLabel, boolean
isConference
, boolean isVideoCall, boolean isFullscreen) {
608
mSecondaryCallConferenceCallIcon.setVisibility(
isConference
? View.VISIBLE : View.GONE);
724
boolean
isConference
,
729
isConference
, isWorkCall);
[
all
...]
CallCardPresenter.java
327
false /*
isConference
*/,
[
all
...]
Completed in 6378 milliseconds