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
...]
TestPackageResult.java
18
import android.tests.getinfo.
DeviceInfoConstants
;
236
checkMetrics(metrics,
DeviceInfoConstants
.BUILD_FINGERPRINT,
237
DeviceInfoConstants
.BUILD_MODEL,
DeviceInfoConstants
.BUILD_BRAND,
238
DeviceInfoConstants
.BUILD_MANUFACTURER,
DeviceInfoConstants
.BUILD_BOARD,
239
DeviceInfoConstants
.BUILD_DEVICE,
DeviceInfoConstants
.PRODUCT_NAME,
240
DeviceInfoConstants
.BUILD_ABI,
DeviceInfoConstants
.BUILD_ABI2
[
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
80
DeviceInfoConstants
.OPEN_GL_EXTENSIONS,
83
DeviceInfoConstants
.OPEN_GL_COMPRESSED_TEXTURE_FORMATS,
86
DeviceInfoConstants
.GRAPHICS_VENDOR,
89
DeviceInfoConstants
.GRAPHICS_RENDERER,
136
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.TOUCH_SCREEN,
154
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.NAVIGATION,
169
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.KEYPAD, keypad);
182
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.LOCALES,
DeviceInfoConstants.java
24
public interface
DeviceInfoConstants
{
DeviceInfoInstrument.java
46
public class DeviceInfoInstrument extends Instrumentation implements
DeviceInfoConstants
{
/cts/tools/device-setup/TestDeviceSetup/
Android.mk
40
LOCAL_SRC_FILES := src/android/tests/getinfo/
DeviceInfoConstants
.java
Completed in 49 milliseconds