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

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java79 boolean isVideoCallProviderChanged,
105 mIsVideoCallProviderChanged = isVideoCallProviderChanged;
291 public boolean isVideoCallProviderChanged() { method in class:ParcelableCall
322 boolean isVideoCallProviderChanged = source.readByte() == 1;
353 isVideoCallProviderChanged,
64 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, boolean isRttCallChanged, ParcelableRttCall rttCall, String parentCallId, List<String> childCallIds, StatusHints statusHints, int videoState, List<String> conferenceableCallIds, Bundle intentExtras, Bundle extras, long creationTimeMillis) argument

Completed in 163 milliseconds