Searched defs:fromString (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
H A DParcelUuid.java51 public static ParcelUuid fromString(String uuid) { method in class:ParcelUuid
52 return new ParcelUuid(UUID.fromString(uuid));
/frameworks/av/include/media/
H A Dconvert.h108 static inline bool fromString(const std::string &str, T &result) function in namespace:android::utilities::details
169 return fromString<dstType>(str, result);
H A DTypeConverter.h120 static bool fromString(const std::string &str, typename Traits::Type &result);
157 inline bool TypeConverter<Traits>::fromString(const std::string &str, typename Traits::Type &result) function in class:android::TypeConverter
178 if (fromString(cstr, value)) {
192 if (fromString(cstr, type)) {
/frameworks/av/media/libmedia/include/media/
H A Dconvert.h108 static inline bool fromString(const std::string &str, T &result) function in namespace:android::utilities::details
169 return fromString<dstType>(str, result);
H A DTypeConverter.h120 static bool fromString(const std::string &str, typename Traits::Type &result);
157 inline bool TypeConverter<Traits>::fromString(const std::string &str, typename Traits::Type &result) function in class:android::TypeConverter
178 if (fromString(cstr, value)) {
192 if (fromString(cstr, type)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java194 public static ApnSetting fromString(String data) { method in class:ApnSetting
283 * Builds on top of the same format used by fromString, but allows for multiple entries
293 ApnSetting apn = fromString(apnString);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1499 milliseconds