/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | ExternalCallNotifier.java | 306 .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 D | CallCardPresenter.java | 484 && !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 D | StatusBarNotifier.java | 561 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 D | CdmaConference.java | 44 mProperties = Connection.PROPERTY_GENERIC_CONFERENCE; in CdmaConference()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
H A D | SimulatorConference.java | 37 static final int PROPERTY_GENERIC_CONFERENCE = 1 << 1; field in SimulatorConference
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | ParcelableCallUtils.java | 534 Connection.PROPERTY_GENERIC_CONFERENCE, 535 android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE,
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | Connection.java | 446 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 D | Call.java | 580 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 D | BluetoothInCallServiceTest.java | 423 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 D | BluetoothInCallService.java | 616 && conferenceCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)) { in sendClccForCall()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 10828 field public static final int PROPERTY_GENERIC_CONFERENCE = 2; // 0x2
|
H A D | current.txt | 39684 field public static final int PROPERTY_GENERIC_CONFERENCE = 2; // 0x2
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55139 Landroid/telecom/Connection;->PROPERTY_GENERIC_CONFERENCE:I
|