/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/ |
D | SensorFeaturesDeactivator.java | 98 protected int getSettingMode(int defaultValue) { in getSettingMode() 117 public int getSettingMode(int defaultValue) { in getSettingMode() 131 protected int getSettingMode(int defaultValue) { in getSettingMode() 163 protected int getSettingMode(int defaultValue) { in getSettingMode() 178 protected int getSettingMode(int defaultValue) { in getSettingMode() 192 protected int getSettingMode(int defaultValue) { in getSettingMode()
|
D | SensorSettingContainer.java | 110 protected abstract int getSettingMode(int defaultValue); in getSettingMode()
|
/cts/tools/signature-tools/src/signature/model/impl/ |
D | SigAnnotationField.java | 27 private Object defaultValue = Uninitialized.unset(); field in SigAnnotationField 37 public void setDefaultValue(Object defaultValue) { in setDefaultValue()
|
/cts/tools/signature-tools/test/signature/converter/ |
D | ConvertAnnotationTest.java | 150 Integer defaultValue = (Integer)annotationField.getDefaultValue(); in testAnnotationDefaultsInt1() local 174 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsInt2() local 198 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsInt3() local 235 Double defaultValue = (Double)annotationField.getDefaultValue(); in testAnnotationDefaultsDouble1() local 259 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsDouble2() local 283 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsDouble3() local 321 IEnumConstant defaultValue = (IEnumConstant)field.getDefaultValue(); in testAnnotationDefaultsEnum1() local 359 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsEnum2() local 389 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsEnum3() local 444 IAnnotation defaultValue = (IAnnotation)field.getDefaultValue(); in testAnnotationDefaultsAnnotation1() local [all …]
|
/cts/libs/vogar-expect/src/vogar/ |
D | AnnotatedOutcome.java | 84 public ResultValue getMostRecentResultValue(ResultValue defaultValue) { in getMostRecentResultValue() 140 public Long lastRun(Long defaultValue) { in lastRun()
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | XmlUtils.java | 59 convertValueToList(CharSequence value, String[] options, int defaultValue) in convertValueToList() 72 convertValueToBoolean(CharSequence value, boolean defaultValue) in convertValueToBoolean() 88 convertValueToInt(CharSequence charSeq, int defaultValue) in convertValueToInt() 133 public static int convertValueToUnsignedInt(String value, int defaultValue) { in convertValueToUnsignedInt() 1495 public static int readIntAttribute(XmlPullParser in, String name, int defaultValue) { in readIntAttribute() 1518 public static long readLongAttribute(XmlPullParser in, String name, long defaultValue) { in readLongAttribute() 1561 boolean defaultValue) { in readBooleanAttribute()
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | XmlUtils.java | 58 convertValueToList(CharSequence value, String[] options, int defaultValue) in convertValueToList() 71 convertValueToBoolean(CharSequence value, boolean defaultValue) in convertValueToBoolean() 87 convertValueToInt(CharSequence charSeq, int defaultValue) in convertValueToInt() 132 public static int convertValueToUnsignedInt(String value, int defaultValue) { in convertValueToUnsignedInt() 1494 public static int readIntAttribute(XmlPullParser in, String name, int defaultValue) { in readIntAttribute() 1517 public static long readLongAttribute(XmlPullParser in, String name, long defaultValue) { in readLongAttribute() 1560 boolean defaultValue) { in readBooleanAttribute()
|
/cts/tests/tests/content/src/android/content/cts/util/ |
D | XmlUtils.java | 61 convertValueToList(CharSequence value, String[] options, int defaultValue) in convertValueToList() 74 convertValueToBoolean(CharSequence value, boolean defaultValue) in convertValueToBoolean() 90 convertValueToInt(CharSequence charSeq, int defaultValue) in convertValueToInt() 135 public static int convertValueToUnsignedInt(String value, int defaultValue) { in convertValueToUnsignedInt() 1522 public static int readIntAttribute(XmlPullParser in, String name, int defaultValue) { in readIntAttribute() 1545 public static long readLongAttribute(XmlPullParser in, String name, long defaultValue) { in readLongAttribute() 1588 boolean defaultValue) { in readBooleanAttribute()
|
/cts/tests/tests/preference2/src/android/preference2/cts/ |
D | CustomPreference.java | 146 Object defaultValue) { in onSetInitialValue()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
D | StaticMetadata.java | 957 public int getSensitivityMinimumOrDefault(int defaultValue) { in getSensitivityMinimumOrDefault() 990 public int getSensitivityMaximumOrDefault(int defaultValue) { in getSensitivityMaximumOrDefault() 1010 public long getExposureMinimumOrDefault(long defaultValue) { in getExposureMinimumOrDefault() 1043 public long getExposureMaximumOrDefault(long defaultValue) { in getExposureMaximumOrDefault() 2223 private <T> T getArrayElementOrDefault(Key<?> key, T defaultValue, String name, int index, in getArrayElementOrDefault()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebChromeClientTest.java | 415 String defaultValue, JsPromptResult result) { in onJsPrompt()
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
D | DexToSigConverter.java | 484 Object defaultValue) { in convertAnnotationField()
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 962 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | gbemu.js | 10628 GameBoyCore.prototype.getTypedArray = function (length, defaultValue, numberType) { argument
|