Searched refs:ResponderConfig (Results 1 – 5 of 5) sorted by relevance
35 import android.net.wifi.RttManager.ResponderConfig;130 String actualMac = ((ResponderConfig) message.obj).macAddress; in sendEnableResponderSucceed()145 int clientKey, ResponderConfig config) { in sendEnableResponder()167 private ResponderConfig createResponderConfig() { in createResponderConfig()168 ResponderConfig config = new ResponderConfig(); in createResponderConfig()
952 public abstract void onResponderEnabled(ResponderConfig config); in onResponderEnabled()1007 public static class ResponderConfig implements Parcelable { class in RttManager1073 public static final Parcelable.Creator<ResponderConfig> CREATOR =1074 new Parcelable.Creator<ResponderConfig>() {1076 public ResponderConfig createFromParcel(Parcel in) {1077 ResponderConfig config = new ResponderConfig();1088 public ResponderConfig[] newArray(int size) {1089 return new ResponderConfig[size];1271 ResponderConfig config = (ResponderConfig) msg.obj; in handleMessage()
10 import android.net.wifi.RttManager.ResponderConfig;212 void reportResponderEnableSucceed(int key, ResponderConfig config) { in reportResponderEnableSucceed()276 ResponderConfig mResponderConfig;
28 import android.net.wifi.RttManager.ResponderConfig;2221 private static native ResponderConfig enableRttResponderNative(int iface, int commandId, in enableRttResponderNative()2228 public ResponderConfig enableRttResponder(int timeoutSeconds) { in enableRttResponder()2236 ResponderConfig config = enableRttResponderNative( in enableRttResponder()
26442 method public abstract void onResponderEnabled(android.net.wifi.RttManager.ResponderConfig);26445 public static class RttManager.ResponderConfig implements android.os.Parcelable {26446 ctor public RttManager.ResponderConfig();26449 …ic static final android.os.Parcelable.Creator<android.net.wifi.RttManager.ResponderConfig> CREATOR;