HomeSort by relevance Sort by last modified time
    Searched defs:DeviceInfoTest (Results 1 - 5 of 5) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DeviceInfoTest.java 24 public class DeviceInfoTest extends GdxTest {
  /system/connectivity/apmanager/
device_info_unittest.cc 64 class DeviceInfoTest : public testing::Test {
66 DeviceInfoTest()
69 virtual ~DeviceInfoTest() {}
192 TEST_F(DeviceInfoTest, EnumerateDevices) {
214 TEST_F(DeviceInfoTest, IsWiFiInterface) {
227 TEST_F(DeviceInfoTest, InterfaceDetection) {
293 TEST_F(DeviceInfoTest, ParseWifiInterfaceInfo) {
328 TEST_F(DeviceInfoTest, ParsePhyInfoForWifiInterface) {
360 TEST_F(DeviceInfoTest, ReceivePhyInfoBeforePhyIsEnumerated) {
381 TEST_F(DeviceInfoTest, RegisterDevice)
    [all...]
  /system/connectivity/dhcp_client/
device_info_unittest.cc 49 class DeviceInfoTest : public testing::Test {
51 DeviceInfoTest() {}
77 TEST_F(DeviceInfoTest, GetDeviceInfoSucceed) {
99 TEST_F(DeviceInfoTest, GetDeviceInfoNameTooLong) {
107 TEST_F(DeviceInfoTest, GetDeviceInfoFailedToCreateSocket) {
116 TEST_F(DeviceInfoTest, GetDeviceInfoFailedToGetHardwareAddr) {
127 TEST_F(DeviceInfoTest, GetDeviceInfoFailedToGetInterfaceIndex) {
  /cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DeviceInfoTest.java 29 public class DeviceInfoTest extends AndroidTestCase {
  /system/connectivity/shill/
device_info_unittest.cc 97 class DeviceInfoTest : public Test {
99 DeviceInfoTest()
104 virtual ~DeviceInfoTest() {}
205 const int DeviceInfoTest::kTestDeviceIndex = 123456;
206 const char DeviceInfoTest::kTestDeviceName[] = "test-device";
207 const uint8_t DeviceInfoTest::kTestMACAddress[] = {
209 const char DeviceInfoTest::kTestIPAddress0[] = "192.168.1.1";
210 const int DeviceInfoTest::kTestIPAddressPrefix0 = 24;
211 const char DeviceInfoTest::kTestIPAddress1[] = "fe80::1aa9:5ff:abcd:1234";
212 const int DeviceInfoTest::kTestIPAddressPrefix1 = 64
    [all...]

Completed in 245 milliseconds