Searched refs:aidlInstances (Results 1 – 4 of 4) sorted by relevance
114 private void initForInstances(String[] aidlInstances, String[] hidlInstances) throws Exception {124 argThat(isOneOf(aidlInstances)), any(IServiceCallback.class));125 when(mMockedAidlManager.waitForDeclaredService(argThat(isOneOf(aidlInstances))))128 when(mMockedAidlManager.waitForDeclaredService(not(argThat(isOneOf(aidlInstances)))))
72 public void addAidlSensors(@NonNull String[] aidlInstances) { in addAidlSensors() argument73 for (String aidlInstance : aidlInstances) { in addAidlSensors()
78 public void addAidlConfigs(@NonNull String[] aidlInstances) { in addAidlConfigs() argument79 for (String aidlInstance : aidlInstances) { in addAidlConfigs()
167 private void initServiceWith(String... aidlInstances) { in initServiceWith() argument170 () -> aidlInstances, in initServiceWith()182 private void initServiceWithAndWait(String... aidlInstances) throws Exception { in initServiceWithAndWait() argument183 initServiceWith(aidlInstances); in initServiceWithAndWait()