Home
last modified time | relevance | path

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

/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubTrivialNanoAppsTestExecutor.java35 private final ContextHubInfo mContextHubInfo; field in ContextHubTrivialNanoAppsTestExecutor
39 mContextHubInfo = info; in ContextHubTrivialNanoAppsTestExecutor()
46 boolean success = ChreTestUtil.loadNanoApp(mContextHubManager, mContextHubInfo, binary); in run()
49 ChreTestUtil.unloadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, in run()
DContextHubBadNanoAppsTestExecutor.java39 private final ContextHubInfo mContextHubInfo; field in ContextHubBadNanoAppsTestExecutor
43 mContextHubInfo = info; in ContextHubBadNanoAppsTestExecutor()
74 boolean success = ChreTestUtil.loadNanoApp(mContextHubManager, mContextHubInfo, binary); in runInvalidBinaryTest()
DContextHubGeneralTestExecutor.java67 private final ContextHubInfo mContextHubInfo; field in ContextHubGeneralTestExecutor
142 mContextHubInfo = info; in ContextHubGeneralTestExecutor()
200 mContextHubClient = mContextHubManager.createClient(mContextHubInfo, this); in init()
205 ChreTestUtil.loadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, in init()
252 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, in deinit()
327 return mContextHubInfo; in getContextHubInfo()
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
DChreCrossValidatorBase.java48 private final ContextHubInfo mContextHubInfo; field in ChreCrossValidatorBase
69 mContextHubInfo = contextHubInfo; in ChreCrossValidatorBase()
84 mContextHubClient = mContextHubManager.createClient(mContextHubInfo, callback); in ChreCrossValidatorBase()
95 ChreTestUtil.loadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, mNappBinary); in init()
116 mContextHubManager, mContextHubInfo, mNappBinary.getNanoAppId()); in deinit()
127 ChreTestUtil.queryNanoAppsAssertSuccess(mContextHubManager, mContextHubInfo); in unloadAllNanoApps()
131 mContextHubManager, mContextHubInfo, state.getNanoAppId()); in unloadAllNanoApps()
/system/chre/java/test/permissions/src/com/google/android/chre/test/permissions/
DContextHubFrameworkPermissionsTestExecutor.java56 private final ContextHubInfo mContextHubInfo; field in ContextHubFrameworkPermissionsTestExecutor
71 mContextHubInfo = info; in ContextHubFrameworkPermissionsTestExecutor()
77 mContextHubClient = mContextHubManager.createClient(mContextHubInfo, this); in ContextHubFrameworkPermissionsTestExecutor()
108 ChreTestUtil.loadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, mNanoAppBinary); in init()
136 "cmd contexthub deny " + mContextHubInfo.getId() in permissionsDisabledTest()
182 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
DContextHubChrePermissionsTestExecutor.java57 private final ContextHubInfo mContextHubInfo; field in ContextHubChrePermissionsTestExecutor
66 mContextHubInfo = info; in ContextHubChrePermissionsTestExecutor()
70 mContextHubClient = mContextHubManager.createClient(mContextHubInfo, this); in ContextHubChrePermissionsTestExecutor()
91 ChreTestUtil.loadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, mNanoAppBinary); in init()
132 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
/system/chre/java/test/audio_concurrency/src/com/google/android/chre/test/audioconcurrency/
DContextHubAudioConcurrencyTestExecutor.java61 private final ContextHubInfo mContextHubInfo; field in ContextHubAudioConcurrencyTestExecutor
74 mContextHubInfo = info; in ContextHubAudioConcurrencyTestExecutor()
78 mContextHubClient = mContextHubManager.createClient(mContextHubInfo, this); in ContextHubAudioConcurrencyTestExecutor()
125 ChreTestUtil.loadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, mNanoAppBinary); in init()
170 ChreTestUtil.unloadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
/system/chre/java/test/settings/src/com/google/android/chre/test/setting/
DContextHubSettingsTestExecutor.java63 private final ContextHubInfo mContextHubInfo; field in ContextHubSettingsTestExecutor
81 mContextHubInfo = info.get(0); in ContextHubSettingsTestExecutor()
83 mContextHubClient = mContextHubManager.createClient(mContextHubInfo, this); in ContextHubSettingsTestExecutor()
132 ChreTestUtil.loadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, mNanoAppBinary); in init()
216 ChreTestUtil.unloadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()
/system/chre/java/test/stress/src/com/google/android/chre/test/stress/
DContextHubStressTestExecutor.java64 private final ContextHubInfo mContextHubInfo; field in ContextHubStressTestExecutor
82 mContextHubInfo = info; in ContextHubStressTestExecutor()
150 ChreTestUtil.loadNanoAppAssertSuccess(mContextHubManager, mContextHubInfo, in init()
153 mContextHubClient = mContextHubManager.createClient(mContextHubInfo, this); in init()
247 ChreTestUtil.unloadNanoApp(mContextHubManager, mContextHubInfo, mNanoAppId); in deinit()