Home | History | Annotate | Download | only in aware

Lines Matching refs:ConfigRequest

38 import android.net.wifi.aware.ConfigRequest;
90 when(mIWifiNanIfaceMock.configRequest(anyShort(), any())).thenReturn(status);
136 validateEnableAndConfigure((short) 10, new ConfigRequest.Builder().build(), true,
158 validateEnableAndConfigure((short) 10, new ConfigRequest.Builder().build(), false,
186 validateEnableAndConfigure((short) 10, new ConfigRequest.Builder().build(), false,
209 validateEnableAndConfigure((short) 10, new ConfigRequest.Builder().build(), true,
240 validateEnableAndConfigure((short) 10, new ConfigRequest.Builder().build(), false,
278 validateEnableAndConfigure((short) 10, new ConfigRequest.Builder().build(), false,
435 short transactionId, ConfigRequest configRequest, boolean notifyIdentityChange,
440 mDut.enableAndConfigure(transactionId, configRequest, notifyIdentityChange,
468 verify(mIWifiNanIfaceMock).configRequest(eq(transactionId),