OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VendorInfo
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
VendorInfo.java
23
public final class
VendorInfo
{
30
public
VendorInfo
(Resources resources, int vendor_info_id) {
ServiceRecommendationPlugin.java
38
protected final
VendorInfo
mVendorInfo;
41
protected ServiceRecommendationPlugin(Context context, int vendorStringID,
VendorInfo
vendorInfo
, String[] services) {
44
mVendorInfo =
vendorInfo
;
ServiceListener.java
38
private final Map<String,
VendorInfo
> mVendorInfoHashMap;
56
Map<String,
VendorInfo
> vendorInfoMap = new HashMap<>();
61
VendorInfo
info = new
VendorInfo
(context.getResources(), arrayID);
80
for(Map.Entry<String,
VendorInfo
> entry : mVendorInfoHashMap.entrySet()) {
HPRecommendationPlugin.java
83
super(context, R.string.plugin_vendor_hp, new
VendorInfo
(context.getResources(), R.array.known_print_vendor_info_for_hp), new String[]{"_pdl-datastream._tcp","_ipp._tcp", "_ipps._tcp"});
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
VendorInfo.java
22
final class
VendorInfo
{
29
public
VendorInfo
(Resources resources, int vendor_info_id) {
XeroxPrintServiceRecommendationPlugin.java
31
protected final
VendorInfo
mVendorInfo;
38
mVendorInfo = new
VendorInfo
(context.getResources(), R.array.known_print_vendor_info_for_xerox);
ServiceResolver.java
36
private final
VendorInfo
mVendorInfo;
46
public ServiceResolver(Context context, Observer observer,
VendorInfo
vendorInfo
, String[] serviceTypes, String[] pdls) {
51
mVendorInfo =
vendorInfo
;
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
MopriaRecommendationPlugin.java
27
import com.android.printservice.recommendation.plugin.hp.
VendorInfo
;
39
super(context, R.string.plugin_vendor_morpia, new
VendorInfo
(context.getResources(), R.array.known_print_vendor_info_for_mopria), new String[]{"_ipp._tcp", "_ipps._tcp"});
/prebuilts/go/darwin-x86/src/syscall/
ztypes_windows_386.go
14
VendorInfo
*byte
ztypes_windows_amd64.go
12
VendorInfo
*byte
/prebuilts/go/linux-x86/src/syscall/
ztypes_windows_386.go
14
VendorInfo
*byte
ztypes_windows_amd64.go
12
VendorInfo
*byte
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c
410
UINT8 *
VendorInfo
;
434
VendorInfo
= VendorInfoSize + 1;
435
DEBUG ((EFI_D_INFO, "
VendorInfo
- "));
437
DEBUG ((EFI_D_INFO, "%02x ",
VendorInfo
[Index]));
[
all
...]
Completed in 566 milliseconds