blob: 92ffdccb50f060d444699630f321515410abee70 [file] [log] [blame]
Adam Lesinski182f73f2013-12-05 16:48:06 -08001package com.android.server.notification;
2
3import android.app.Notification;
4
5public interface NotificationManagerInternal {
6 void enqueueNotification(String pkg, String basePkg, int callingUid, int callingPid,
7 String tag, int id, Notification notification, int[] idReceived, int userId);
8}