HomeSort by relevance Sort by last modified time
    Searched refs:vendorInfo (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/net/
DhcpResults.java 39 public String vendorInfo;
61 vendorInfo = source.vendorInfo;
72 if (vendorInfo != null) {
73 return vendorInfo.contains("ANDROID_METERED");
81 vendorInfo = null;
91 str.append(" Vendor info ").append(vendorInfo);
108 Objects.equals(vendorInfo, target.vendorInfo) &&
133 dest.writeString(vendorInfo);
    [all...]
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
ServiceRecommendationPlugin.java 34 protected final VendorInfo mVendorInfo;
37 protected ServiceRecommendationPlugin(Context context, int vendorStringID, VendorInfo vendorInfo, String[] services) {
40 mVendorInfo = vendorInfo;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
ServiceRecommendationPlugin.java 34 protected final VendorInfo mVendorInfo;
37 protected ServiceRecommendationPlugin(Context context, int vendorStringID, VendorInfo vendorInfo, String[] services) {
40 mVendorInfo = vendorInfo;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
ServiceResolver.java 34 private final VendorInfo mVendorInfo;
44 public ServiceResolver(Context context, Observer observer, VendorInfo vendorInfo, String[] serviceTypes, String[] pdls) {
49 mVendorInfo = vendorInfo;
  /frameworks/wilhelm/src/
data.h 115 XAVendorStreamInformation vendorInfo;
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 692 // null bytes. We don't do this by default because vendorInfo is an opaque string which
745 String vendorInfo = null;
    [all...]
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 137 *(XAVendorStreamInformation *)info = streamInfo.vendorInfo;
  /frameworks/base/services/tests/servicestests/src/android/net/dhcp/
DhcpPacketTest.java 261 String domains, String serverAddress, String vendorInfo, int leaseDuration,
275 assertEquals(vendorInfo, dhcpResults.vendorInfo);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsnmp.h 225 SNMPAPI_STATUS WINAPI SnmpGetVendorInfo(smiLPVENDORINFO vendorInfo);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 157 milliseconds