Home
last modified time | relevance | path

Searched refs:HDM_CREATE_IFACE_NAN (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java21 import static com.android.server.wifi.HalDeviceManager.HDM_CREATE_IFACE_NAN;
408 HDM_CREATE_IFACE_NAN, // ifaceTypeToCreate in testCacheMismatchError()
812 runCreateSingleXxxInterfaceNoInitMode(new TestChipV1(), HDM_CREATE_IFACE_NAN, "wlan0", in testCreateNanInterfaceNoInitModeTestChipV1()
841 runCreateSingleXxxInterfaceNoInitMode(new TestChipV2(), HDM_CREATE_IFACE_NAN, "wlan0", in testCreateNanInterfaceNoInitModeTestChipV2()
869 runCreateSingleXxxInterfaceNoInitMode(new TestChipV3(), HDM_CREATE_IFACE_NAN, "wlan0", in testCreateNanInterfaceNoInitModeTestChipV3()
907 runCreateSingleXxxInterfaceNoInitMode(new TestChipV4(), HDM_CREATE_IFACE_NAN, "wlan0", in testCreateNanInterfaceNoInitModeTestChipV4()
1409 HDM_CREATE_IFACE_NAN, // ifaceTypeToCreate in testInterfaceCreationFlowTestChipV2()
1493 HDM_CREATE_IFACE_NAN, // ifaceTypeToCreate in testInterfaceCreationFlowTestChipV2()
1817 HDM_CREATE_IFACE_NAN, // ifaceTypeToCreate in testInterfaceCreationFlowTestChipV3()
1883 HDM_CREATE_IFACE_NAN, // ifaceTypeToCreate in testInterfaceCreationFlowTestChipV3()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java99 public static final int HDM_CREATE_IFACE_NAN = 4; field in HalDeviceManager
106 HDM_CREATE_IFACE_NAN,
115 put(HDM_CREATE_IFACE_NAN, IfaceType.NAN);
342 return (IWifiNanIface) createIface(HDM_CREATE_IFACE_NAN, CHIP_CAPABILITY_ANY, in createNanIface()
2313 case HDM_CREATE_IFACE_NAN: in executeChipReconfiguration()