コード例 #1
0
 public void send(INotificationSideChannel paramINotificationSideChannel)
   throws RemoteException
 {
   if (all)
   {
     paramINotificationSideChannel.cancelAll(packageName);
     return;
   }
   paramINotificationSideChannel.cancel(packageName, id, tag);
 }
コード例 #2
0
 public void send(INotificationSideChannel paramINotificationSideChannel)
   throws RemoteException
 {
   paramINotificationSideChannel.notify(packageName, id, tag, notif);
 }