Home
last modified time | relevance | path

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

123456789

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DApplicationRestrictionsTest.java86 Bundle bundle = new Bundle(); in createBundle() local
110 Bundle bundle = createBundle("setApplicationRestrictions_applicationRestrictionsAreSet"); in setApplicationRestrictions_applicationRestrictionsAreSet() local
116 bundle); in setApplicationRestrictions_applicationRestrictionsAreSet() local
134 …Bundle bundle = createBundle("setApplicationRestrictions_applicationRestrictionsAlreadySet_setsNew… in setApplicationRestrictions_applicationRestrictionsAlreadySet_setsNewRestrictions() local
144 bundle); in setApplicationRestrictions_applicationRestrictionsAlreadySet_setsNewRestrictions() local
162 …Bundle bundle = createBundle("getApplicationRestrictions_applicationRestrictionsAreSet_returnsAppl… in getApplicationRestrictions_applicationRestrictionsAreSet_returnsApplicationRestrictions() local
168 bundle); in getApplicationRestrictions_applicationRestrictionsAreSet_returnsApplicationRestrictions() local
187 Bundle bundle = createBundle("getApplicationRestrictions_differentPackage_throwsException"); in getApplicationRestrictions_differentPackage_throwsException() local
193 bundle); in getApplicationRestrictions_differentPackage_throwsException() local
212 Bundle bundle = createBundle("getApplicationRestrictions_setForOtherPackage_returnsNull"); in getApplicationRestrictions_setForOtherPackage_returnsNull() local
[all …]
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoTest.java68 final Bundle bundle = new Bundle(); in newAudioTrack_everything() local
120 final Bundle bundle = new Bundle(); in newVideoTrack_everything() local
152 final Bundle bundle = new Bundle(); in newSubtitleTrack_default() local
171 final Bundle bundle = new Bundle(); in newSubtitleTrack_everything() local
/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/
DMockA11yImeCommand.java49 private MockA11yImeCommand(@NonNull Bundle bundle) { in MockA11yImeCommand()
56 static MockA11yImeCommand fromBundle(@NonNull Bundle bundle) { in fromBundle()
61 final Bundle bundle = new Bundle(); in toBundle() 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/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/deviceadminreceivers/
DDeviceAdminTransferOwnershipCompleteEvent.java102 Context context, PersistableBundle bundle) { in logger()
112 Context context, PersistableBundle bundle) { in DeviceAdminTransferOwnershipCompleteEventLogger()
140 public DeviceAdminTransferOwnershipCompleteEventLogger setBundle(PersistableBundle bundle) { in setBundle()
158 public PersistableBundle bundle() { in bundle() method in DeviceAdminTransferOwnershipCompleteEvent
/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/security/src/android/security/cts/
DParcelableExceptionTest.java48 Bundle bundle = createBundle("java.io.FileOutputStream", filePath); in test_CVE_2017_0871() local
62 Bundle bundle = new Bundle(); in createBundle() local
DAndroidFutureTest.java45 Bundle bundle = createBundle("java.util.logging.FileHandler", "", argAfterNewLine); in testAndroidFutureReadThrowable() local
65 Bundle bundle = new Bundle(); in createBundle() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaMetricsTest.java53 final Bundle bundle = item.toBundle(); in testBasicItem() local
92 final Bundle bundle = item.toBundle(); in testBigItem() local
/cts/tests/tests/assist/src/android/assist/cts/
DLifecycleTest.java100 Bundle bundle = new Bundle(); in testLayerDoesNotTriggerLifecycleMethods() local
124 Bundle bundle = new Bundle(); in testNoUiLayerDoesNotTriggerLifecycleMethods() local
134 protected void onAction(Bundle bundle, String action) { in onAction()
/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/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/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
DPocAmbiguator.java105 Bundle bundle = parcel.readBundle(); in make() local
110 private static void writeBundleSkippingHeaders(Parcel parcel, Bundle bundle) { in writeBundleSkippingHeaders()
125 private static boolean padBundle(Bundle bundle, int size, int minHash, Random random) { in padBundle()
/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/tests/tests/view/src/android/view/cts/
DViewSourceLayoutTestActivity.java25 protected void onCreate(Bundle bundle) { in onCreate()
DViewUnbufferedTestActivity.java24 protected 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/tagging/sdk_30/src/android/cts/tagging/sdk30/
DCrashMemtagAsyncActivity.java25 public void onCreate(Bundle bundle) { in onCreate()
DCrashActivity.java25 public void onCreate(Bundle bundle) { in onCreate()
DHeapZeroInitActivity.java25 public void onCreate(Bundle bundle) { in onCreate()
/cts/tests/framework/base/windowmanager/app27/src/android/server/wm/app27/
DLaunchEnterPipActivity.java27 protected void onCreate(Bundle bundle) { in onCreate()
DPipActivity.java26 protected void onCreate(Bundle bundle) { in onCreate()
/cts/tests/tests/display/src/android/display/cts/
DScreenOnActivity.java30 public void onCreate(Bundle bundle) { in onCreate()

123456789