Home
last modified time | relevance | path

Searched defs:getString (Results 1 – 25 of 214) sorted by relevance

123456789

/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A DTestResources.java23 public String getString(int id) throws NotFoundException { in getString() method in TestResources
36 public String getString(int id, Object... formatArgs) throws NotFoundException { in getString() method in TestResources
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/
H A DResourceTestUtils.java25 public static String getString(Context context, String name) { in getString() method in ResourceTestUtils
35 public static String getString(Context context, String name, Object... formatArgs) { in getString() method in ResourceTestUtils
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
H A Dese_config.cpp63 std::string EseConfig::getString(const std::string& key) { in getString() function in EseConfig
67 std::string EseConfig::getString(const std::string& key, in getString() function in EseConfig
H A Dconfig.cpp51 std::string ConfigValue::getString() const { in getString() function in ConfigValue
133 std::string ConfigFile::getString(const std::string& key) { in getString() function in ConfigFile
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
H A Dese_config.cpp63 std::string EseConfig::getString(const std::string& key) { in getString() function in EseConfig
67 std::string EseConfig::getString(const std::string& key, in getString() function in EseConfig
H A Dconfig.cpp70 std::string ConfigValue::getString() const { in getString() function in ConfigValue
152 std::string ConfigFile::getString(const std::string& key) { in getString() function in ConfigFile
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/
H A Dese_config.cc65 std::string EseConfig::getString(const std::string& key) { in getString() function in EseConfig
69 std::string EseConfig::getString(const std::string& key, in getString() function in EseConfig
H A Dconfig.cc46 std::string ConfigValue::getString() const { in getString() function in ConfigValue
128 std::string ConfigFile::getString(const std::string& key) { in getString() function in ConfigFile
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestResources.java79 public final @Nullable String getString(@StringRes int id) throws NotFoundException { in getString() method in TestResources
85 public final String getString( in getString() method in TestResources
/aosp12/system/nfc/src/adaptation/
H A Dnfc_config.cc95 std::string NfcConfig::getString(const std::string& key) { in getString() function in NfcConfig
99 std::string NfcConfig::getString(const std::string& key, in getString() function in NfcConfig
/aosp12/frameworks/base/media/java/android/media/
H A DExternalRingtonesCursorWrapper.java37 public String getString(int index) { in getString() method in ExternalRingtonesCursorWrapper
/aosp12/frameworks/base/core/java/android/webkit/
H A DLegacyErrorStrings.java36 static String getString(int errorCode, Context context) { in getString() method in LegacyErrorStrings
/aosp12/frameworks/base/core/java/android/ddm/
H A DDdmHandle.java33 public static String getString(ByteBuffer buf, int len) { in getString() method in DdmHandle
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapSimpleString.java40 public String getString() { in getString() method in ImapSimpleString
H A DImapMemoryLiteral.java55 public String getString() { in getString() method in ImapMemoryLiteral
H A DImapTempFileLiteral.java83 public String getString() { in getString() method in ImapTempFileLiteral
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DPropertyService.java43 String getString(String key, String defaultValue); in getString() method
H A DSystemPropertyService.java32 public String getString(String key, String defaultValue) { in getString() method in SystemPropertyService
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/
H A DMutation.java47 public abstract String getString(); in getString() method in Mutation
/aosp12/packages/apps/Dialer/java/com/android/dialer/configprovider/
H A DConfigProvider.java22 String getString(String key, String defaultValue); in getString() method
/aosp12/system/nfc/utils/
H A Dconfig.cc71 std::string ConfigValue::getString() const { in getString() function in ConfigValue
157 std::string ConfigFile::getString(const std::string& key) { in getString() function in ConfigFile
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingsXml.java101 String getString(String attrName); in getString() method
107 String getString(String attrName, @NonNull String defaultValue); in getString() method
214 public String getString(String attrName) { in getString() method in SettingsXml.ReadSectionImpl
220 public String getString(String attrName, @NonNull String defaultValue) { in getString() method in SettingsXml.ReadSectionImpl
/aosp12/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockSuggestionProviderCursor.java81 public String getString(int column) { in getString() method in MockSuggestionProviderCursor
143 public String getString(int column) { in getString() method in MockSuggestionProviderCursor.Row
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DAddPageBasedOnNetworkState.java77 private String getString(int id) { in getString() method in AddPageBasedOnNetworkState
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DStringDataItem.java81 public String getString() { in getString() method in StringDataItem

123456789