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/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerBubbleTest.java28 import static android.app.stubs.BubblesTestService.TEST_CALL;
507 serviceIntent.putExtra(EXTRA_TEST_CASE, TEST_CALL); in testNotificationManagerBubblePolicy_noFlag_phonecall()