/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | MockTvInputService.java | 117 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/ |
D | AbstractAuthenticatorTests.java | 98 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()
|
D | AccountManagerUnaffiliatedAuthenticatorTests.java | 370 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()
|
D | AccountManagerTest.java | 2421 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 …]
|
D | MockAccountAuthenticator.java | 350 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/ |
D | BundleUtils.java | 98 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/ |
D | MockA11yImeCommand.java | 53 mExtras = bundle.getBundle(EXTRA_KEY); in MockA11yImeCommand()
|
D | MockA11yImeEvent.java | 189 final Bundle arguments = bundle.getBundle("mArguments"); in fromBundle()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | DirectActionsSession.java | 194 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/ |
D | ImeEvent.java | 197 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()
|
D | ImeEventStreamTestUtils.java | 277 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/ |
D | ConcurrentUserActivityBase.java | 58 Bundle receivedBundle = extras.getBundle(KEY_BUNDLE);
|
/cts/tests/app/app/src/android/app/stubs/ |
D | LocalActivityManagerTestHelper.java | 171 if (returnedBundle.getBundle(key) == null ) { in testSaveInstanceState() 256 final Bundle bb = b.getBundle(id); in testDispatchCreate()
|
D | InstrumentationTestActivity.java | 344 public Bundle getBundle() { in getBundle() method in InstrumentationTestActivity
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | ExtraAssistDataTest.java | 64 Bundle extraAssistBundle = mAssistBundle.getBundle(Intent.EXTRA_ASSIST_CONTEXT); in testAssistContentAndAssistData()
|
/cts/tests/tests/sdksandbox/webkit/sdk/src/com/android/cts/sdk/ |
D | WebViewSandboxTestSdk.java | 46 Bundle setupParams = params.getBundle(ISdkSandboxTestExecutor.TEST_SETUP_PARAMS); in onLoadSdk()
|
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/ |
D | MockA11yImeEventStreamUtils.java | 176 MockA11yImeCommand.fromBundle(event.getArguments().getBundle("command"));
|
/cts/tests/translation/src/android/translation/cts/unittests/ |
D | TranslationValueTest.java | 84 final Bundle defs = e.getBundle(TranslationResponseValue.EXTRA_DEFINITIONS); in testTranslationResponseValue_validDictionary()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | DirectActionsTest.java | 358 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/ |
D | SuggestParcelables.java | 78 Bundle bundle2 = bundle.getBundle(context.getString(R.string.mainAction)); in ActionGroup()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 208 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/ |
D | FillEventHistoryCommonTestCase.java | 94 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/ |
D | TestAccountAuthenticator.java | 327 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/ |
D | ActivityLauncher.java | 205 final Bundle intentExtras = extras.getBundle(KEY_INTENT_EXTRAS) ; in launchActivityFromExtras()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CallStreamingTest.java | 163 Bundle theExtras = bundle.getBundle(CtsCallStreamingService.EXTRA_CALL_EXTRAS); in testStartCallStreaming()
|