Searched refs:getAttributes (Results 1 - 25 of 96) sorted by relevance

1234

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMgmtTreeRoot.java22 if (getAttributes() != null && !getAttributes().isEmpty()) {
23 for (Map.Entry<String, String> avp : getAttributes().entrySet()) {
/frameworks/compile/mclinker/lib/MC/
H A DCommandAction.cpp56 if (pBuilder.getAttributes().isStatic()) {
127 pBuilder.getAttributes().setWholeArchive();
139 pBuilder.getAttributes().unsetWholeArchive();
151 pBuilder.getAttributes().setAsNeeded();
163 pBuilder.getAttributes().unsetAsNeeded();
175 pBuilder.getAttributes().setAddNeeded();
187 pBuilder.getAttributes().unsetAddNeeded();
199 pBuilder.getAttributes().setDynamic();
210 pBuilder.getAttributes().setStatic();
H A DInputBuilder.cpp139 const AttributeProxy& InputBuilder::getAttributes() const { function in class:mcld::InputBuilder
143 AttributeProxy& InputBuilder::getAttributes() { function in class:mcld::InputBuilder
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java96 window.getAttributes().systemUiVisibility);
108 window.getAttributes().systemUiVisibility);
120 window.getAttributes().systemUiVisibility);
139 window.getAttributes().systemUiVisibility);
178 final WindowManager.LayoutParams attrs = dialog.getWindow().getAttributes();
187 dialog.getWindow().getAttributes().systemUiVisibility);
198 window.getAttributes().systemUiVisibility);
209 0x456 | STATUS_BAR_DISABLE_BACK, window.getAttributes().systemUiVisibility);
225 WindowManager.LayoutParams attrs = window.getAttributes();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DHPRecommendationPlugin.java90 String pdls = MDnsUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE));
91 boolean hasMobileSupport = TextUtils.equals(ATTRIBUTE_VALUE__TRUE, MDnsUtils.getString(nsdServiceInfo.getAttributes().get(MDNS_ATTRIBUTE__HPLFMOBILEPRINTER)));
93 return (((hasMobileSupport || isPrintSupported(MDnsUtils.getString(nsdServiceInfo.getAttributes().get(MDNS_ATTRIBUTE__TY))))
H A DMDnsUtils.java39 Map<String,byte[]> attributes = networkDevice.getAttributes();
51 Map<String,byte[]> attributes = networkDevice.getAttributes();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DMDnsUtils.java36 Map<String, byte[]> attributes = networkDevice.getAttributes();
51 Map<String, byte[]> attributes = networkDevice.getAttributes();
63 String pdls = MDnsUtils.getString(networkDevice.getAttributes().get(PDL_ATTRIBUTE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialog.java49 WindowManager.LayoutParams attrs = getWindow().getAttributes();
74 dialog.getWindow().getAttributes().privateFlags |=
77 dialog.getWindow().getAttributes().privateFlags &=
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java50 WindowManager.LayoutParams lp = getWindow().getAttributes();
112 WindowManager.LayoutParams lp = getWindow().getAttributes();
119 return getWindow().getAttributes().gravity;
169 WindowManager.LayoutParams lp = getWindow().getAttributes();
/frameworks/base/services/core/java/com/android/server/am/
H A DFactoryErrorDialog.java34 WindowManager.LayoutParams attrs = getWindow().getAttributes();
H A DAppWaitingForDebuggerDialog.java56 WindowManager.LayoutParams attrs = getWindow().getAttributes();
H A DUnsupportedDisplaySizeDialog.java55 window.getAttributes().setTitle("UnsupportedDisplaySizeDialog");
/frameworks/base/tests/net/java/android/net/nsd/
H A DNsdServiceInfoTest.java147 assertTrue(attributedInfo.getAttributes().keySet().contains("adorable"));
148 String sound = new String(attributedInfo.getAttributes().get("sound"), "UTF-8");
150 byte[] edgeCases = attributedInfo.getAttributes().get("edge cases");
152 assertFalse(attributedInfo.getAttributes().keySet().contains("sticky"));
175 Map<String, byte[]> originalMap = original.getAttributes();
176 Map<String, byte[]> resultMap = result.getAttributes();
/frameworks/compile/mclinker/lib/Script/
H A DGroupCmd.cpp89 m_Builder.getAttributes().setAsNeeded();
91 m_Builder.getAttributes().unsetAsNeeded();
128 if (m_Builder.getAttributes().isStatic()) {
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUResponse.java36 throw new OMAException("Incomplete request: " + root.getAttributes());
87 protected Map<String, String> getAttributes() { method in class:OSUResponse
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbEndpointDescriptor.java88 public byte getAttributes() { method in class:UsbEndpointDescriptor
133 byte attributes = getAttributes();
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputBuilder.h81 const AttributeProxy& getAttributes() const;
82 AttributeProxy& getAttributes();
/frameworks/base/core/java/android/hardware/usb/
H A DUsbEndpoint.java92 public int getAttributes() { method in class:UsbEndpoint
/frameworks/base/core/java/com/android/internal/app/
H A DAlertActivity.java78 ViewGroup.LayoutParams params = act.getWindow().getAttributes();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
H A DMopriaRecommendationPlugin.java44 String pdls = MDnsUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE));
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
H A DPrinterFilterMopria.java52 String pdls = MDNSUtils.getString(nsdServiceInfo.getAttributes().get(PDL_ATTRIBUTE));
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DMDNSUtils.java49 for (Map.Entry<String, byte[]> entry : serviceInfo.getAttributes().entrySet()) {
/frameworks/base/core/java/android/view/
H A DWindow.java975 final WindowManager.LayoutParams attrs = getAttributes();
993 final WindowManager.LayoutParams attrs = getAttributes();
1005 final WindowManager.LayoutParams attrs = getAttributes();
1022 final WindowManager.LayoutParams attrs = getAttributes();
1041 final WindowManager.LayoutParams attrs = getAttributes();
1054 final WindowManager.LayoutParams attrs = getAttributes();
1111 final WindowManager.LayoutParams attrs = getAttributes();
1118 final WindowManager.LayoutParams attrs = getAttributes();
1127 final WindowManager.LayoutParams attrs = getAttributes();
1156 final WindowManager.LayoutParams attrs = getAttributes();
1226 public final WindowManager.LayoutParams getAttributes() { method in class:Window
[all...]
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
H A DCloudPrintPlugin.java86 new ArrayMap<>(nsdServiceInfo.getAttributes().size());
87 for (Map.Entry<String, byte[]> entry : nsdServiceInfo.getAttributes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsImpl.java73 window.getAttributes().width = ViewGroup.LayoutParams.MATCH_PARENT;
74 window.getAttributes().height = ViewGroup.LayoutParams.MATCH_PARENT;

Completed in 595 milliseconds

1234