Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DCarArgumentMatchersTest.java52 private static final String INTENT_PACKAGE_NAME = field in CarArgumentMatchersTest
95 Intent intent = new Intent(Intent.ACTION_SEND).setPackage(INTENT_PACKAGE_NAME); in testIntentFor()
100 intentFor(Intent.ACTION_SEND, INTENT_PACKAGE_NAME)); in testIntentFor()