Home
last modified time | relevance | path

Searched refs:getBundle (Results 1 – 25 of 29) 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.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.java173 final ImeState enterState = ImeState.fromBundle(bundle.getBundle("mEnterState")); in fromBundle()
174 final ImeState exitState = ImeState.fromBundle(bundle.getBundle("mExitState")); in fromBundle()
175 final Bundle arguments = bundle.getBundle("mArguments"); in fromBundle()
DImeEventStreamTestUtils.java211 ImeCommand.fromBundle(event.getArguments().getBundle("command"));
DMockIme.java301 final Bundle data = command.getExtras().getBundle("data"); in onHandleCommand()
319 final Bundle opts = command.getExtras().getBundle("opts"); in onHandleCommand()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java162 final Bundle arguments = args.getBundle(Utils.DIRECT_ACTIONS_KEY_ARGUMENTS); in performDirectAction()
178 final Bundle arguments = args.getBundle(Utils.DIRECT_ACTIONS_KEY_ARGUMENTS); in performDirectActionAndCancel()
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DBundleKeyQueryHelper.java102 if (mBundleQuery != null && !mBundleQuery.matches(value.getBundle(key))) { in matches()
/cts/tests/tests/assist/src/android/assist/cts/
DExtraAssistDataTest.java58 Bundle extraAssistBundle = mAssistBundle.getBundle(Intent.EXTRA_ASSIST_CONTEXT); in testAssistContentAndAssistData()
/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/autofillservice/src/android/autofillservice/cts/commontests/
DFillEventHistoryCommonTestCase.java89 protected Bundle getBundle(String key, String value) { in getBundle() method in FillEventHistoryCommonTestCase
416 .setExtras(getBundle("activity", "A")) in testEventsFromPreviousSessionIsDiscarded()
435 .setExtras(getBundle("activity", "B")) in testEventsFromPreviousSessionIsDiscarded()
451 .setExtras(getBundle("activity", "A")) in testEventsFromPreviousSessionIsDiscarded()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java356 final Bundle bundle = result.getBundle(Utils.DIRECT_ACTIONS_KEY_RESULT); in assertActionSucceeded()
363 final Bundle bundle = result.getBundle(Utils.DIRECT_ACTIONS_KEY_RESULT); in assertActionCancelled()
/cts/tests/translation/src/android/translation/cts/unittests/
DTranslationValueTest.java84 final Bundle defs = e.getBundle(TranslationResponseValue.EXTRA_DEFINITIONS); in testTranslationResponseValue_validDictionary()
/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.java199 final Bundle intentExtras = extras.getBundle(KEY_INTENT_EXTRAS) ; in launchActivityFromExtras()
/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.java227 Bundle b = item.getBundle(); in testBundle()
DSliceBuilderTest.java150 assertEquals(i, item.getBundle()); in testBundle()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintServiceTest.java79 final Bundle bundle = journal.extras.getBundle(FingerprintCallbackHelper.KEY); in getCallbackState()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java218 mOriginalRestrictions = savedInstanceState.getBundle(ORIGINAL_RESTRICTIONS_NAME); in onCreate()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricTestBase.java471 final Bundle bundle = journal.extras.getBundle(BiometricCallbackHelper.KEY); in getCallbackState()

12