Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenersTest.java707 ManagedServices.ManagedServiceInfo info = getMockServiceInfo(); in testListenerTrusted_withPermission()
716 ManagedServices.ManagedServiceInfo info = getMockServiceInfo(); in testListenerTrusted_withSystemSignature()
732 ManagedServices.ManagedServiceInfo info = getMockServiceInfo(); in testListenerTrusted_withCdmAssociation()
740 ManagedServices.ManagedServiceInfo info = getMockServiceInfo(); in testListenerTrusted_ifFlagDisabled()
749 infos.add(getMockServiceInfo()); in testRedaction_whenPosted()
775 infos.add(getMockServiceInfo()); in testRedaction_whenPosted_oldRemoved()
805 infos.add(getMockServiceInfo()); in testRedaction_whenRemoved()
824 infos.add(getMockServiceInfo()); in testRedaction_noneIfFlagDisabled()
936 ManagedServices.ManagedServiceInfo i1 = getMockServiceInfo(); in getParcelingListener()
951 private ManagedServices.ManagedServiceInfo getMockServiceInfo() { in getMockServiceInfo() method in NotificationListenersTest