Searched defs:fromString (Results 1 - 8 of 8) 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.h125 static bool fromString(const std::string &str, typename Traits::Type &result);
162 inline bool TypeConverter<Traits>::fromString(const std::string &str, typename Traits::Type &result) function in class:android::TypeConverter
183 if (fromString(cstr, value)) {
197 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.h125 static bool fromString(const std::string &str, typename Traits::Type &result);
162 inline bool TypeConverter<Traits>::fromString(const std::string &str, typename Traits::Type &result) function in class:android::TypeConverter
183 if (fromString(cstr, value)) {
197 if (fromString(cstr, type)) {
/frameworks/base/core/java/android/net/
H A DMacAddress.java75 private static final long LOCALLY_ASSIGNED_MASK = MacAddress.fromString("2:0:0:0:0:0").mAddr;
76 private static final long MULTICAST_MASK = MacAddress.fromString("1:0:0:0:0:0").mAddr;
77 private static final long OUI_MASK = MacAddress.fromString("ff:ff:ff:0:0:0").mAddr;
78 private static final long NIC_MASK = MacAddress.fromString("0:0:0:ff:ff:ff").mAddr;
79 private static final MacAddress BASE_GOOGLE_MAC = MacAddress.fromString("da:a1:19:0:0:0");
315 public static @NonNull MacAddress fromString(@NonNull String addr) { method in class:MacAddress
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java309 public static ApnSetting fromString(String data) { method in class:ApnSetting
418 * Builds on top of the same format used by fromString, but allows for multiple entries
428 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 241 milliseconds