Searched refs:layer2Info (Results 1 – 11 of 11) sorted by relevance
231 public Builder withLayer2Information(Layer2Information layer2Info) { in withLayer2Information() argument232 mConfig.mLayer2Info = layer2Info; in withLayer2Information()497 p.layer2Info = (mLayer2Info == null) ? null : mLayer2Info.toStableParcelable(); in toStableParcelable()525 config.mLayer2Info = Layer2Information.fromStableParcelable(p.layer2Info); in fromStableParcelable()
34 @nullable android.net.Layer2InformationParcelable layer2Info;
35 @nullable android.net.Layer2InformationParcelable layer2Info;
786 final Layer2Information layer2Info) throws Exception {789 .withLayer2Information(layer2Info == null792 : layer2Info)2307 layer2Info);2916 .withLayer2Information(layer2Info)3011 private void doInitialBssidSetupTest(final Layer2Information layer2Info,3015 .withLayer2Information(layer2Info)3035 doInitialBssidSetupTest(layer2Info, null /* scanResultInfo */);3050 doInitialBssidSetupTest(layer2Info, scanResultInfo);3063 doInitialBssidSetupTest(layer2Info, null /* scanResultInfo */);[all …]
36 @nullable android.net.Layer2InformationParcelable layer2Info;
46 @nullable Layer2InformationParcelable layer2Info;
234 parcelWithNull.layer2Info.bssid = null; in testParcelableToString()
6289 final Layer2Information layer2Info = new Layer2Information(l2Key, groupHint,6305 .withLayer2Information(layer2Info);6365 .withLayer2Information(layer2Info);6373 .withLayer2Information(layer2Info);