Searched refs:notificationClient (Results 1 – 3 of 3) sorted by relevance
160 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient() local165 mNotificationClients.add(uid, notificationClient); in registerClient()168 binder->linkToDeath(notificationClient); in registerClient()
1317 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient() local1320 ALOGV("registerClient() client %p, pid %d", notificationClient.get(), pid); in registerClient()1322 mNotificationClients.add(pid, notificationClient); in registerClient()1325 binder->linkToDeath(notificationClient); in registerClient()
719 notificationClient, Class<?> serviceClass)}.723 <li><code>notificationClient</code>: A {@link android.app.PendingIntent} to start your main