HomeSort by relevance Sort by last modified time
    Searched defs:domainName (Results 1 - 9 of 9) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
AppDomainsPreference.java 62 final TextView domainName = (TextView) view.findViewById(R.id.domain_name);
63 domainName.setText(title);
  /external/lzma/CPP/Windows/
SecurityUtils.cpp 12 CSysString &accountName, CSysString &domainName, PSID_NAME_USE sidNameUse)
18 domainName.GetBuffer(0), &domainNameSize, sidNameUse))
25 domainName.GetBuffer(domainNameSize), &domainNameSize, sidNameUse));
27 domainName.ReleaseBuffer();
88 LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * sizeof(WCHAR));
95 (NULL, accountName, pSid, &sidLen, domainName, &domainLen, &sidNameUse);
96 ::HeapFree(GetProcessHeap(), 0, domainName);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxy.java 158 String domainName = fromSource.readUtf8(domainNameLength);
159 toAddress = InetAddress.getByName(domainName);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
PreProvisioningController.java 161 * @param domainName domain name of the organization which owns the managed profile
165 void showDeleteManagedProfileDialog(ComponentName mdmPackageName, String domainName,
279 String domainName = mDevicePolicyManager
281 mUi.showDeleteManagedProfileDialog(mdmPackageName, domainName,
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 517 String domainName = info.getType();
518 String serviceName = JmDNSImpl.toUnqualifiedName(domainName, this.getAlias());
519 return new ServiceEventImpl(dns, domainName, serviceName, info);
822 // String domainName = "";
829 // domainName = this.getServer().substring(index + 1);
831 // return new ServiceEventImpl(dns, domainName, serviceName, info);
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 627 String domainName = "Domains: " + mDomains;
649 return "{" + ifaceName + linkAddresses + routes + dns + domainName + mtu
    [all...]
  /external/parameter-framework/upstream/parameter/
ParameterMgr.cpp     [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 747 String domainName = null;
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 167 milliseconds