Searched refs:mNanoAppIdSet (Results 1 – 1 of 1) sorted by relevance
61 private final Set<Long> mNanoAppIdSet; field in ContextHubGeneralTestExecutor144 mNanoAppIdSet = new HashSet<>(); in ContextHubGeneralTestExecutor()146 mNanoAppIdSet.add(test.getNanoAppBinary().getNanoAppId()); in ContextHubGeneralTestExecutor()152 if (mNanoAppIdSet.contains(message.getNanoAppId())) { in onMessageFromNanoApp()