Home
last modified time | relevance | path

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

12

/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.java370 Bundle decryptedBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testDefaultFinishSessiontWithStartAddAccountSessionImpl()
420 Bundle decryptedBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl()
466 Bundle sessionBundle = result.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE); in validateSessionBundleAndPasswordAndStatusTokenResult()
DAccountManagerTest.java2421 assertNull(resultBundle.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE));
2825 assertNull(resultBundle.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE));
3294 Bundle sessionBundle = resultBundle.getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3343 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3385 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3523 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3570 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3616 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3663 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
3712 .getBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE);
[all …]
DMockAccountAuthenticator.java350 sessionBundle = options.getBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE); in startAddAccountSession()
405 sessionBundle = options.getBundle(Fixtures.KEY_ACCOUNT_SESSION_BUNDLE); in startUpdateCredentialsSession()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/utils/
DBundleUtils.java98 Bundle childBundle = bundle.getBundle("bundle"); in assertEqualToBundle()
181 Bundle value = bundle.getBundle(key); in getBundleKey()
/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/
DMockA11yImeCommand.java53 mExtras = bundle.getBundle(EXTRA_KEY); in MockA11yImeCommand()
DMockA11yImeEvent.java189 final Bundle arguments = bundle.getBundle("mArguments"); in fromBundle()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java194 final Bundle arguments = args.getBundle(Utils.VOICE_INTERACTION_KEY_ARGUMENTS); in performDirectAction()
211 final Bundle arguments = args.getBundle(Utils.VOICE_INTERACTION_KEY_ARGUMENTS); in performDirectActionAndCancel()
264 final Bundle arguments = args.getBundle(Utils.VOICE_INTERACTION_KEY_ARGUMENTS); in registerVisibleActivityCallbackInternal()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java197 final ImeState enterState = ImeState.fromBundle(bundle.getBundle("mEnterState")); in fromBundle()
198 final ImeState exitState = ImeState.fromBundle(bundle.getBundle("mExitState")); in fromBundle()
199 final Bundle arguments = bundle.getBundle("mArguments"); in fromBundle()
DImeEventStreamTestUtils.java277 ImeCommand.fromBundle(event.getArguments().getBundle("command"));
394 ImeCommand.fromBundle(event.getArguments().getBundle("command"));
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/concurrentuser/
DConcurrentUserActivityBase.java58 Bundle receivedBundle = extras.getBundle(KEY_BUNDLE);
/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/tests/tests/assist/src/android/assist/cts/
DExtraAssistDataTest.java64 Bundle extraAssistBundle = mAssistBundle.getBundle(Intent.EXTRA_ASSIST_CONTEXT); in testAssistContentAndAssistData()
/cts/tests/tests/sdksandbox/webkit/sdk/src/com/android/cts/sdk/
DWebViewSandboxTestSdk.java46 Bundle setupParams = params.getBundle(ISdkSandboxTestExecutor.TEST_SETUP_PARAMS); in onLoadSdk()
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeEventStreamUtils.java176 MockA11yImeCommand.fromBundle(event.getArguments().getBundle("command"));
/cts/tests/translation/src/android/translation/cts/unittests/
DTranslationValueTest.java84 final Bundle defs = e.getBundle(TranslationResponseValue.EXTRA_DEFINITIONS); in testTranslationResponseValue_validDictionary()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java358 final Bundle bundle = result.getBundle(Utils.DIRECT_ACTIONS_KEY_RESULT); in assertActionSucceeded()
365 final Bundle bundle = result.getBundle(Utils.DIRECT_ACTIONS_KEY_RESULT); in assertActionCancelled()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35676/src/android/security/cts/CVE_2023_35676/com/google/android/apps/miphone/aiai/matchnaker/overview/api/generatedv2/
DSuggestParcelables.java78 Bundle bundle2 = bundle.getBundle(context.getString(R.string.mainAction)); in ActionGroup()
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java208 assertNull(mBundle.getBundle(KEY1)); in testGetBundle()
211 assertTrue(bundle.equals(mBundle.getBundle(KEY1))); in testGetBundle()
213 assertBundleEquals(bundle, mBundle.getBundle(KEY1)); in testGetBundle()
1473 assertEquals(parcelable, copy.getBundle(KEY1).getParcelable(KEY1)); in testDeepCopy_withNestedBundleAndLazyValues()
1474 assertNotSame(mBundle.getBundle(KEY1), copy.getBundle(KEY1)); in testDeepCopy_withNestedBundleAndLazyValues()
1475 assertSame(mBundle.getBundle(KEY1).getParcelable(KEY1), in testDeepCopy_withNestedBundleAndLazyValues()
1476 copy.getBundle(KEY1).getParcelable(KEY1)); in testDeepCopy_withNestedBundleAndLazyValues()
1477 assertEquals(1, copy.getBundle(KEY1).size()); in testDeepCopy_withNestedBundleAndLazyValues()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DFillEventHistoryCommonTestCase.java94 protected Bundle getBundle(String key, String value) { in getBundle() method in FillEventHistoryCommonTestCase
440 .setExtras(getBundle("activity", "A")) in testEventsFromPreviousSessionIsDiscarded()
459 .setExtras(getBundle("activity", "B")) in testEventsFromPreviousSessionIsDiscarded()
477 .setExtras(getBundle("activity", "A")) in testEventsFromPreviousSessionIsDiscarded()
/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.java205 final Bundle intentExtras = extras.getBundle(KEY_INTENT_EXTRAS) ; in launchActivityFromExtras()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallStreamingTest.java163 Bundle theExtras = bundle.getBundle(CtsCallStreamingService.EXTRA_CALL_EXTRAS); in testStartCallStreaming()

12