Home
last modified time | relevance | path

Searched refs:RttClient (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DRttManager.java935 public static class RttClient implements Parcelable { class in RttManager
939 public RttClient(String packageName) { in RttClient() method in RttManager.RttClient
943 protected RttClient(Parcel in) { in RttClient() method in RttManager.RttClient
947 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareRttStateManager.java131 new RttManager.RttClient(mContext.getPackageName())); in handleMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DRttService.java129 ? ((RttManager.RttClient) msg.obj).getPackageName() : null; in handleMessage()
/frameworks/base/config/
Dboot-image-profile.txt4789 HPLandroid/net/wifi/RttManager$RttClient$1;-><init>()V
4790 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;)V
4793 HPLandroid/net/wifi/RttManager$RttClient;-><init>(Ljava/lang/String;)V
4794 HPLandroid/net/wifi/RttManager$RttClient;->getPackageName()Ljava/lang/String;
4795 HPLandroid/net/wifi/RttManager$RttClient;->writeToParcel(Landroid/os/Parcel;I)V