OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceInfoConstants
(Results
1 - 8
of
8
) sorted by null
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java
24
import android.tests.getinfo.
DeviceInfoConstants
;
61
assertSerializeParse(
DeviceInfoConstants
.FEATURES, "");
62
assertSerializeParse(
DeviceInfoConstants
.FEATURES,
64
assertSerializeParse(
DeviceInfoConstants
.FEATURES, "android.hardware.audio.low_latency:"
69
assertSerializeParse(
DeviceInfoConstants
.PROCESSES, "");
70
assertSerializeParse(
DeviceInfoConstants
.PROCESSES, "ueventd:0;");
71
assertSerializeParse(
DeviceInfoConstants
.PROCESSES, "ueventd:0;netd:0;");
75
assertSerializeParse(
DeviceInfoConstants
.OPEN_GL_COMPRESSED_TEXTURE_FORMATS, "");
76
assertSerializeParse(
DeviceInfoConstants
.OPEN_GL_COMPRESSED_TEXTURE_FORMATS, "texture1;");
77
assertSerializeParse(
DeviceInfoConstants
.OPEN_GL_COMPRESSED_TEXTURE_FORMATS
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
24
import android.tests.getinfo.
DeviceInfoConstants
;
90
serializer.attribute(ns,
DeviceInfoConstants
.RESOLUTION,
91
getMetric(metricsCopy,
DeviceInfoConstants
.RESOLUTION));
92
serializer.attribute(ns,
DeviceInfoConstants
.SCREEN_DENSITY,
93
getMetric(metricsCopy,
DeviceInfoConstants
.SCREEN_DENSITY));
94
serializer.attribute(ns,
DeviceInfoConstants
.SCREEN_DENSITY_BUCKET,
95
getMetric(metricsCopy,
DeviceInfoConstants
.SCREEN_DENSITY_BUCKET));
96
serializer.attribute(ns,
DeviceInfoConstants
.SCREEN_SIZE,
97
getMetric(metricsCopy,
DeviceInfoConstants
.SCREEN_SIZE));
101
serializer.attribute(ns,
DeviceInfoConstants
.PHONE_NUMBER
[
all
...]
TestSummaryXml.java
23
import android.tests.getinfo.
DeviceInfoConstants
;
112
mDeviceSerials = getAttribute(parser,
DeviceInfoConstants
.SERIAL_NUMBER);
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java
81
DeviceInfoConstants
.OPEN_GL_EXTENSIONS,
84
DeviceInfoConstants
.OPEN_GL_COMPRESSED_TEXTURE_FORMATS,
87
DeviceInfoConstants
.GRAPHICS_VENDOR,
90
DeviceInfoConstants
.GRAPHICS_RENDERER,
143
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.TOUCH_SCREEN,
161
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.NAVIGATION,
176
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.KEYPAD, keypad);
189
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.LOCALES,
DeviceInfoConstants.java
24
public interface
DeviceInfoConstants
{
DeviceInfoInstrument.java
48
public class DeviceInfoInstrument extends Instrumentation implements
DeviceInfoConstants
{
/cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java
22
public interface
DeviceInfoConstants
{
/cts/tools/device-setup/TestDeviceSetup/
Android.mk
38
LOCAL_SRC_FILES := src/android/tests/getinfo/
DeviceInfoConstants
.java
Completed in 43 milliseconds