Home
last modified time | relevance | path

Searched refs:TEST_CALL (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DBubblesTestService.java41 public static final int TEST_CALL = 0; field in BubblesTestService
48 final int testCase = intent.getIntExtra(EXTRA_TEST_CASE, TEST_CALL); in onStartCommand()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java54 import static android.app.stubs.BubblesTestService.TEST_CALL;
3366 serviceIntent.putExtra(EXTRA_TEST_CASE, TEST_CALL); in testNotificationManagerBubblePolicy_noFlag_phonecall()