Home
last modified time | relevance | path

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

123456

/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/tests/assist/src/android/assist/cts/
DScreenshotTest.java46 Bundle bundle = new Bundle(); in testRedScreenshot() local
66 Bundle bundle = new Bundle(); in testGreenScreenshot() local
86 Bundle bundle = new Bundle(); in testBlueScreenshot() local
DLifecycleTest.java96 Bundle bundle = new Bundle(); in testLayerDoesNotTriggerLifecycleMethods() local
119 Bundle bundle = new Bundle(); in testNoUiLayerDoesNotTriggerLifecycleMethods() local
129 protected void onAction(Bundle bundle, String action) { in onAction()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBlockedNumberService.java60 Bundle bundle; in onHandleIntent() local
83 Bundle bundle = new Bundle(); in insertBlockedNumber() local
92 Bundle bundle = new Bundle(); in deleteBlockedNumber() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeCommand.java45 private ImeCommand(@NonNull Bundle bundle) { in ImeCommand()
52 static ImeCommand fromBundle(@NonNull Bundle bundle) { in fromBundle()
57 final Bundle bundle = new Bundle(); in toBundle() local
DImeState.java54 final Bundle bundle = new Bundle(); in toBundle() local
61 static ImeState fromBundle(@Nullable Bundle bundle) { in fromBundle()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleFreeformTests.java71 final Bundle bundle = launchOptions.toBundle(); in testLaunchInFreeform() local
93 final Bundle bundle = launchOptions.toBundle(); in testMultiLaunchInFreeform() local
129 final Bundle bundle = launchOptions.toBundle(); in testLaunchOccludingInFreeform() local
186 final Bundle bundle = launchOptions.toBundle(); in testLaunchTranslucentInFreeform() local
250 final Bundle bundle = launchOptions.toBundle(); in testPreQTopProcessResumedActivityInFreeform() local
/cts/tests/tests/security/src/android/security/cts/
DParcelableExceptionTest.java40 Bundle bundle = createBundle("java.io.FileOutputStream", filePath); in test_CVE_2017_0871() local
54 Bundle bundle = new Bundle(); in createBundle() local
/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/tests/tests/assist/common/src/android/assist/common/
DBaseRemoteCallbackActivity.java42 Bundle bundle = new Bundle(); in notify() local
66 Bundle bundle = new Bundle(); in registerReceivingCallback() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBlockedNumberService.java68 Bundle bundle; in onHandleIntent() local
92 Bundle bundle = new Bundle(); in insertBlockedNumber() local
127 Bundle bundle = new Bundle(); in deleteBlockedNumber() local
/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/tagging/none/src/android/cts/tagging/none/
DCrashActivity.java25 public void onCreate(Bundle bundle) { in onCreate()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchEnterPipActivity.java24 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/tests/framework/base/windowmanager/app27/src/android/server/wm/app27/
DPipActivity.java26 protected void onCreate(Bundle bundle) { in onCreate()
DLaunchEnterPipActivity.java27 protected 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()
/cts/tests/app/app/src/android/app/stubs/
DScreenOnActivity.java30 public void onCreate(Bundle bundle) { in onCreate()
/cts/tests/tests/view/src/android/view/cts/
DViewSourceLayoutTestActivity.java25 protected void onCreate(Bundle bundle) { in onCreate()
/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DDeviceAndProfileOwnerTransferIncomingTest.java47 public void onTransferOwnershipComplete(Context context, PersistableBundle bundle) { in onTransferOwnershipComplete()
103 PersistableBundle bundle = mDevicePolicyManager.getTransferOwnershipBundle(); in testTransferOwnershipBundleLoaded() local
110 PersistableBundle bundle = mDevicePolicyManager.getTransferOwnershipBundle(); in testTransferOwnershipEmptyBundleLoaded() local
/cts/hostsidetests/incident/apps/procstatsapp/src/com/android/server/cts/procstats/
DSimpleActivity.java29 public void onCreate(Bundle bundle) { in onCreate()

123456