Home
last modified time | relevance | path

Searched defs:type (Results 1 – 17 of 17) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReportLog.java64 Metric(String source, String message, double value, ResultType type, ResultUnit unit) { in Metric()
79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric()
145 ResultType type = ResultType.parseReportString( in parse() local
177 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
184 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
192 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
199 public void addValue(String source, String message, double value, ResultType type, in addValue()
207 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
214 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
221 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
[all …]
DDevicePropertyInfo.java75 String type, in DevicePropertyInfo()
125 String type, in DevicePropertyInfo()
DReadElf.java98 public final int type; field in ReadElf.Symbol
231 long type, in SecHeader()
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java262 public String getStringSetting(SettingsType type, String sName) { in getStringSetting()
281 public int getIntSetting(SettingsType type, String sName) throws SettingNotFoundException { in getIntSetting()
299 public void setStringSetting(SettingsType type, String sName, String value) in setStringSetting()
321 public void setIntSetting(SettingsType type, String sName, int value) in setIntSetting()
346 public boolean verifyToggleSetting(SettingsType type, String settingAction, in verifyToggleSetting()
361 public boolean verifyToggleSetting(SettingsType type, String settingAction, in verifyToggleSetting()
377 public boolean verifyToggleSetting(SettingsType type, String settingAction, in verifyToggleSetting()
393 public boolean verifyToggleSetting(SettingsType type, String settingAction, in verifyToggleSetting()
433 public boolean verifyRadioSetting(SettingsType type, String settingAction, in verifyRadioSetting()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoDialContactDetailsHelper.java39 void makeCallFromDetailsPageByType(ContactType type); in makeCallFromDetailsPageByType()
DIAutoVehicleHardKeysHelper.java115 int getCurrentVolumeLevel(VolumeType type); in getCurrentVolumeLevel()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSoundsHelperImpl.java114 String type = ""; in setSound() local
161 String type = ""; in getSound() local
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DLockscreenRule.kt33 class LockscreenRule(private val type: LockscreenType) : TestWatcher() { constant in android.platform.helpers.rules.LockscreenRule
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DThermalHelperTest.java317 getThermalThrottlingSeverityStateChangedEvent(int type, String name, int severity) { in getThermalThrottlingSeverityStateChangedEvent()
328 private String getMetricKey(int type, String name) { in getMetricKey()
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLRenderer.java120 public static int loadShader(int type, String shaderCode) { in loadShader()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DThermalHelper.java204 static String getShorthandSensorType(int type) { in getShorthandSensorType()
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/
DVehicleHardKeysHelperImpl.java156 public int getCurrentVolumeLevel(VolumeType type) { in getCurrentVolumeLevel()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DTransform.kt28 open class Transform(val type: Int?, val matrix: Matrix33) { constant in com.android.server.wm.traces.common.layers.Transform
DLayer.kt46 val type: String, constant in com.android.server.wm.traces.common.layers.Layer
/platform_testing/libraries/junitxml/src/com/android/junitxml/
DXmlRunListener.java186 private void formatError(String type, Failure failure) throws Exception { in formatError()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DReadElfTest.java107 String elfFileName, String elfOutputFileName, String arch, int bits, int type) in checkReadElf()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/windows/
DWindowLayoutParams.kt27 val type: Int, constant in com.android.server.wm.traces.common.windowmanager.windows.WindowLayoutParams