Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 76) sorted by relevance

1234

/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoTest.java33 final Bundle bundle = new Bundle(); in testAudioTrackInfoOp() local
67 final Bundle bundle = new Bundle(); in testVideoTrackInfoOp() local
111 final Bundle bundle = new Bundle(); in testSubtitleTrackInfoOp() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeCommand.java44 private ImeCommand(@NonNull Bundle bundle) { in ImeCommand()
51 static ImeCommand fromBundle(@NonNull Bundle bundle) { in fromBundle()
56 final Bundle bundle = new Bundle(); in toBundle() local
DImeState.java53 final Bundle bundle = new Bundle(); in toBundle() local
60 static ImeState fromBundle(@Nullable Bundle bundle) { in fromBundle()
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DStubAuthenticator.java58 Bundle bundle) throws NetworkErrorException { in addAccount()
67 Account account, Bundle bundle) throws NetworkErrorException { in confirmCredentials()
73 Account account, String type, Bundle bundle) throws NetworkErrorException { in getAuthToken()
84 Account account, String tokenType, Bundle bundle) in updateCredentials()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodProvisioningTestActivity.java87 Bundle bundle = new Bundle(); in getTestTermsIntent() local
102 PersistableBundle bundle = new PersistableBundle(); in getTestLogoIntent() local
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java61 Bundle bundle) throws NetworkErrorException { in addAccount()
79 Account account, Bundle bundle) throws NetworkErrorException { in confirmCredentials()
85 Account account, String type, Bundle bundle) throws NetworkErrorException { in getAuthToken()
99 Account account, String tokenType, Bundle bundle) in updateCredentials()
/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DDeviceAndProfileOwnerTransferIncomingTest.java42 public void onTransferOwnershipComplete(Context context, PersistableBundle bundle) { in onTransferOwnershipComplete()
88 PersistableBundle bundle = mDevicePolicyManager.getTransferOwnershipBundle(); in testTransferOwnershipBundleLoaded() local
95 PersistableBundle bundle = mDevicePolicyManager.getTransferOwnershipBundle(); in testTransferOwnershipEmptyBundleLoaded() local
/cts/tests/tests/security/src/android/security/cts/
DAmbiguousBundlesTest.java38 Bundle bundle; in test_android_CVE_2017_13287() local
177 protected static void writeBundleSkippingHeaders(Parcel parcel, Bundle bundle) { in writeBundleSkippingHeaders()
192 protected static void padBundle(Bundle bundle, int size, int minHash, Random random) { in padBundle()
/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DLaunchEnterPipActivity.java25 protected void onCreate(Bundle bundle) { in onCreate()
/cts/tests/tests/display/src/android/display/cts/
DScreenOnActivity.java30 public void onCreate(Bundle bundle) { in onCreate()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DSimpleActivity.java24 public void onCreate(Bundle bundle) { in onCreate()
/cts/hostsidetests/incident/apps/errorsapp/src/com/android/server/cts/errors/
DExceptionActivity.java27 public void onCreate(Bundle bundle) { in onCreate()
DNativeActivity.java33 public void onCreate(Bundle bundle) { in onCreate()
DANRActivity.java34 public void onCreate(Bundle bundle) { in onCreate()
/cts/tests/app/app/src/android/app/stubs/
DScreenOnActivity.java30 public void onCreate(Bundle bundle) { in onCreate()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DStateInitializeActivity.java40 protected void onCreate(Bundle bundle) { in onCreate()
/cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/
DToastActivity.java31 public void onCreate(Bundle bundle) { in onCreate()
/cts/tests/app/src/android/app/cts/
DActivityOptionsTest.java27 Bundle bundle = options.toBundle(); in testActivityOptionsBundle_makeBasic() local
/cts/hostsidetests/incident/apps/procstatsapp/src/com/android/server/cts/procstats/
DSimpleActivity.java29 public void onCreate(Bundle bundle) { in onCreate()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DProvisioningTest.java107 PersistableBundle bundle = loadBundle(mContext); in testVerifyAdminExtraBundle() local
156 private static void saveBundle(Context context, PersistableBundle bundle) { in saveBundle()
169 PersistableBundle bundle = new PersistableBundle(); in loadBundle() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationRestrictionsTest.java241 Bundle bundle = new Bundle(); in createBundle0() local
259 private void assertBundle0(Bundle bundle) { in assertBundle0()
299 private void assertBundle1(Bundle bundle) { in assertBundle1()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java78 final Bundle bundle = new Bundle(); in testIncomingCallFromBlockedNumberIsRejected() local
81 mTelecomManager.addNewIncomingCall(phoneAccount.getAccountHandle(), bundle); in testIncomingCallFromBlockedNumberIsRejected() local
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DAppRestrictionsDelegateTest.java130 private void assertBundle0(Bundle bundle) { in assertBundle0()
143 private void assertBundle1(Bundle bundle) { in assertBundle1()
/cts/tests/tests/animation/src/android/animation/cts/
DLayoutAnimationActivity.java31 public void onCreate(Bundle bundle){ in onCreate()
/cts/tests/tests/transition/src/android/transition/cts/
DTransitionActivity.java30 public void onCreate(Bundle bundle){ in onCreate()

1234