Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java205 private static void assertHasService(List<Intent> intents, String service, String action) { in assertHasService() method in VendorServiceControllerTest
314 assertHasService(mBoundIntents, service, "bound"); in assertBoundService()
321 assertHasService(mStartedServicesIntents, service, "started"); in assertStartedService()