Searched refs:mNotificationMsgFeature (Results 1 – 2 of 2) sorted by relevance
68 private NotificationMsgFeature mNotificationMsgFeature; field in NotificationMsgFeatureTest79 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 …]
58 private NotificationMsgFeature mNotificationMsgFeature; field in NotificationMsgService79 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()