Home
last modified time | relevance | path

Searched refs:options2 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/app/src/android/app/cts/
DBroadcastOptionsTest.java223 final BroadcastOptions options2 = cloneViaBundle(options); in testSetGetDeferralPolicy() local
225 options2.getDeferralPolicy()); in testSetGetDeferralPolicy()
241 final BroadcastOptions options2 = cloneViaBundle(options); in testSetGetDeliveryGroupPolicy() local
243 options2.getDeliveryGroupPolicy()); in testSetGetDeliveryGroupPolicy()
261 final BroadcastOptions options2 = cloneViaBundle(options); in testSetGetDeliveryGroupMatchingKey() local
263 options2.getDeliveryGroupMatchingKey()); in testSetGetDeliveryGroupMatchingKey()
/cts/tests/credentials/src/android/credentials/cts/unittests/
DUnregisterCredentialDescriptionRequestTest.java69 List<CredentialDescription> options2 = req2.getCredentialDescriptions().stream().toList(); in testWriteToParcel_shouldSucceed() local
72 TestUtils.assertEquals(options2.get(i), options.get(i)); in testWriteToParcel_shouldSucceed()
DRegisterCredentialDescriptionRequestTest.java68 List<CredentialDescription> options2 = req2.getCredentialDescriptions().stream().toList(); in testWriteToParcel_shouldSucceed() local
71 TestUtils.assertEquals(options2.get(i), options.get(i)); in testWriteToParcel_shouldSucceed()
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java1136 final BroadcastOptions options2 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_multiplePackages_multipleIds() local
1137 options2.recordResponseEventWhileInBackground(TEST_RESPONSE_STATS_ID_2); in testBroadcastResponseStats_multiplePackages_multipleIds()
1142 sendBroadcastAndWaitForReceipt(intent3, options2.toBundle()); in testBroadcastResponseStats_multiplePackages_multipleIds()
1170 sendBroadcastAndWaitForReceipt(intent4, options2.toBundle()); in testBroadcastResponseStats_multiplePackages_multipleIds()
1224 final BroadcastOptions options2 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_clearCounts_multiplePackages() local
1225 options2.recordResponseEventWhileInBackground(TEST_RESPONSE_STATS_ID_2); in testBroadcastResponseStats_clearCounts_multiplePackages()
1258 sendBroadcastAndWaitForReceipt(intent3, options2.toBundle()); in testBroadcastResponseStats_clearCounts_multiplePackages()
1318 final BroadcastOptions options2 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_clearCounts_multipleIds() local
1319 options2.recordResponseEventWhileInBackground(TEST_RESPONSE_STATS_ID_2); in testBroadcastResponseStats_clearCounts_multipleIds()
1352 sendBroadcastAndWaitForReceipt(intent3, options2.toBundle()); in testBroadcastResponseStats_clearCounts_multipleIds()
[all …]