/cts/tests/tests/print/src/android/print/pdf/cts/ |
D | PrintedPdfDocumentTest.java | 58 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/ |
D | ImsRegistrationAttributesTest.java | 72 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
|
D | SipDelegateManagerTest.java | 428 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 …]
|
D | PublishAttributesTest.java | 62 PublishAttributes attr = new PublishAttributes.Builder(PUBLISH_STATE_OK) in testAttributes() local 96 PublishAttributes attr = new PublishAttributes.Builder(PUBLISH_STATE_NOT_PUBLISHED) in testParcelUnparcel() local
|
D | SipMessageUtils.java | 171 public static SipMessage generateSipRequest(String requestMethod, SipDialogAttributes attr) { in generateSipRequest() 178 SipDialogAttributes attr) { in generateSipResponse()
|
D | ImsServiceTest.java | 1537 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/ |
D | VibrationAttributesTest.java | 87 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/ |
D | PreferredMixerAttributesTestActivity.java | 143 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/ |
D | ScaleAnimationTest.java | 87 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
|
D | TranslateAnimationTest.java | 95 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
|
D | RotateAnimationTest.java | 86 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
|
D | AnimationSetTest.java | 95 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructor() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | DigitalClockTest.java | 140 AttributeSet attr = Xml.asAttributeSet(parser); in getAttributeSet() local
|
D | TableRowTest.java | 163 AttributeSet attr = Xml.asAttributeSet(parser); in testGenerateLayoutParamsFromAttributeSet() local
|
D | TableLayoutTest.java | 575 AttributeSet attr = Xml.asAttributeSet(parser); in testGenerateLayoutParamsFromAttributeSet() local
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TestDomainSelectionService.java | 89 public void reselectDomain(@NonNull SelectionAttributes attr) { in reselectDomain() 127 public void onDomainSelection(@NonNull SelectionAttributes attr, in onDomainSelection()
|
D | DomainSelectionServiceTestOnMockModem.java | 327 SelectionAttributes attr = testService.getSelectionAttributes(); in testDomainSelectionServiceEmergencyCall() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | PaintDrawableTest.java | 129 AttributeSet attr = getAttributeSet(parser); in testInflateTag() local
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | DevicesForAttributesTest.java | 277 private AudioMix makeMixFromAttr(AudioAttributes attr) { in makeMixFromAttr()
|
D | AudioManagerTest.java | 2306 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/ |
D | poc.cpp | 80 audio_attributes_t attr; in getOutputForAttr() local
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | NdkApiXmlReport.java | 293 Attr attr = doc.createAttribute(name); in setAttribute() local
|
/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/ |
D | android_native_app_glue.c | 264 pthread_attr_t attr; in android_app_create() local
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
D | TextToSpeechServiceTest.java | 302 AudioAttributes attr = in testAddAudioAttributes() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | DragDropTest.java | 662 private boolean drawableStateContains(int resourceId, int attr) { in drawableStateContains()
|