Home
last modified time | relevance | path

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

/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGeneralTestExecutor.java61 private final Set<Long> mNanoAppIdSet; field in ContextHubGeneralTestExecutor
144 mNanoAppIdSet = new HashSet<>(); in ContextHubGeneralTestExecutor()
146 mNanoAppIdSet.add(test.getNanoAppBinary().getNanoAppId()); in ContextHubGeneralTestExecutor()
152 if (mNanoAppIdSet.contains(message.getNanoAppId())) { in onMessageFromNanoApp()