Searched refs:NotificationManagerInternal (Results 1 – 5 of 5) sorted by relevance
22 public interface NotificationManagerInternal { interface
1814 publishLocalService(NotificationManagerInternal.class, mInternalService); in onStart()2233 NotificationManagerInternal getInternalService() {4598 private final NotificationManagerInternal mInternalService = new NotificationManagerInternal() {
49 import com.android.server.notification.NotificationManagerInternal;803 NotificationManagerInternal nm = LocalServices.getService( in postNotification()804 NotificationManagerInternal.class); in postNotification()945 NotificationManagerInternal nmi = LocalServices.getService( in stripForegroundServiceFlagFromNotification()946 NotificationManagerInternal.class); in stripForegroundServiceFlagFromNotification()
186 private NotificationManagerInternal mInternalService;
19705 Lcom/android/server/notification/NotificationManagerInternal;