Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DNotificationIncidentTest.java185 verifyManagedServicesProto(dump.getNotificationListeners(), filterLevel); in verifyNotificationServiceDumpProto()
186 verifyManagedServicesProto(dump.getNotificationAssistants(), filterLevel); in verifyNotificationServiceDumpProto()
187 verifyManagedServicesProto(dump.getConditionProviders(), filterLevel); in verifyNotificationServiceDumpProto()
191 …private static void verifyManagedServicesProto(ManagedServicesProto ms, final int filterLevel) thr… in verifyManagedServicesProto() method in NotificationIncidentTest