| /cts/tests/devicepolicy/src/android/devicepolicy/cts/ | 
| D | ApplicationRestrictionsTest.java | 69         Bundle bundle = BundleUtils.createBundle(  in setApplicationRestrictions_applicationRestrictionsAreSet()  local76                             bundle);  in setApplicationRestrictions_applicationRestrictionsAreSet()  local
 96         Bundle bundle = BundleUtils.createBundle(  in setApplicationRestrictions_applicationRestrictionsAlreadySet_setsNewRestrictions()  local
 107                             bundle);  in setApplicationRestrictions_applicationRestrictionsAlreadySet_setsNewRestrictions()  local
 126     Bundle bundle =  in getApplicationRestrictions_applicationRestrictionsAreSet_returnsApplicationRestrictions()  local
 134                             bundle);  in getApplicationRestrictions_applicationRestrictionsAreSet_returnsApplicationRestrictions()  local
 157         Bundle bundle = BundleUtils.createBundle(  in getApplicationRestrictions_differentPackage_throwsException()  local
 164                             bundle);  in getApplicationRestrictions_differentPackage_throwsException()  local
 183         Bundle bundle = BundleUtils.createBundle(  in getApplicationRestrictions_setForOtherPackage_returnsNull()  local
 190                             bundle);  in getApplicationRestrictions_setForOtherPackage_returnsNull()  local
 [all …]
 
 | 
| /cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ | 
| D | EmergencyCallDomainSelectionTestOnMockModem.java | 290         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsRegisteredBarredSelectCs()  local306         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsRegisteredSelectPs()  local
 322         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsNotRegisteredSelectCs()  local
 340         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsNotRegisteredBarredSelectCs()  local
 358         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsRegisteredEmsOffBarredSelectCs()  local
 374         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsRegisteredEmsOffSelectCs()  local
 390         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsNotRegisteredEmsOffSelectCs()  local
 408         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsNotRegisteredEmsOffBarredSelectCs()  local
 426         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsRegisteredVopsOffBarredSelectCs()  local
 442         PersistableBundle bundle = getDefaultPersistableBundle();  in testDefaultCombinedImsRegisteredVopsOffSelectCs()  local
 [all …]
 
 | 
