File
Doc
Category
Size
Date
Package
ConnectionRequest.java
API Doc
Android 5.1 API
908
Sat Mar 14 14:10:02 GMT 2015
android.telecom
ConnectionRequest
java.lang.Object
public final class ConnectionRequest extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public ConnectionRequest
(
android.telecom.PhoneAccountHandle
accountHandle,
android.net.Uri
handle,
android.os.Bundle
extras)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
android.telecom.PhoneAccountHandle
getAccountHandle
()
throw new RuntimeException("Stub!");
public
android.net.Uri
getAddress
()
throw new RuntimeException("Stub!");
public
android.os.Bundle
getExtras
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
destination,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source