Searched refs:notificationClient (Results 1 – 3 of 3) sorted by relevance
156 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient() local161 mNotificationClients.add(uid, notificationClient); in registerClient()164 binder->linkToDeath(notificationClient); in registerClient()
1207 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient() local1210 ALOGV("registerClient() client %p, pid %d", notificationClient.get(), pid); in registerClient()1212 mNotificationClients.add(pid, notificationClient); in registerClient()1215 binder->linkToDeath(notificationClient); in registerClient()
720 notificationClient, Class<?> serviceClass)}.724 <li><code>notificationClient</code>: A {@link android.app.PendingIntent} to start your main