Home
last modified time | relevance | path

Searched refs:setExtras (Results 1 – 25 of 36) sorted by relevance

12

/cts/tests/tests/media/src/android/media/cts/
DPlaybackStateTest.java87 .setExtras(extras) in testBuilder_setterMethods()
147 .setExtras(extras) in testBuilder_addCustomActionWithCustomActionObject()
151 .setExtras(extras) in testBuilder_addCustomActionWithCustomActionObject()
171 .setExtras(extras) in testWriteToParcel()
181 .setExtras(extras); in testWriteToParcel()
186 .setExtras(extras) in testWriteToParcel()
231 .setExtras(extras) in testCustomAction()
DStubMediaBrowserService.java78 .setMediaId(id).setExtras(rootHints).build(), MediaItem.FLAG_BROWSABLE)); in onLoadChildren()
103 .setMediaId(id).setExtras(getBrowserRootHints()).build(), in onLoadItem()
123 .setMediaId(MEDIA_ID_CHILDREN_DELAYED).setExtras(mPendingRootHints).build(), in sendDelayedItemLoaded()
/cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
DShortcutManagerPreUpgradeTest.java46 .setExtras(b1) in testPreUpgrade()
55 .setExtras(b2) in testPreUpgrade()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java112 AsyncTaskArg asyncTaskArg = new AsyncTaskArg().setRequest(request).setExtras(extras); in onRequestConfirmation()
132 AsyncTaskArg asyncTaskArg = new AsyncTaskArg().setRequest(request).setExtras(extras); in onRequestCompleteVoice()
152 AsyncTaskArg asyncTaskArg = new AsyncTaskArg().setRequest(request).setExtras(extras); in onRequestAbortVoice()
180 AsyncTaskArg asyncTaskArg = new AsyncTaskArg().setRequest(request).setExtras(extras); in onRequestCommand()
217 .setExtras(extras) in onRequestPickOption()
261 AsyncTaskArg setExtras(Bundle e) {extras = e; return this;} in setExtras() method in MainInteractionSession.AsyncTaskArg
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConference.java49 setExtras(a.getExtras()); in MockConference()
162 setExtras(extras); in onExtrasChanged()
DCtsSelfManagedConnectionService.java128 connection.setExtras(request.getExtras()); in createSelfManagedConnection()
DPhoneAccountOperationsTest.java73 .setExtras(TEST_BUNDLE)
DCallDetailsTest.java99 connection.setExtras(mExtras); in setUp()
414 mConnection.setExtras(exampleExtras); in testExtrasPropagation()
/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java46 address.setExtras(extras); in testDescribeContents()
92 address.setExtras(extras); in testAccessExtras()
97 address.setExtras(null); in testAccessExtras()
DLocationTest.java345 location.setExtras(null); in testAccessExtras()
558 l.setExtras(bundle); in createTestLocation()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher3/src/android/content/pm/cts/shortcut/backup/publisher3/
DShortcutManagerPreBackupTest.java43 .setExtras(makePersistableBundle("ek1", "ev1")) in testPreBackup()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher2/src/android/content/pm/cts/shortcut/backup/publisher2/
DShortcutManagerPreBackupTest.java44 .setExtras(makePersistableBundle("ek1", "ev1")) in testPreBackup()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher1/src/android/content/pm/cts/shortcut/backup/publisher1/
DShortcutManagerPreBackupTest.java44 .setExtras(makePersistableBundle("ek1", "ev1")) in testPreBackup()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DMultipleFragmentLoginTest.java67 .setExtras(clientState) in loginOnTwoFragments()
114 .setExtras(clientState) in loginOnTwoFragments()
DLoginActivityTest.java522 .setExtras(extras) in testAutoFillOneDatasetAndSave()
589 .setExtras(extras) in testAutoFillOneDatasetAndSaveHidingOverlays()
1515 .setExtras(clientState).build()); in fillResponseAuthBothFields()
1521 .setExtras(clientState) in fillResponseAuthBothFields()
1610 .setExtras(clientState) in testFillResponseAuthJustOneField()
1803 .setExtras(authentionClientState) in testDatasetAuthTwoFieldsReplaceResponse()
2576 .setExtras(clientState).build()); in checkFillSelectionAfterSelectingDatasetAuthentication()
2615 .setExtras(clientState).build()); in checkFillSelectionAfterSelectingAuthentication()
2617 sReplier.addResponse(new CannedFillResponse.Builder().setExtras(clientState) in checkFillSelectionAfterSelectingAuthentication()
2689 .setExtras(clientState) in checkFillSelectionAfterSelectingTwoDatasets()
[all …]
DSessionLifecycleTest.java116 .setExtras(extras).build()); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerRequestPinTest.java73 .setExtras(extras) in testRequestPinShortcut()
DShortcutManagerClientApiTest.java372 .setExtras(makePersistableBundle("ek1", "ev1")) in testSetDynamicShortcuts_details()
429 .setExtras(makePersistableBundle("ek1", "ev1")) in testSetDynamicShortcuts_details()
724 .setExtras(makePersistableBundle("ek1", "ev1")) in testAddDynamicShortcuts_details()
781 .setExtras(makePersistableBundle("ek1", "ev1")) in testAddDynamicShortcuts_details()
1058 .setExtras(makePersistableBundle("ek1", "ev1")) in testUpdateShortcut_details()
1227 .setExtras(makePersistableBundle("ek1", "X")) in testUpdateShortcut_details()
1826 .setExtras(makePersistableBundle("ek1", "ev1")) in testMiscShortcutInfo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnectionService.java143 connection.setExtras(request.getExtras()); in createManagedConnection()
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/dndsourceapp/src/android/wm/cts/dndsourceapp/
DDragSource.java102 clipDescription.setExtras(extras); in setUpDragSource()
/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
DCtsSyncAccountAccessSameCertTestCases.java105 .setExtras(extras) in testAccountAccess_sameCertAsAuthenticatorCanSeeAccount()
/cts/tests/tests/content/src/android/content/cts/
DTestPagingContentProvider.java144 c.setExtras(extras); in createCursor()
/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
DCtsSyncAccountAccessOtherCertTestCases.java112 .setExtras(extras) in testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputInfoTest.java198 .setCanRecord(true).setExtras(extras).build(); in testBuilder()
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java226 builder.setExtras(bundle); in sendNotification()

12