Home
last modified time | relevance | path

Searched refs:mNotificationMsgFeature (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgFeatureTest.java68 private NotificationMsgFeature mNotificationMsgFeature; field in NotificationMsgFeatureTest
79 mNotificationMsgFeature = new NotificationMsgFeature(mContext, mNotificationMsgDelegate); in setUp()
84 mNotificationMsgFeature.start(); in startShouldClearInternalMemory()
103 mNotificationMsgFeature.start(); in stopShouldDestroyDelegate()
110 mNotificationMsgFeature.stop(); in stopShouldDestroyDelegate()
118 mNotificationMsgFeature.onMessageReceived(mCompanionDevice, in onMessageReceivedShouldPassMessageToDelegate()
127 mNotificationMsgFeature.start(); in onMessageReceivedShouldCheckDeviceConnection()
129 mNotificationMsgFeature.onMessageReceived(mCompanionDevice, in onMessageReceivedShouldCheckDeviceConnection()
139 mNotificationMsgFeature.start(); in unknownDeviceDisconnectedShouldDoNothing()
141 mNotificationMsgFeature.onDeviceDisconnected(mCompanionDevice); in unknownDeviceDisconnectedShouldDoNothing()
[all …]
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgService.java58 private NotificationMsgFeature mNotificationMsgFeature; field in NotificationMsgService
79 mNotificationMsgFeature = new NotificationMsgFeature(this, mNotificationMsgDelegate); in onCreate()
80 mNotificationMsgFeature.start(); in onCreate()
87 mNotificationMsgFeature.stop(); in onDestroy()
146 mNotificationMsgFeature.sendData(key.getDeviceId(), in handleDismissNotificationIntent()
156 mNotificationMsgFeature.sendData(key.getDeviceId(), in handleMarkAsReadIntent()
168 mNotificationMsgFeature.sendData(key.getDeviceId(), in handleReplyIntent()