Searched defs:isVideoCallProviderChanged (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java76 boolean isVideoCallProviderChanged,
99 mIsVideoCallProviderChanged = isVideoCallProviderChanged;
267 public boolean isVideoCallProviderChanged() { method in class:ParcelableCall
291 boolean isVideoCallProviderChanged = source.readByte() == 1;
319 isVideoCallProviderChanged,
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 894 milliseconds