Searched refs:notificationClient (Results 1 – 2 of 2) sorted by relevance
109 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient() local114 mNotificationClients.add(uid, notificationClient); in registerClient()117 binder->linkToDeath(notificationClient); in registerClient()
1397 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient() local1400 ALOGV("registerClient() client %p, pid %d", notificationClient.get(), pid); in registerClient()1402 mNotificationClients.add(pid, notificationClient); in registerClient()1405 binder->linkToDeath(notificationClient); in registerClient()