Searched refs:options1 (Results 1 – 1 of 1) sorted by relevance
1134 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_multiplePackages_multipleIds() local1135 options1.recordResponseEventWhileInBackground(TEST_RESPONSE_STATS_ID_1); in testBroadcastResponseStats_multiplePackages_multipleIds()1141 sendBroadcastAndWaitForReceipt(intent, options1.toBundle()); in testBroadcastResponseStats_multiplePackages_multipleIds()1222 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_clearCounts_multiplePackages() local1223 options1.recordResponseEventWhileInBackground(TEST_RESPONSE_STATS_ID_1); in testBroadcastResponseStats_clearCounts_multiplePackages()1236 sendBroadcastAndWaitForReceipt(intent, options1.toBundle()); in testBroadcastResponseStats_clearCounts_multiplePackages()1237 sendBroadcastAndWaitForReceipt(intent3, options1.toBundle()); in testBroadcastResponseStats_clearCounts_multiplePackages()1257 sendBroadcastAndWaitForReceipt(intent, options1.toBundle()); in testBroadcastResponseStats_clearCounts_multiplePackages()1316 final BroadcastOptions options1 = BroadcastOptions.makeBasic(); in testBroadcastResponseStats_clearCounts_multipleIds() local1317 options1.recordResponseEventWhileInBackground(TEST_RESPONSE_STATS_ID_1); in testBroadcastResponseStats_clearCounts_multipleIds()[all …]