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

  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
HasFeaturesTx.java 11 public class HasFeaturesTx implements Parcelable {
13 public static final Parcelable.Creator<HasFeaturesTx> CREATOR =
14 new Parcelable.Creator<HasFeaturesTx>() {
17 public HasFeaturesTx createFromParcel(Parcel in) {
18 return new HasFeaturesTx(in);
22 public HasFeaturesTx[] newArray(int size) {
23 return new HasFeaturesTx[size];
31 private HasFeaturesTx(Parcel in) {
37 public HasFeaturesTx(
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 28 import android.accounts.cts.common.tx.HasFeaturesTx;
271 new HasFeaturesTx(account, features, result));

Completed in 58 milliseconds