Home
last modified time | relevance | path

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

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoActivity.java81 DeviceInfoConstants.OPEN_GL_EXTENSIONS, in runIterations()
84 DeviceInfoConstants.OPEN_GL_COMPRESSED_TEXTURE_FORMATS, in runIterations()
87 DeviceInfoConstants.GRAPHICS_VENDOR, in runIterations()
90 DeviceInfoConstants.GRAPHICS_RENDERER, in runIterations()
143 DeviceInfoInstrument.addResult(DeviceInfoConstants.TOUCH_SCREEN, in onCreate()
161 DeviceInfoInstrument.addResult(DeviceInfoConstants.NAVIGATION, in onCreate()
176 DeviceInfoInstrument.addResult(DeviceInfoConstants.KEYPAD, keypad); in onCreate()
189 DeviceInfoInstrument.addResult(DeviceInfoConstants.LOCALES, in onCreate()
DDeviceInfoConstants.java24 public interface DeviceInfoConstants { interface
DDeviceInfoInstrument.java53 public class DeviceInfoInstrument extends Instrumentation implements DeviceInfoConstants {