Searched defs:parentCallId (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
H A D | ParcelableCall.java | 78 String parentCallId, 101 mParentCallId = parentCallId; 294 String parentCallId = source.readString(); 321 parentCallId, 61 ParcelableCall( String id, int state, DisconnectCause disconnectCause, List<String> cannedSmsResponses, int capabilities, int properties, int supportedAudioRoutes, long connectTimeMillis, Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, GatewayInfo gatewayInfo, PhoneAccountHandle accountHandle, boolean isVideoCallProviderChanged, IVideoProvider videoCallProvider, String parentCallId, List<String> childCallIds, StatusHints statusHints, int videoState, List<String> conferenceableCallIds, Bundle intentExtras, Bundle extras) argument
|
Completed in 160 milliseconds