Home
last modified time | relevance | path

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

12

/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.java72 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testRegistrationTypeToTransportAttr() local
139 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testRegistrationTypeToTransportAttrForEmergency() local
180 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testParcelUnparcel() local
211 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testParcelUnparcelWithSipDebugInfo() local
DSipDelegateManagerTest.java428 SipDialogAttributes attr = new SipDialogAttributes(); in testSipDialogStateChanges() local
514 SipDialogAttributes attr = new SipDialogAttributes(); in testSipDialogStateChangesOnMultipleDelegates() local
1397 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseActiveDialog() local
1442 SipDialogAttributes attr = new SipDialogAttributes(); in testReceivedActiveDialogClose() local
1483 SipDialogAttributes attr = new SipDialogAttributes(); in testActiveDialogPendingNewInvite() local
1533 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionByePendingCleanup() local
1576 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionPendingBye() local
1618 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseMultipleSessionsPendingBye() local
1665 SipDialogAttributes attr = new SipDialogAttributes(); in testCloseSessionBye() local
1708 SipDialogAttributes attr = new SipDialogAttributes(); in testSwitchAppPendingBye() local
[all …]
DPublishAttributesTest.java62 PublishAttributes attr = new PublishAttributes.Builder(PUBLISH_STATE_OK) in testAttributes() local
96 PublishAttributes attr = new PublishAttributes.Builder(PUBLISH_STATE_NOT_PUBLISHED) in testParcelUnparcel() local
DSipMessageUtils.java171 public static SipMessage generateSipRequest(String requestMethod, SipDialogAttributes attr) { in generateSipRequest()
178 SipDialogAttributes attr) { in generateSipResponse()
DImsServiceTest.java1537 PublishAttributes attr = waitForResult(addedNewPublishStateQueue); in testRcsDeviceCapabilitiesPublish() local
1753 PublishAttributes attr = waitForResult(publishStateQueue); in testRcsAttributesPublish() local
2035 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testPublishImsReg() local
2156 ImsRegistrationAttributes attr = new ImsRegistrationAttributes.Builder( in testPublishWithImsAssociatedUri() local
/cts/tests/vibrator/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/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DPreferredMixerAttributesTestActivity.java143 AudioAttributes attr = new AudioAttributes.Builder() in displayTestResult() local
269 MyPreferredMixerAttributesListener(AudioAttributes attr, int deviceId) { in MyPreferredMixerAttributesListener()
/cts/tests/tests/view/src/android/view/animation/cts/
DScaleAnimationTest.java87 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DTranslateAnimationTest.java95 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DRotateAnimationTest.java86 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DAnimationSetTest.java95 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructor() local
/cts/tests/tests/widget/src/android/widget/cts/
DDigitalClockTest.java140 AttributeSet attr = Xml.asAttributeSet(parser); in getAttributeSet() local
DTableRowTest.java163 AttributeSet attr = Xml.asAttributeSet(parser); in testGenerateLayoutParamsFromAttributeSet() local
DTableLayoutTest.java575 AttributeSet attr = Xml.asAttributeSet(parser); in testGenerateLayoutParamsFromAttributeSet() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTestDomainSelectionService.java89 public void reselectDomain(@NonNull SelectionAttributes attr) { in reselectDomain()
127 public void onDomainSelection(@NonNull SelectionAttributes attr, in onDomainSelection()
DDomainSelectionServiceTestOnMockModem.java327 SelectionAttributes attr = testService.getSelectionAttributes(); in testDomainSelectionServiceEmergencyCall() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DPaintDrawableTest.java129 AttributeSet attr = getAttributeSet(parser); in testInflateTag() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DDevicesForAttributesTest.java277 private AudioMix makeMixFromAttr(AudioAttributes attr) { in makeMixFromAttr()
DAudioManagerTest.java2306 AudioAttributes attr = new AudioAttributes.Builder() in testGetDirectPlaybackSupport() local
2521 final AudioAttributes attr = new AudioAttributes.Builder() in testPreferredMixerAttributes() 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.java293 Attr attr = doc.createAttribute(name); in setAttribute() local
/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.c264 pthread_attr_t attr; in android_app_create() local
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java302 AudioAttributes attr = in testAddAudioAttributes() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DDragDropTest.java662 private boolean drawableStateContains(int resourceId, int attr) { in drawableStateContains()

12