Home
last modified time | relevance | path

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

12345678910

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DApplicationRestrictionsTest.java69 Bundle bundle = BundleUtils.createBundle( in setApplicationRestrictions_applicationRestrictionsAreSet() local
76 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/
DEmergencyCallDomainSelectionTestOnMockModem.java290 PersistableBundle bundle = getDefaultPersistableBundle(); in testDefaultCombinedImsRegisteredBarredSelectCs() local
306 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 …]
DImsCallingTestOnMockModem.java222 PersistableBundle bundle = new PersistableBundle(); in testSrvccActiveCall() local
344 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/
DBundleUtils.java61 Bundle bundle = new Bundle(); in createBundle() local
83 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/
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/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/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/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.java55 final Bundle bundle = item.toBundle(); in testBasicItem() local
94 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/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/
DStubAuthenticator.java50 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/
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/app/src/android/app/cts/
DActivityOptionsTest.java29 Bundle bundle = options.toBundle(); in testActivityOptionsBundle_makeBasic() local
81 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/
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/framework/base/windowmanager/app27/src/android/server/wm/app27/
DPipActivity.java26 protected void onCreate(Bundle bundle) { in onCreate()
/cts/hostsidetests/tagging/sdk_30/src/android/cts/tagging/sdk30/
DHeapZeroInitActivity.java25 public void onCreate(Bundle bundle) { in onCreate()
/cts/hostsidetests/media/app/MediaRouterTest/src/android/media/router/cts/
DScreenOnActivity.java32 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()

12345678910