Home
last modified time | relevance | path

Searched defs:stringValue (Results 1 – 25 of 55) sorted by relevance

123

/aosp12/art/test/569-checker-pattern-replacement/src-multidex/
H A DDerived.java26 public Derived(String stringValue) { in Derived()
41 Derived(int intValue, double doubleValue, Object objectValue, String stringValue) { in Derived()
H A DBase.java28 Base(String stringValue) { in Base()
45 Base(int intValue, double doubleValue, Object objectValue, String stringValue) { in Base()
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DTimestampedValueTest.java53 TimestampedValue<String> stringValue = new TimestampedValue<>(1000, "Hello"); in testParceling() local
70 TimestampedValue<String> stringValue = new TimestampedValue<>(1000, "Hello"); in testParceling_valueClassOk() local
/aosp12/art/test/952-invoke-custom/util-src/annotations/
H A DConstant.java46 String[] stringValue() default {}; in stringValue() method
/aosp12/frameworks/native/libs/input/
H A DPropertyMap.cpp71 String8 stringValue; in tryGetProperty() local
88 String8 stringValue; in tryGetProperty() local
/aosp12/art/test/569-checker-pattern-replacement/src/
H A DMain.java409 public static String constructBase(String stringValue) { in constructBase()
429 String stringValue = null; in constructBaseWithNullString() local
543 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase()
711 public static String constructDerived(String stringValue) { in constructDerived()
804 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/metrics/
H A DValidationProbeEventTest.kt67 val stringValue = ValidationProbeEvent.getProbeName(intValue) regex
H A DDhcpErrorEventTest.kt54 val stringValue = DhcpErrorEvent(intValue).toString() regex
/aosp12/packages/modules/StatsD/framework/test/src/android/os/
H A DStatsDimensionsValueTest.java33 String stringValue = "Hello"; in testConversionFromStructuredParcel() local
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
H A DILoggableInterface.java10 …float[] floatArray, double doubleValue, double[] doubleArray, java.lang.String stringValue, java.l… in LogThis()
163 …float[] floatArray, double doubleValue, double[] doubleArray, java.lang.String stringValue, java.l… in LogThis()
254 …float[] floatArray, double doubleValue, double[] doubleArray, java.lang.String stringValue, java.l… in LogThis()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DParcelableForToString.h39 std::string stringValue; variable
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DSummarizer.java76 String stringValue = inst.asString(kMaxChars); in summarize() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DGoogleLocationSettingHelper.java71 String stringValue = null; in getUseLocationForServices() local
/aosp12/system/tools/aidl/tests/android/aidl/loggable/
H A DILoggableInterface.aidl10 String stringValue, inout String[] stringArray, inout List<String> listValue, in LogThis()
/aosp12/packages/apps/Settings/src/com/android/settings/development/autofill/
H A DAbstractGlobalSettingsPreference.java92 final String stringValue = getText(); in onDialogClosed() local
/aosp12/packages/apps/TV/tests/input/src/com/android/tv/testinput/instrument/
H A DTestSetupInstrumentation.java117 String stringValue = mArguments.getString(arg); in getArgumentAsInt() local
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_loggable_interface.cpp72 String16 stringValue("def"); in TEST_F() local
H A Daidl_test_client_ndk_loggable_interface.cpp78 string stringValue("def"); in TEST_F() local
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DRuleBinaryParser.java176 String stringValue = getStringValue(bitInputStream, valueSize, isHashedValue); in parseAtomicFormula() local
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DParcelableForToString.java19 public java.lang.String stringValue; field in ParcelableForToString
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java275 String stringValue = value.getValue(); in getXmlBlockParser() local
315 String stringValue = value.getValue(); in getDrawable() local
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java121 String stringValue = typedArray.getString(index); in getString() local
251 String stringValue = exifInterface.getAttribute(tag); in assertStringTag() local
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DSettingsStatsUtil.java165 String stringValue = ""; in createStatsEvent() local
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp36 …int8_t byteValue, ::std::vector<uint8_t>* byteArray, char16_t charValue, ::std::vector<char16_t>* … in LogThis()
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java668 long intValue, String stringValue) { in setObjectProperty()
728 private int setDeviceProperty(int property, long intValue, String stringValue) { in setDeviceProperty()
734 e.putString(Integer.toString(property), stringValue); in setDeviceProperty() local

123