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