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

  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceSelectionOptionsTest.java 46 // DEVICE_TYPE and OTHER_DEVICE_TYPE should be different
47 private static final String DEVICE_TYPE = "charm";
178 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);
188 options.addProductType(DEVICE_TYPE);
190 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);
204 options.addProductType(DEVICE_TYPE);
206 EasyMock.expect(mMockDevice.getProperty(DeviceProperties.BOARD)).andReturn(DEVICE_TYPE);
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pWfdInfo.java 45 private static final int DEVICE_TYPE = 0x3;
75 return (mDeviceInfo & DEVICE_TYPE);
80 mDeviceInfo &= ~DEVICE_TYPE;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devioctl.h 98 #define DEVICE_TYPE ULONG
winternl.h 15 #ifndef DEVICE_TYPE
16 #define DEVICE_TYPE ULONG
531 DEVICE_TYPE DeviceType;
    [all...]
winioctl.h 45 #ifndef DEVICE_TYPE
46 #define DEVICE_TYPE DWORD
214 DEVICE_TYPE DeviceType;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Mmc.h 238 UINT8 DEVICE_TYPE; // Device type [196:196]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 1122 milliseconds