/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ReportLog.java | 64 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 …]
|
D | DevicePropertyInfo.java | 75 String type, in DevicePropertyInfo() 125 String type, in DevicePropertyInfo()
|
D | ReadElf.java | 98 public final int type; field in ReadElf.Symbol 231 long type, in SecHeader()
|
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/ |
D | SettingsHelper.java | 262 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/ |
D | IAutoDialContactDetailsHelper.java | 39 void makeCallFromDetailsPageByType(ContactType type); in makeCallFromDetailsPageByType()
|
D | IAutoVehicleHardKeysHelper.java | 115 int getCurrentVolumeLevel(VolumeType type); in getCurrentVolumeLevel()
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsSoundsHelperImpl.java | 114 String type = ""; in setSound() local 161 String type = ""; in getSound() local
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/ |
D | LockscreenRule.kt | 33 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/ |
D | ThermalHelperTest.java | 317 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/ |
D | SimpleGLRenderer.java | 120 public static int loadShader(int type, String shaderCode) { in loadShader()
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | ThermalHelper.java | 204 static String getShorthandSensorType(int type) { in getShorthandSensorType()
|
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/ |
D | VehicleHardKeysHelperImpl.java | 156 public int getCurrentVolumeLevel(VolumeType type) { in getCurrentVolumeLevel()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/ |
D | Transform.kt | 28 open class Transform(val type: Int?, val matrix: Matrix33) { constant in com.android.server.wm.traces.common.layers.Transform
|
D | Layer.kt | 46 val type: String, constant in com.android.server.wm.traces.common.layers.Layer
|
/platform_testing/libraries/junitxml/src/com/android/junitxml/ |
D | XmlRunListener.java | 186 private void formatError(String type, Failure failure) throws Exception { in formatError()
|
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | ReadElfTest.java | 107 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/ |
D | WindowLayoutParams.kt | 27 val type: Int, constant in com.android.server.wm.traces.common.windowmanager.windows.WindowLayoutParams
|