HomeSort by relevance Sort by last modified time
    Searched refs:GoogleLoginCredentialsResult (Results 1 - 3 of 3) sorted by null

  /packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googleapps/
GoogleLoginCredentialsResult.aidl 19 parcelable GoogleLoginCredentialsResult;
GoogleLoginCredentialsResult.java 47 public class GoogleLoginCredentialsResult implements Parcelable {
73 * With a GoogleLoginCredentialsResult object returned by the
84 * Create an empty GoogleLoginCredentialsResult.
86 public GoogleLoginCredentialsResult() {
126 public static final Parcelable.Creator<GoogleLoginCredentialsResult> CREATOR
127 = new Parcelable.Creator<GoogleLoginCredentialsResult>() {
128 public GoogleLoginCredentialsResult createFromParcel(Parcel in) {
129 return new GoogleLoginCredentialsResult(in);
132 public GoogleLoginCredentialsResult[] newArray(int size) {
133 return new GoogleLoginCredentialsResult[size]
    [all...]
IGoogleLoginService.aidl 19 import com.google.android.googleapps.GoogleLoginCredentialsResult;
113 * The {@link GoogleLoginCredentialsResult} class encapsulates these two
119 * This method will never return a GoogleLoginCredentialsResult
206 GoogleLoginCredentialsResult blockingGetCredentials(

Completed in 308 milliseconds