Home
last modified time | relevance | path

Searched refs:PROPERTY_GENERIC_CONFERENCE (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java306 .hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)) { in getLargeIconToDisplay()
352 call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle()
H A DCallCardPresenter.java484 && !primary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)) in updatePrimaryCallState()
670 context, primary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE))) in updatePrimaryDisplayInfo()
876 context, secondary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE))) in updateSecondaryDisplayInfo()
H A DStatusBarNotifier.java561 context, call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle()
608 call.isConferenceCall() && !call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)); in getLargeIconToDisplay()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DCdmaConference.java44 mProperties = Connection.PROPERTY_GENERIC_CONFERENCE; in CdmaConference()
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorConference.java37 static final int PROPERTY_GENERIC_CONFERENCE = 1 << 1; field in SimulatorConference
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DParcelableCallUtils.java534 Connection.PROPERTY_GENERIC_CONFERENCE,
535 android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE,
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java446 public static final int PROPERTY_GENERIC_CONFERENCE = 1<<1; field in Connection
1189 if ((properties & PROPERTY_GENERIC_CONFERENCE) == PROPERTY_GENERIC_CONFERENCE) { in propertiesToStringInternal()
H A DCall.java580 public static final int PROPERTY_GENERIC_CONFERENCE = 0x00000002; field in Call.Details
857 if (hasProperty(properties, PROPERTY_GENERIC_CONFERENCE)) { in propertiesToString()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java423 when(parentCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)).thenReturn(true); in testListCurrentCallsCdmaHold()
473 when(parentCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)).thenReturn(true); in testListCurrentCallsCdmaConference()
703 when(parentCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)).thenReturn(true); in testListCurrentCallsHeldImsCepConference()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java616 && conferenceCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)) { in sendClccForCall()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10828 field public static final int PROPERTY_GENERIC_CONFERENCE = 2; // 0x2
H A Dcurrent.txt39684 field public static final int PROPERTY_GENERIC_CONFERENCE = 2; // 0x2
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55139 Landroid/telecom/Connection;->PROPERTY_GENERIC_CONFERENCE:I