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/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.java1189 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseActiveDialog() local
1234 SipDialogAttributes attr = new SipDialogAttributes(); in testReceivedActiveDialogClose() local
1275 SipDialogAttributes attr = new SipDialogAttributes(); in testActiveDialogPendingNewInvite() local
1325 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionByePendingCleanup() local
1368 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionPendingBye() local
1410 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseMultipleSessionsPendingBye() local
1457 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionBye() local
1500 SipDialogAttributes attr = new SipDialogAttributes(); in testSwitchAppPendingBye() local
1538 SipDialogAttributes attr = new SipDialogAttributes(); in testSwitchAppActiveSession() local
1577 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.java1516 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testPublishImsReg() local
1637 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testPublishWithImsAssociatedUri() local
/cts/tests/tests/os/src/android/os/cts/
DVibrationAttributesTest.java87 VibrationAttributes attr = new VibrationAttributes.Builder(tmp).build(); in testCreateFromVibrationAttributes() local
97 VibrationAttributes attr = new VibrationAttributes.Builder(audioAttributes).build(); in testCreateFromAudioAttributes() local
106 VibrationAttributes attr = VibrationAttributes.createForUsage( in testCreateForUsage() local
116 VibrationAttributes attr = createForAudioUsage(AudioAttributes.USAGE_VOICE_COMMUNICATION); in testGetAudioUsageReturnOriginalUsage() local
123 VibrationAttributes attr = VibrationAttributes.createForUsage( in testGetAudioUsageUnknownReturnsBasedOnVibrationUsage() local
152 VibrationAttributes attr = new VibrationAttributes.Builder(audioAttributes).build(); in testEquals() local
159 VibrationAttributes attr = createForAudioUsage(AudioAttributes.USAGE_NOTIFICATION); in testNotEqualsDifferentAudioUsage() local
167 VibrationAttributes attr = VibrationAttributes.createForUsage( in testNotEqualsDifferentVibrationUsage() local
178 VibrationAttributes attr = new VibrationAttributes.Builder(audioAttributes).build(); in testNotEqualsDifferentFlags() local
/cts/tests/tests/view/src/android/view/animation/cts/
DScaleAnimationTest.java76 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DTranslateAnimationTest.java84 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/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.java647 private boolean drawableStateContains(int resourceId, int attr) { in drawableStateContains()
DWindowTest.java236 WindowManager.LayoutParams attr = mWindow.getAttributes(); in testAccessAttributes() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java1960 AudioAttributes attr = new AudioAttributes.Builder() in testGetDirectPlaybackSupport() local
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java604 final AttributeSet attr = Xml.asAttributeSet(parser); in getAttributeSet() local