Searched refs:parse (Results 151 - 159 of 159) sorted by relevance

1234567

/frameworks/base/media/java/android/media/
H A DMediaScanner.java1698 Xml.parse(fis, Xml.findEncodingByName("UTF-8"),
/frameworks/base/core/java/android/app/
H A DActivity.java2080 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + str));
H A DActivityManagerNative.java1020 Uri uri = Uri.parse(data.readString());
/frameworks/base/services/java/com/android/server/
H A DMountService.java749 Slog.e(TAG, "Failed to parse major/minor", ex);
1046 Intent intent = new Intent(action, Uri.parse("file://" + path));
1805 Slog.w(TAG, "Unable to parse result from cryptfs cryptocomplete");
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java142 Uri.parse("content://telephony/carriers/preferapn_no_update");
/frameworks/base/tools/aapt/
H A DResource.cpp854 // First, look for a package file to parse. This is required to
1209 sp<XMLNode> manifestTree = XMLNode::parse(manifestFile);
1277 // parse it with the comments intact, so that we can use them to
1524 fprintf(stderr, "ERROR: Unable to parse generated resources, aborting.\n");
2123 // First, look for a package file to parse. This is required to
/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java1557 mVerifierDeviceIdentity = VerifierDeviceIdentity.parse(deviceIdentity);
2676 pw.println("Settings parse messages:");
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java4992 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(text));
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java2139 mTopData != null ? Uri.parse(mTopData) : null);

Completed in 346 milliseconds

1234567