Home
last modified time | relevance | path

Searched refs:withLayer2Information (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DProvisioningConfiguration.java253 public Builder withLayer2Information(Layer2Information layer2Info) { in withLayer2Information() method in ProvisioningConfiguration.Builder
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java1213 .withLayer2Information(layer2Info == null
2589 .withLayer2Information(new Layer2Information(null /* l2key */, null /* cluster */,
3354 .withLayer2Information(new Layer2Information(TEST_L2KEY, TEST_CLUSTER,
3487 .withLayer2Information(new Layer2Information(TEST_L2KEY, TEST_CLUSTER,
3835 .withLayer2Information(layer2Info)
4053 .withLayer2Information(new Layer2Information(TEST_L2KEY, TEST_CLUSTER,
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java8247 .withLayer2Information(layer2Info) in startIpClient()