Home
last modified time | relevance | path

Searched refs:ROOT (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/native/libs/binder/ndk/scripts/
Dgen_parcel_helper.py60 ROOT = ABT + "/frameworks/native/libs/binder/ndk/"
278 …replaceFileTags(ROOT + "include_ndk/android/binder_parcel.h", pre_header, "START-PRIMITIVE-VECTOR-…
279 …replaceFileTags(ROOT + "include_ndk/android/binder_parcel.h", header, "START-PRIMITIVE-READ-WRITE"…
280 replaceFileTags(ROOT + "parcel.cpp", source, "START", "END")
281 replaceFileTags(ROOT + "include_ndk/android/binder_parcel_utils.h", cpp_helper, "START", "END")
/frameworks/base/core/tests/coretests/src/android/content/
DUriMatcherTest.java30 static final int ROOT = 0; field in UriMatcherTest
48 UriMatcher matcher = new UriMatcher(ROOT); in testContentUris()
69 UriMatcher matcher = new UriMatcher(ROOT); in testContentUrisWithLeadingSlash()
90 UriMatcher matcher = new UriMatcher(ROOT); in testContentUrisWithLeadingSlashAndOnlySlash()
120 UriMatcher matcher = new UriMatcher(ROOT); in testTextCreatesNoDuplicateStrings()
/frameworks/base/core/java/android/net/
DNetworkConfig.java66 name = fragments[0].trim().toLowerCase(Locale.ROOT); in NetworkConfig()
DMailTo.java87 m.mHeaders.put(Uri.decode(nameval[0]).toLowerCase(Locale.ROOT), in parse()
DWebAddress.java92 if (t != null) mScheme = t.toLowerCase(Locale.ROOT); in WebAddress()
DProxyInfo.java150 return exclusionList.toLowerCase(Locale.ROOT).split(","); in parseExclusionList()
DUrlQuerySanitizer.java311 String asLower = value.toLowerCase(Locale.ROOT); in sanitize()
DUri.java1766 flag = flag.toLowerCase(Locale.ROOT); in getBooleanQueryParameter()
1794 String lowerScheme = scheme.toLowerCase(Locale.ROOT); in normalizeScheme()
/frameworks/base/services/core/java/com/android/server/pm/
DOtaDexoptShellCommand.java100 pw.format(Locale.ROOT, "%.2f", progress); in runOtaProgress()
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
DWifiP2pServiceRequest.java175 query = query.toLowerCase(Locale.ROOT); in validateQuery()
DWifiP2pDnsSdServiceInfo.java190 dnsName = dnsName.toLowerCase(Locale.ROOT); // TODO: is this right? in createRequest()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java116 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT))) in setUp()
372 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT))) in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()
390 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT)); in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()
453 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT)); in startSoftApOn2GhzNoFailForCountryCodeSetFailure()
472 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT)); in startSoftApOnAnyNoFailForCountryCodeSetFailure()
/frameworks/base/core/java/android/util/
DDebugUtils.java88 pair[0].substring(0, 1).toUpperCase(Locale.ROOT) + in isObjectSelected()
/frameworks/base/core/java/android/nfc/
DNdefRecord.java463 domain = domain.trim().toLowerCase(Locale.ROOT); in createExternal()
464 type = type.trim().toLowerCase(Locale.ROOT); in createExternal()
/frameworks/base/core/java/android/text/util/
DLinkify.java574 schemesCopy[0] = defaultScheme.toLowerCase(Locale.ROOT); in addLinks()
577 schemesCopy[index + 1] = (scheme == null) ? "" : scheme.toLowerCase(Locale.ROOT); in addLinks()
/frameworks/base/graphics/java/android/graphics/
DColor.java1395 Integer color = sColorNameMap.get(colorString.toLowerCase(Locale.ROOT)); in parseColor()
1490 Integer i = sColorNameMap.get(color.toLowerCase(Locale.ROOT)); in getHtmlColor()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DObjectViewer.java124 view.setText(Integer.toHexString(info.getFormat()).toUpperCase(Locale.ROOT)); in onResume()
/frameworks/base/core/java/android/webkit/
DURLUtil.java357 if (mimeType != null && mimeType.toLowerCase(Locale.ROOT).startsWith("text/")) { in guessFileName()
/frameworks/base/core/java/android/provider/
DSettings.java12414 return BLUETOOTH_HEADSET_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getBluetoothHeadsetPriorityKey()
12422 return BLUETOOTH_A2DP_SINK_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getBluetoothA2dpSinkPriorityKey()
12430 return BLUETOOTH_A2DP_SRC_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getBluetoothA2dpSrcPriorityKey()
12439 address.toUpperCase(Locale.ROOT); in getBluetoothA2dpSupportsOptionalCodecsKey()
12449 address.toUpperCase(Locale.ROOT); in getBluetoothA2dpOptionalCodecsEnabledKey()
12457 return BLUETOOTH_INPUT_DEVICE_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getBluetoothHidHostPriorityKey()
12465 return BLUETOOTH_PAN_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getBluetoothPanPriorityKey()
12473 return BLUETOOTH_HEARING_AID_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getBluetoothHearingAidPriorityKey()
12481 return BLUETOOTH_MAP_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getBluetoothMapPriorityKey()
12489 return BLUETOOTH_MAP_CLIENT_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getBluetoothMapClientPriorityKey()
[all …]
/frameworks/base/core/java/android/database/
DDatabaseUtils.java1489 String prefixSql = sql.substring(0, 3).toUpperCase(Locale.ROOT); in getSqlStatementType()
1504 boolean isRollbackToSavepoint = sql.toUpperCase(Locale.ROOT).contains(" TO "); in getSqlStatementType()
/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java654 return SupplicantState.valueOf(stateName.toUpperCase(Locale.ROOT)); in valueOf()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java260 mApInterfaceName, mCountryCode.toUpperCase(Locale.ROOT))) { in startSoftAp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameResolver.java336 if (useRootLocale) r.getConfiguration().setLocale(Locale.ROOT); in getCarrierDisplayNameFromWifiCallingOverride()
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java632 TextUtils.getLayoutDirectionFromLocale(Locale.ROOT)); in testGetLayoutDirectionFromLocale()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java2310 newConfig.setLocale(Locale.ROOT); in getResourcesForSubId()

12