Searched refs:sanitizedOptions (Results 1 – 4 of 4) sorted by relevance
144 List<CarSubscription> sanitizedOptions = new ArrayList<>();147 sanitizedOptions.add(inputOption);148 return sanitizedOptions;153 sanitizedOptions.add(inputOption);154 return sanitizedOptions;187 sanitizedOptions.add(enabledVurOption);188 sanitizedOptions.add(disabledVurOption);189 return sanitizedOptions;
428 List<CarSubscription> sanitizedOptions = in registerListener() local442 for (int i = 0; i < sanitizedOptions.size(); i++) { in registerListener()443 CarSubscription option = sanitizedOptions.get(i); in registerListener()447 + sanitizedOptions.get(i)); in registerListener()453 mSubscriptionManager.stageNewOptions(client, sanitizedOptions); in registerListener()467 for (int i = 0; i < sanitizedOptions.size(); i++) { in registerListener()468 CarSubscription option = sanitizedOptions.get(i); in registerListener()483 getAndDispatchPropertyInitValue(sanitizedOptions, finalClient)); in registerListener()
168 List<CarSubscription> sanitizedOptions = in testSanitizeEnableVariableUpdateRate() local172 assertThat(sanitizedOptions).containsExactly( in testSanitizeEnableVariableUpdateRate()
817 List<CarSubscription> sanitizedOptions = List.of( in testRegisterListenerWithSubscription_enableVurAndResolution() local827 verify(mHalService).subscribeProperty(sanitizedOptions); in testRegisterListenerWithSubscription_enableVurAndResolution()847 List<CarSubscription> sanitizedOptions = List.of( in testRegisterListenerWithSubscription_VurFeatureOff() local853 verify(mHalService).subscribeProperty(sanitizedOptions); in testRegisterListenerWithSubscription_VurFeatureOff()874 List<CarSubscription> sanitizedOptions = List.of( in testRegisterListenerWithSubscription_ResolutionFeatureOff() local881 verify(mHalService).subscribeProperty(sanitizedOptions); in testRegisterListenerWithSubscription_ResolutionFeatureOff()