Searched refs:options2 (Results 1 – 4 of 4) sorted by relevance
223 final BroadcastOptions options2 = cloneViaBundle(options); in testSetGetDeferralPolicy() local225 options2.getDeferralPolicy()); in testSetGetDeferralPolicy()241 final BroadcastOptions options2 = cloneViaBundle(options); in testSetGetDeliveryGroupPolicy() local243 options2.getDeliveryGroupPolicy()); in testSetGetDeliveryGroupPolicy()261 final BroadcastOptions options2 = cloneViaBundle(options); in testSetGetDeliveryGroupMatchingKey() local263 options2.getDeliveryGroupMatchingKey()); in testSetGetDeliveryGroupMatchingKey()
69 List<CredentialDescription> options2 = req2.getCredentialDescriptions().stream().toList(); in testWriteToParcel_shouldSucceed() local72 TestUtils.assertEquals(options2.get(i), options.get(i)); in testWriteToParcel_shouldSucceed()
68 List<CredentialDescription> options2 = req2.getCredentialDescriptions().stream().toList(); in testWriteToParcel_shouldSucceed() local71 TestUtils.assertEquals(options2.get(i), options.get(i)); in testWriteToParcel_shouldSucceed()
1136 final BroadcastOptions options2 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_multiplePackages_multipleIds() local1137 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() local1225 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() local1319 options2.recordResponseEventWhileInBackground(TEST_RESPONSE_STATS_ID_2); in testBroadcastResponseStats_clearCounts_multipleIds()1352 sendBroadcastAndWaitForReceipt(intent3, options2.toBundle()); in testBroadcastResponseStats_clearCounts_multipleIds()[all …]