Searched refs:RttClient (Results 1 – 4 of 4) sorted by relevance
935 public static class RttClient implements Parcelable { class in RttManager939 public RttClient(String packageName) { in RttClient() method in RttManager.RttClient943 protected RttClient(Parcel in) { in RttClient() method in RttManager.RttClient947 public static final Creator<RttManager.RttClient> CREATOR =948 new Creator<RttManager.RttClient>() {950 public RttManager.RttClient createFromParcel(Parcel in) {951 return new RttManager.RttClient(in);955 public RttManager.RttClient[] newArray(int size) {956 return new RttManager.RttClient[size];1287 new RttClient(context.getPackageName())); in RttManager()
131 new RttManager.RttClient(mContext.getPackageName())); in handleMessage()
129 ? ((RttManager.RttClient) msg.obj).getPackageName() : null; in handleMessage()
4789 HPLandroid/net/wifi/RttManager$RttClient$1;-><init>()V4790 HPLandroid/net/wifi/RttManager$RttClient$1;->createFromParcel(Landroid/os/Parcel;)Landroid/net/wifi…4791 HPLandroid/net/wifi/RttManager$RttClient$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;4792 HPLandroid/net/wifi/RttManager$RttClient;-><init>(Landroid/os/Parcel;)V4793 HPLandroid/net/wifi/RttManager$RttClient;-><init>(Ljava/lang/String;)V4794 HPLandroid/net/wifi/RttManager$RttClient;->getPackageName()Ljava/lang/String;4795 HPLandroid/net/wifi/RttManager$RttClient;->writeToParcel(Landroid/os/Parcel;I)V