Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMockTvInputService.java117 sBroadcastCallback.getBundle().getString(BROADCAST_ACTION);
136 sBroadcastCallback.getBundle().putString(BROADCAST_ACTION, action); in expectBroadcast()
161 sSelectTrackCallback.getBundle().putInt(SELECT_TRACK_TYPE, type); in expectSelectTrack()
162 sSelectTrackCallback.getBundle().putString(SELECT_TRACK_ID, id); in expectSelectTrack()
170 sSetCaptionEnabledCallback.getBundle().putBoolean(CAPTION_ENABLED, enabled); in expectSetCaptionEnabled()
388 Bundle bundle = sSelectTrackCallback.getBundle(); in onSelectTrack()
404 Bundle bundle = sSetCaptionEnabledCallback.getBundle(); in onSetCaptionEnabled()
545 public Bundle getBundle() { in getBundle() method in MockTvInputService.Callback
/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java98 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartAddAccountSessionDefaultImpl()
135 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testStartUpdateCredentialsSessionDefaultImpl()
170 Bundle escrowBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testFinishSessionAndStartAddAccountSessionDefaultImpl()
239 Bundle escrowBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
DAccountManagerUnaffiliatedAuthenticatorTests.java377 Bundle decryptedBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testDefaultFinishSessiontWithStartAddAccountSessionImpl()
427 Bundle decryptedBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl()
496 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in validateSessionBundleAndPasswordAndStatusTokenResult()
DAccountManagerTest.java2407 assertNull(resultBundle.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE));
2811 assertNull(resultBundle.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE));
3280 Bundle sessionBundle = resultBundle.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3329 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3371 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3509 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3556 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3602 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3649 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3698 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
[all …]
DMockAccountAuthenticator.java348 sessionBundle = options.getBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE); in startAddAccountSession()
402 sessionBundle = options.getBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE); in startUpdateCredentialsSession()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java166 final ImeState enterState = ImeState.fromBundle(bundle.getBundle("mEnterState")); in fromBundle()
167 final ImeState exitState = ImeState.fromBundle(bundle.getBundle("mExitState")); in fromBundle()
168 final Bundle arguments = bundle.getBundle("mArguments"); in fromBundle()
DImeEventStreamTestUtils.java202 ImeCommand.fromBundle(event.getArguments().getBundle("command"));
DMockIme.java230 final Bundle data = command.getExtras().getBundle("data"); in onHandleCommand()
246 final Bundle opts = command.getExtras().getBundle("opts"); in onHandleCommand()
/cts/tests/tests/assist/src/android/assist/cts/
DExtraAssistDataTest.java52 Bundle extraAssistBundle = mAssistBundle.getBundle(Intent.EXTRA_ASSIST_CONTEXT); in testAssistContentAndAssistData()
DAssistTestBase.java594 mAssistBundle = assistData.getBundle(Utils.ASSIST_BUNDLE_KEY); in setAssistResults()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java155 final Bundle arguments = args.getBundle(Utils.DIRECT_ACTIONS_KEY_ARGUMENTS); in performDirectAction()
170 final Bundle arguments = args.getBundle(Utils.DIRECT_ACTIONS_KEY_ARGUMENTS); in performDirectActionAndCancel()
/cts/tests/app/app/src/android/app/stubs/
DLocalActivityManagerTestHelper.java171 if (returnedBundle.getBundle(key) == null ) { in testSaveInstanceState()
256 final Bundle bb = b.getBundle(id); in testDispatchCreate()
DInstrumentationTestActivity.java344 public Bundle getBundle() { in getBundle() method in InstrumentationTestActivity
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationRestrictionsTest.java273 Bundle childBundle = bundle.getBundle("bundle"); in assertBundle0()
282 Bundle bundle1ChildBundle = bundle1.getBundle("bundle_array_bundle"); in assertBundle0()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java350 final Bundle bundle = result.getBundle(Utils.DIRECT_ACTIONS_KEY_RESULT); in assertActionSucceeded()
357 final Bundle bundle = result.getBundle(Utils.DIRECT_ACTIONS_KEY_RESULT); in assertActionCancelled()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java327 sessionBundle = options.getBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE); in startAddAccountSession()
376 sessionBundle = options.getBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE); in startUpdateCredentialsSession()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityLauncher.java165 final Bundle intentExtras = extras.getBundle(KEY_INTENT_EXTRAS) ; in launchActivityFromExtras()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DFillEventHistoryTest.java347 private Bundle getBundle(String key, String value) { in getBundle() method in FillEventHistoryTest
372 .setExtras(getBundle("activity", "A")) in testEventsFromPreviousSessionIsDiscarded()
391 .setExtras(getBundle("activity", "B")) in testEventsFromPreviousSessionIsDiscarded()
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java168 assertNull(mBundle.getBundle(KEY)); in testGetBundle()
171 assertTrue(bundle.equals(mBundle.getBundle(KEY))); in testGetBundle()
173 assertBundleEquals(bundle, mBundle.getBundle(KEY)); in testGetBundle()
/cts/tests/tests/slice/src/android/slice/cts/
DSliceBindingTest.java213 Bundle b = item.getBundle(); in testBundle()
DSliceBuilderTest.java150 assertEquals(i, item.getBundle()); in testBundle()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java213 mOriginalRestrictions = savedInstanceState.getBundle(ORIGINAL_RESTRICTIONS_NAME); in onCreate()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java349 assertSame(bundle, mActivity.getBundle()); in testCallActivityOnSaveInstanceState()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java1881 Bundle newSubExtras = newExtras.getBundle("baddy"); in testRemoveUnsafeExtras()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt1728 name: "getBundle"