Searched defs:handlePresentation (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
H A D | ParcelableCall.java | 74 int handlePresentation, 100 mHandlePresentation = handlePresentation; 317 int handlePresentation = source.readInt(); 348 handlePresentation, 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
|
H A D | Call.java | 791 int handlePresentation, 807 mHandlePresentation = handlePresentation; 788 Details( String telecomCallId, Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, PhoneAccountHandle accountHandle, int capabilities, int properties, DisconnectCause disconnectCause, long connectTimeMillis, GatewayInfo gatewayInfo, int videoState, StatusHints statusHints, Bundle extras, Bundle intentExtras, long creationTimeMillis) argument
|
Completed in 317 milliseconds