Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 21 of 21) sorted by relevance

/cts/tests/tests/print/src/android/print/pdf/cts/
DPrintedPdfDocumentTest.java58 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS).build(); in createWithNullMediaSize() local
64 PrintAttributes attr = new PrintAttributes.Builder() in createWithNullMargins() local
72 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in createWithNullContext() local
82 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in startPage() local
93 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in oneMilPageSize() local
119 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getPageWidth() local
129 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getPageHeight() local
139 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getContentRect() local
151 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(margins) in getContentRectBigMargins() local
164 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getPageHeightAfterClose() local
[all …]
/cts/tests/tests/os/src/android/os/cts/
DVibrationAttributesTest.java60 VibrationAttributes attr = new VibrationAttributes.Builder(tmp, null).build(); in testCreate() local
72 VibrationAttributes attr = new VibrationAttributes.Builder(tmp, null).build(); in testGetAudioUsageReturnOriginalUsage() local
79 VibrationAttributes attr = new VibrationAttributes.Builder() in testGetAudioUsageUnknownReturnsBasedOnVibrationUsage() local
88 VibrationAttributes attr = new VibrationAttributes.Builder(tmp, null).build(); in testEquals() local
97 VibrationAttributes attr = new VibrationAttributes.Builder(tmp, null).build(); in testNotEqualsDifferentAudioUsage() local
107 VibrationAttributes attr = new VibrationAttributes.Builder() in testNotEqualsDifferentVibrationUsage() local
119 VibrationAttributes attr = new VibrationAttributes.Builder(tmp, null).build(); in testNotEqualsDifferentFlags() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsRegistrationAttributesTest.java44 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testRegistrationTypeToTransportAttr() local
101 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testParcelUnparcel() local
DSipDelegateManagerTest.java1043 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseActiveDialog() local
1088 SipDialogAttributes attr = new SipDialogAttributes(); in testReceivedActiveDialogClose() local
1129 SipDialogAttributes attr = new SipDialogAttributes(); in testActiveDialogPendingNewInvite() local
1179 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionByePendingCleanup() local
1222 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionPendingBye() local
1264 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseMultipleSessionsPendingBye() local
1311 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionBye() local
1354 SipDialogAttributes attr = new SipDialogAttributes(); in testSwitchAppPendingBye() local
1392 SipDialogAttributes attr = new SipDialogAttributes(); in testSwitchAppActiveSession() local
1431 SipDialogAttributes attr = new SipDialogAttributes(); in testActiveSessionDeregistering() local
[all …]
DSipMessageUtils.java171 public static SipMessage generateSipRequest(String requestMethod, SipDialogAttributes attr) { in generateSipRequest()
178 SipDialogAttributes attr) { in generateSipResponse()
DImsServiceTest.java1344 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testPublishImsReg() local
/cts/tests/tests/view/src/android/view/animation/cts/
DScaleAnimationTest.java76 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DTranslateAnimationTest.java82 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DRotateAnimationTest.java75 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DAnimationSetTest.java84 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructor() local
/cts/tests/tests/widget/src/android/widget/cts/
DDigitalClockTest.java131 AttributeSet attr = Xml.asAttributeSet(parser); in getAttributeSet() local
DTableRowTest.java154 AttributeSet attr = Xml.asAttributeSet(parser); in testGenerateLayoutParamsFromAttributeSet() local
DTableLayoutTest.java567 AttributeSet attr = Xml.asAttributeSet(parser); in testGenerateLayoutParamsFromAttributeSet() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DPaintDrawableTest.java129 AttributeSet attr = getAttributeSet(parser); in testInflateTag() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13232/
Dpoc.cpp80 audio_attributes_t attr; in getOutputForAttr() local
/cts/suite/audio_quality/lib/src/task/
DModelBuilder.cpp253 const XMLAttribute* attr = elem.FirstAttribute(); in parseAttributes() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DNdkApiXmlReport.java292 Attr attr = doc.createAttribute(name); in setAttribute() local
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java259 AudioAttributes attr = in testAddAudioAttributes() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDragDropTest.java618 private boolean drawableStateContains(int resourceId, int attr) { in drawableStateContains()
DWindowTest.java236 WindowManager.LayoutParams attr = mWindow.getAttributes(); in testAccessAttributes() local
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java593 final AttributeSet attr = Xml.asAttributeSet(parser); in getAttributeSet() local