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
18
import android.tests.getinfo.
DeviceInfoConstants
;
64
addMetric(
DeviceInfoConstants
.PROCESSES, processString, serializedInfo);
68
DeviceInfoConstants
.PROCESSES));
78
addMetric(
DeviceInfoConstants
.FEATURES, featureString, serializedInfo);
82
DeviceInfoConstants
.FEATURES));
91
addMetric(
DeviceInfoConstants
.PROCESSES, "proc", info);
92
addMetric(
DeviceInfoConstants
.SERIAL_NUMBER, "device1", info);
95
DeviceInfoConstants
.SERIAL_NUMBER));
97
addMetric(
DeviceInfoConstants
.SERIAL_NUMBER, "device1", info);
100
DeviceInfoConstants
.SERIAL_NUMBER))
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
18
import android.tests.getinfo.
DeviceInfoConstants
;
69
serializer.attribute(ns,
DeviceInfoConstants
.RESOLUTION,
70
getMetric(metricsCopy,
DeviceInfoConstants
.RESOLUTION));
71
serializer.attribute(ns,
DeviceInfoConstants
.SCREEN_DENSITY,
72
getMetric(metricsCopy,
DeviceInfoConstants
.SCREEN_DENSITY));
73
serializer.attribute(ns,
DeviceInfoConstants
.SCREEN_DENSITY_BUCKET,
74
getMetric(metricsCopy,
DeviceInfoConstants
.SCREEN_DENSITY_BUCKET));
75
serializer.attribute(ns,
DeviceInfoConstants
.SCREEN_SIZE,
76
getMetric(metricsCopy,
DeviceInfoConstants
.SCREEN_SIZE));
80
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
...]
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java
67
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.TOUCH_SCREEN,
85
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.NAVIGATION,
100
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.KEYPAD, keypad);
113
DeviceInfoInstrument.addResult(
DeviceInfoConstants
.LOCALES,
DeviceInfoConstants.java
24
public interface
DeviceInfoConstants
{
DeviceInfoInstrument.java
42
public class DeviceInfoInstrument extends Instrumentation implements
DeviceInfoConstants
{
/cts/tools/device-setup/TestDeviceSetup/
Android.mk
37
LOCAL_SRC_FILES := src/android/tests/getinfo/
DeviceInfoConstants
.java
/cts/tools/host/src/com/android/cts/
TestDevice.java
35
import android.tests.getinfo.
DeviceInfoConstants
;
405
public static final class DeviceParameterCollector implements
DeviceInfoConstants
{
[
all
...]
Completed in 58 milliseconds