Searched defs:contextHubManager (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowContextHubManagerTest.java | 52 ContextHubManager contextHubManager = in getContextHubs_returnsValidList() local 62 ContextHubManager contextHubManager = in createClient_returnsValidClient() local 71 ContextHubManager contextHubManager = context.getSystemService(ContextHubManager.class); in queryNanoApps_returnsValidNanoApps() local 98 ContextHubManager contextHubManager = context.getSystemService(ContextHubManager.class); in queryNanoApps_noNanoAppsAdded() local 115 ContextHubManager contextHubManager = in getContextHubHandles_returnsValidArray() local 124 ContextHubManager contextHubManager = in getContextHubInfo_returnsValidInfo() local 135 ContextHubManager contextHubManager = in getContextHubInfo_returnsInvalidInfo() local 145 ContextHubManager contextHubManager = context.getSystemService(ContextHubManager.class); in getNanoAppInstanceInfo_returnsValidInfo() local 163 ContextHubManager contextHubManager = context.getSystemService(ContextHubManager.class); in getNanoAppInstanceInfo_noNanoAppsAdded() local 205 ContextHubManager contextHubManager = context.getSystemService(ContextHubManager.class); in broadcastsFromContextHub_notifiesClient() local [all …]
|
H A D | ShadowContextHubClientTest.java | 101 ContextHubManager contextHubManager = context.getSystemService(ContextHubManager.class); in createContextHubClient() local
|
/aosp_15_r20/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
H A D | ChreTestUtil.java | 218 ContextHubManager contextHubManager, ContextHubInfo contextHubInfo) { in queryNanoAppsAssertSuccess() 242 public static int getNanoAppVersion(ContextHubManager contextHubManager, in getNanoAppVersion()
|
/aosp_15_r20/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/ |
H A D | ChreCrossValidatorBase.java | 63 ChreCrossValidatorBase(ContextHubManager contextHubManager, ContextHubInfo contextHubInfo, in ChreCrossValidatorBase()
|
H A D | ChreCrossValidatorWifi.java | 85 ContextHubManager contextHubManager, ContextHubInfo contextHubInfo, in ChreCrossValidatorWifi()
|
H A D | ChreCrossValidatorSensor.java | 120 public ChreCrossValidatorSensor(ContextHubManager contextHubManager, in ChreCrossValidatorSensor()
|
/aosp_15_r20/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
H A D | ContextHubPendingIntentTestExecutor.java | 72 public ContextHubPendingIntentTestExecutor(ContextHubManager contextHubManager, in ContextHubPendingIntentTestExecutor()
|
H A D | ContextHubReliableMessageTestExecutor.java | 70 public ContextHubReliableMessageTestExecutor(ContextHubManager contextHubManager, in ContextHubReliableMessageTestExecutor()
|
H A D | ContextHubClientSendMessageTestExecutor.java | 67 ContextHubManager contextHubManager, in ContextHubClientSendMessageTestExecutor()
|
H A D | ContextHubLoadAndUnloadNanoAppsTestExecutor.java | 106 ContextHubManager contextHubManager, ContextHubInfo contextHubInfo) { in ContextHubLoadAndUnloadNanoAppsTestExecutor()
|