/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/Settings/ |
D | device_for_product_strategies.pfw | 3 domain: UnreachableDevices 35 domain: SelectedDevice 48 domain: UnreachableDevices 80 domain: SelectedDevice 95 domain: UnreachableDevices 127 domain: SelectedDevice 142 domain: UnreachableDevices 174 domain: SelectedDevice 187 domain: UnreachableDevices 219 domain: SelectedDevice [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 88 int domain = (message.what == GET_CS_REGISTRATION_STATE_DONE) in CellularNetworkServiceProvider() 92 getRegistrationStateFromResult(ar.result, domain); in CellularNetworkServiceProvider() 167 private List<Integer> getAvailableServices(int regState, int domain, in getAvailableServices() argument 178 if (domain == NetworkRegistrationInfo.DOMAIN_PS) { in getAvailableServices() 180 } else if (domain == NetworkRegistrationInfo.DOMAIN_CS) { in getAvailableServices() 190 private NetworkRegistrationInfo getRegistrationStateFromResult(Object result, int domain) { in getRegistrationStateFromResult() argument 196 if (domain == NetworkRegistrationInfo.DOMAIN_CS) { in getRegistrationStateFromResult() 198 } else if (domain == NetworkRegistrationInfo.DOMAIN_PS) { in getRegistrationStateFromResult() 218 final int domain = NetworkRegistrationInfo.DOMAIN_CS; in createRegistrationStateFromVoiceRegState() local 223 domain, in createRegistrationStateFromVoiceRegState() [all …]
|
D | RegistrationFailedEvent.java | 34 @NetworkRegistrationInfo.Domain public final int domain; field in RegistrationFailedEvent 44 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in RegistrationFailedEvent() argument 47 this.domain = domain; in RegistrationFailedEvent() 60 .append(domain) in toString()
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/Settings/ |
D | device_for_product_strategies.pfw | 3 domain: UnreachableDevices 35 domain: SelectedDevice 48 domain: UnreachableDevices 80 domain: SelectedDevice 95 domain: UnreachableDevices 127 domain: SelectedDevice 142 domain: UnreachableDevices 173 domain: SelectedDevice 194 domain: UnreachableDevices 226 domain: SelectedDevice [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | Utils.java | 29 public static List<String> splitDomain(String domain) { in splitDomain() argument 31 if (domain.endsWith(".")) in splitDomain() 32 domain = domain.substring(0, domain.length() - 1); in splitDomain() 33 int at = domain.indexOf('@'); in splitDomain() 35 domain = domain.substring(at + 1); in splitDomain() 37 String[] labels = domain.toLowerCase().split("\\."); in splitDomain() 81 public static String getMccMnc(List<String> domain) { in getMccMnc() argument 82 if (domain.size() != PLMNText.length) { in getMccMnc() 89 if (!domain.get(n).regionMatches(0, expect, 0, len)) { in getMccMnc() 94 String prefix = domain.get(2).substring(3) + domain.get(3).substring(3); in getMccMnc()
|
/frameworks/ex/common/tools/ |
D | make-iana-tld-pattern.py | 160 for domain in domains: 161 domain = domain.lower() variable 163 if len(domain) > 0: 164 getBucket(buckets, domain[0]).add(domain.strip()) 166 if domain.startswith('xn--'): 167 puny = domain.strip()[4:]
|
/frameworks/base/core/java/android/app/backup/ |
D | FullBackup.java | 95 static public native int backupToTar(String packageName, String domain, in backupToTar() argument 293 private String sharedDomainToPath(String domain) throws IOException { in sharedDomainToPath() argument 295 final String volume = domain.substring(FullBackup.SHARED_PREFIX.length()); in sharedDomainToPath() 618 Map<String, Set<PathWithRequiredFlags>> includes, String domain) in parseCurrentTagForDomain() argument 621 final String domainToken = getTokenForXmlDomain(domain); in parseCurrentTagForDomain() 677 private File extractCanonicalFile(File domain, String filePathFromXml) { in extractCanonicalFile() argument 684 … Log.v(TAG_XML_PARSER, "...resolved \"" + domain.getPath() + " " + filePathFromXml in extractCanonicalFile() 691 … Log.v(TAG_XML_PARSER, "...resolved \"" + domain.getPath() + " " + filePathFromXml in extractCanonicalFile() 696 return new File(domain, filePathFromXml); in extractCanonicalFile() 703 private File getDirectoryForCriteriaDomain(String domain) { in getDirectoryForCriteriaDomain() argument [all …]
|
D | BackupAgent.java | 692 final String domain; in fullBackupFile() local 695 domain = FullBackup.DATABASE_TREE_TOKEN; in fullBackupFile() 698 domain = FullBackup.SHAREDPREFS_TREE_TOKEN; in fullBackupFile() 701 domain = FullBackup.FILES_TREE_TOKEN; in fullBackupFile() 704 domain = FullBackup.ROOT_TREE_TOKEN; in fullBackupFile() 707 domain = FullBackup.DEVICE_DATABASE_TREE_TOKEN; in fullBackupFile() 710 domain = FullBackup.DEVICE_SHAREDPREFS_TREE_TOKEN; in fullBackupFile() 713 domain = FullBackup.DEVICE_FILES_TREE_TOKEN; in fullBackupFile() 716 domain = FullBackup.DEVICE_ROOT_TREE_TOKEN; in fullBackupFile() 719 domain = FullBackup.MANAGED_EXTERNAL_TREE_TOKEN; in fullBackupFile() [all …]
|
/frameworks/wilhelm/src/itf/ |
D | IStreamInformation.cpp | 53 XAuint32 *domain) /* [out] */ in IStreamInformation_QueryStreamType() argument 57 if (NULL == domain) { in IStreamInformation_QueryStreamType() 63 *domain = XA_DOMAINTYPE_UNKNOWN; in IStreamInformation_QueryStreamType() 68 *domain = XA_DOMAINTYPE_UNKNOWN; in IStreamInformation_QueryStreamType() 78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain; in IStreamInformation_QueryStreamType() 117 switch (streamInfo.domain) { in IStreamInformation_QueryStreamInformation() 141 "unknown domain %u", streamIndex, streamInfo.domain); in IStreamInformation_QueryStreamInformation() 304 contInf.domain = XA_DOMAINTYPE_CONTAINER; in IStreamInformation_init()
|
/frameworks/base/core/java/android/security/net/config/ |
D | ApplicationConfig.java | 90 Domain domain = entry.first; in getConfigForHostname() local 93 if (domain.hostname.equals(hostname)) { in getConfigForHostname() 98 if (domain.subdomainsIncluded in getConfigForHostname() 99 && hostname.endsWith(domain.hostname) in getConfigForHostname() 100 && hostname.charAt(hostname.length() - domain.hostname.length() - 1) == '.') { in getConfigForHostname() 103 } else if (domain.hostname.length() > bestMatch.first.hostname.length()) { in getConfigForHostname()
|
D | XmlConfigSource.java | 161 String domain = parser.getText().trim().toLowerCase(Locale.US); in parseDomain() local 168 if (!seenDomains.add(domain)) { in parseDomain() 169 throw new ParserException(parser, domain + " has already been specified"); in parseDomain() 171 return new Domain(domain, includeSubdomains); in parseDomain() 256 Domain domain = parseDomain(parser, seenDomains); in parseConfigEntry() local 257 domains.add(domain); in parseConfigEntry() 377 for (Domain domain : domains) { in parseNetworkSecurityConfig() 378 configs.add(new Pair<>(domain, config)); in parseNetworkSecurityConfig()
|
/frameworks/ex/common/java/com/android/common/ |
D | Rfc822Validator.java | 89 public Rfc822Validator(String domain) { in Rfc822Validator() argument 90 mDomain = domain; in Rfc822Validator() 177 String domain = removeIllegalCharacters(text.substring(index + 1)); in fixText() local 178 boolean emptyDomain = domain.length() == 0; in fixText() 180 tokens[i].setAddress(fix + "@" + (!emptyDomain ? domain : mDomain)); in fixText()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellularNetworkServiceTest.java | 105 int domain = NetworkRegistrationInfo.DOMAIN_CS; in testGetNetworkRegistrationInfo() local 133 mBinder.requestNetworkRegistrationInfo(0, domain, mCallback); in testGetNetworkRegistrationInfo() 139 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo() 151 domain = NetworkRegistrationInfo.DOMAIN_PS; in testGetNetworkRegistrationInfo() 154 mBinder.requestNetworkRegistrationInfo(0, domain, mCallback); in testGetNetworkRegistrationInfo() 164 domain, AccessNetworkConstants.TRANSPORT_TYPE_WWAN, voiceRegState, in testGetNetworkRegistrationInfo()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | PatternsTest.java | 565 String domain = "xn--fsqu00a.xn--0zwm56d"; in testDomain_matchesPunycodeTld() local 567 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_matchesPunycodeTld() 572 String domain = "xn--fsqu00a.-xn--0zwm56d"; in testDomain_doesNotMatchPunycodeThatStartsWithDash() local 574 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_doesNotMatchPunycodeThatStartsWithDash() 579 String domain = "xn--fsqu00a.xn--0zwm56d-"; in testDomain_doesNotMatchPunycodeThatEndsWithDash() local 581 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_doesNotMatchPunycodeThatEndsWithDash() 590 String domain = "xn--fsqu00a." + tld; in testDomain_doesNotMatchPunycodeLongerThanAllowed() local 592 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_doesNotMatchPunycodeLongerThanAllowed() 597 String domain = "test.yu"; in testDomain_matchesObsoleteTld() local 599 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_matchesObsoleteTld() [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
D | DomainNameElementTest.java | 51 private void appendDomain(ByteArrayOutputStream stream, String domain) throws IOException { in appendDomain() argument 52 byte[] domainBytes = domain.getBytes(StandardCharsets.ISO_8859_1); in appendDomain() 65 for (String domain : domains) { in getTestData() 66 appendDomain(stream, domain); in getTestData()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContentRating.java | 920 public static TvContentRating createRating(String domain, String ratingSystem, in createRating() argument 922 if (TextUtils.isEmpty(domain)) { in createRating() 931 return new TvContentRating(domain, ratingSystem, rating, subRatings); in createRating() 968 String domain, String ratingSystem, String rating, String[] subRatings) { in TvContentRating() argument 969 mDomain = domain; in TvContentRating()
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
D | SharedStorageAgent.java | 55 String domain = FullBackup.SHARED_PREFIX + i; in onFullBackup() local 56 fullBackupFileTree(null, domain, v.getPath(), in onFullBackup() 68 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument 70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]"); in onRestoreFile()
|
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
D | NetworkSecurityConfigTests.java | 147 NetworkSecurityConfig domain = new NetworkSecurityConfig.Builder() in testBadPin() local 155 new Domain("android.com", true), domain)); in testBadPin() 165 NetworkSecurityConfig domain = new NetworkSecurityConfig.Builder() in testGoodPin() local 173 new Domain("android.com", true), domain)); in testGoodPin() 184 NetworkSecurityConfig domain = new NetworkSecurityConfig.Builder() in testOverridePins() local 192 new Domain("android.com", true), domain)); in testOverridePins() 251 NetworkSecurityConfig domain = new NetworkSecurityConfig.Builder() in testWithUrlConnection() local 259 new Domain("android.com", true), domain)); in testWithUrlConnection()
|
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
D | ShadowFullBackup.java | 36 String domain, in backupToTar() argument 51 String tarPath = "apps/" + packageName + (domain == null ? "" : "/" + domain) + path; in backupToTar()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | FileMetadata.java | 34 public String domain; // e.g. FullBackup.DATABASE_TREE_TOKEN field in FileMetadata 51 sb.append(domain); in toString() 81 b.append(domain); in dump()
|
/frameworks/base/telephony/java/android/telephony/ |
D | NetworkRegistrationInfo.java | 243 private NetworkRegistrationInfo(@Domain int domain, @TransportType int transportType, in NetworkRegistrationInfo() argument 249 mDomain = domain; in NetworkRegistrationInfo() 268 public NetworkRegistrationInfo(int domain, @TransportType int transportType, in NetworkRegistrationInfo() argument 275 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo() 286 public NetworkRegistrationInfo(int domain, @TransportType int transportType, in NetworkRegistrationInfo() argument 295 this(domain, transportType, registrationState, accessNetworkTechnology, rejectCause, in NetworkRegistrationInfo() 589 static @NonNull String domainToString(@Domain int domain) { in domainToString() argument 590 switch (domain) { in domainToString() 787 public @NonNull Builder setDomain(@Domain int domain) { in setDomain() argument 788 mDomain = domain; in setDomain()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecConfig.cpp | 90 ConfigMapper &limitTo(uint32_t domain) { in limitTo() 91 C2_CHECK(domain & Domain::GUARD_BIT); in limitTo() 92 mDomain = Domain(mDomain & domain); in limitTo() 170 Domain domain() const { return mDomain; } in domain() function 263 ((cm.domain() & Domain::IS_INPUT) ? 'I' : ' '), in add() 264 ((cm.domain() & Domain::IS_OUTPUT) ? 'O' : ' '), in add() 265 ((cm.domain() & Domain::IS_CODED) ? 'C' : ' '), in add() 266 ((cm.domain() & Domain::IS_RAW) ? 'R' : ' '), in add() 267 ((cm.domain() & Domain::IS_CONFIG) ? 'c' : ' '), in add() 268 ((cm.domain() & Domain::IS_PARAM) ? 'p' : ' '), in add() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | IntentFilterVerificationResponse.java | 35 for (String domain : failedDomains) { in getFailedDomainsString() 39 sb.append(domain); in getFailedDomainsString()
|
/frameworks/base/services/core/java/com/android/server/backup/ |
D | SystemBackupAgent.java | 141 int type, String domain, String path, long mode, long mtime) in onRestoreFile() argument 143 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path); in onRestoreFile() 150 if (domain.equals(FullBackup.ROOT_TREE_TOKEN)) { in onRestoreFile() 162 Slog.w(TAG, "Skipping unrecognized system file: [ " + domain + " : " + path + " ]"); in onRestoreFile()
|
/frameworks/base/core/java/android/net/util/ |
D | DnsUtils.java | 161 final int domain; in findSrcAddress() local 163 domain = AF_INET; in findSrcAddress() 165 domain = AF_INET6; in findSrcAddress() 171 socket = Os.socket(domain, SOCK_DGRAM, IPPROTO_UDP); in findSrcAddress() 362 int domain, @NonNull SocketAddress addr) { in checkConnectivity() argument 365 socket = Os.socket(domain, SOCK_DGRAM, IPPROTO_UDP); in checkConnectivity()
|