| D | ImsCallingTestOnMockModem.java | 222         PersistableBundle bundle = new PersistableBundle();  in testSrvccActiveCall()  local344             PersistableBundle bundle = new PersistableBundle();  in testSrvccIncomingCall()  local
 400         PersistableBundle bundle = new PersistableBundle();  in testSrvccPreAlertingIncomingCall()  local
 455         PersistableBundle bundle = new PersistableBundle();  in testSrvccHoldingCall()  local
 501     private void verifySrvccTypeFiltered(PersistableBundle bundle,  in verifySrvccTypeFiltered()
 
 | 
| /cts/tests/devicepolicy/src/android/devicepolicy/cts/utils/ | 
| D | BundleUtils.java | 61         Bundle bundle = new Bundle();  in createBundle()  local83     public static void assertEqualToBundle(String id, Bundle bundle) {  in assertEqualToBundle()
 126     private static void assertBooleanKey(Bundle bundle, String key, boolean expectedValue) {  in assertBooleanKey()
 134     private static void assertIntKey(Bundle bundle, String key, int expectedValue) {  in assertIntKey()
 141     private static void assertStringKey(Bundle bundle, String key, String expectedValue) {  in assertStringKey()
 148     private static void assertStringsKey(Bundle bundle, String key, String[] expectedValue) {  in assertStringsKey()
 157     private static Bundle getBundleKey(Bundle bundle, String key) {  in getBundleKey()
 
 | 
| /cts/tests/tests/tv/src/android/media/tv/cts/ | 
| D | TvTrackInfoTest.java | 68         final Bundle bundle = new Bundle();  in newAudioTrack_everything()  local120         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/mockime/src/com/android/cts/mockime/ | 
| D | ImeCommand.java | 45     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
 
 | 
| D | ImeState.java | 54         final Bundle bundle = new Bundle();  in toBundle()  local61     static ImeState fromBundle(@Nullable Bundle bundle) {  in fromBundle()
 
 | 
| /cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/ | 
| D | MockA11yImeCommand.java | 49     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/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/deviceadminreceivers/ | 
| D | DeviceAdminTransferOwnershipCompleteEvent.java | 102             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/ | 
| D | StubAuthenticator.java | 58                 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/ | 
| D | ParcelableExceptionTest.java | 48         Bundle bundle = createBundle("java.io.FileOutputStream", filePath);  in test_CVE_2017_0871()  local62         Bundle bundle = new Bundle();  in createBundle()  local
 
 | 
| D | AndroidFutureTest.java | 45         Bundle bundle = createBundle("java.util.logging.FileHandler", "", argAfterNewLine);  in testAndroidFutureReadThrowable()  local65         Bundle bundle = new Bundle();  in createBundle()  local
 
 | 
| /cts/tests/tests/media/misc/src/android/media/misc/cts/ | 
| D | MediaMetricsTest.java | 55         final Bundle bundle = item.toBundle();  in testBasicItem()  local94         final Bundle bundle = item.toBundle();  in testBigItem()  local
 
 | 
| /cts/tests/tests/assist/src/android/assist/cts/ | 
| D | LifecycleTest.java | 100         Bundle bundle = new Bundle();  in testLayerDoesNotTriggerLifecycleMethods()  local124         Bundle bundle = new Bundle();  in testNoUiLayerDoesNotTriggerLifecycleMethods()  local
 134         protected void onAction(Bundle bundle, String action) {  in onAction()
 
 | 
| /cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/ | 
| D | StubAuthenticator.java | 50                 String tokenType, String[] strings, Bundle bundle) throws NetworkErrorException {  in addAccount()69                 String type, Bundle bundle) throws NetworkErrorException {  in getAuthToken()
 86                 Bundle bundle) throws NetworkErrorException {  in confirmCredentials()
 97                 String tokenType, Bundle bundle) throws NetworkErrorException {  in updateCredentials()
 
 | 
| /cts/tests/tests/assist/common/src/android/assist/common/ | 
| D | BaseRemoteCallbackActivity.java | 42             Bundle bundle = new Bundle();  in notify()  local66         Bundle bundle = new Bundle();  in registerReceivingCallback()  local
 
 | 
| /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ | 
| D | BlockedNumberService.java | 68         Bundle bundle;  in onHandleIntent()  local92         Bundle bundle = new Bundle();  in insertBlockedNumber()  local
 127         Bundle bundle = new Bundle();  in deleteBlockedNumber()  local
 
 | 
| /cts/tests/app/src/android/app/cts/ | 
| D | ActivityOptionsTest.java | 29         Bundle bundle = options.toBundle();  in testActivityOptionsBundle_makeBasic()  local81         Bundle bundle = options.toBundle();  in checkPendingIntentBackgroundActivityStartModeBeforeAndAfterBundle()  local
 122         Bundle bundle = options.toBundle();  in checkPendingIntentCreatorBackgroundActivityStartModeBeforeAndAfterBundle()  local
 
 | 
| /cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ | 
| D | StubAuthenticator.java | 61                 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/ | 
| D | PocAmbiguator.java | 105         Bundle bundle = parcel.readBundle();  in make()  local110     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/ | 
| D | DeviceAndProfileOwnerTransferIncomingTest.java | 47         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/framework/base/windowmanager/app27/src/android/server/wm/app27/ | 
| D | PipActivity.java | 26     protected void onCreate(Bundle bundle) {  in onCreate()
 | 
| /cts/hostsidetests/tagging/sdk_30/src/android/cts/tagging/sdk30/ | 
| D | HeapZeroInitActivity.java | 25     public void onCreate(Bundle bundle) {  in onCreate()
 | 
| /cts/hostsidetests/media/app/MediaRouterTest/src/android/media/router/cts/ | 
| D | ScreenOnActivity.java | 32     public void onCreate(Bundle bundle) {  in onCreate()
 | 
| /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ | 
| D | SimpleActivity.java | 24     public void onCreate(Bundle bundle) {  in onCreate()
 |