Searched refs:EXTRA_TEST_CASE (Results 1 – 4 of 4) sorted by relevance
20 import static android.server.wm.animations.DialogFrameTestActivity.EXTRA_TEST_CASE;40 .putExtra(EXTRA_TEST_CASE, testCase); in startTestCase()
40 static final String EXTRA_TEST_CASE = "test-case"; field in DialogFrameTestActivity70 final String testCase = intent.getStringExtra(EXTRA_TEST_CASE); in setupTest()
39 public static final String EXTRA_TEST_CASE = field in BubblesTestService48 final int testCase = intent.getIntExtra(EXTRA_TEST_CASE, TEST_CALL); in onStartCommand()
27 import static android.app.stubs.BubblesTestService.EXTRA_TEST_CASE;483 serviceIntent.putExtra(EXTRA_TEST_CASE, TEST_MESSAGING); in testNotificationManagerBubblePolicy_noFlag_service()507 serviceIntent.putExtra(EXTRA_TEST_CASE, TEST_CALL); in testNotificationManagerBubblePolicy_noFlag_phonecall()