Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A DFakeInstrumentClusterNavigation.java34 CarNavigationInstrumentCluster.createCluster(DEFAULT_MIN_UPDATE_INTERVAL_MILLIS);
56 CarNavigationInstrumentCluster.createCluster(minIntervalMillis); in setImageCodeClusterInfo()
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DLoggingClusterRenderingService.java44 CarNavigationInstrumentCluster.createCluster(1000); in getNavigationRenderer()
H A DClusterRenderingService.java343 CarNavigationInstrumentCluster.createCluster(1000); in getNavigationRenderer()
/aosp12/packages/services/Car/car-lib/src/android/car/navigation/
H A DCarNavigationInstrumentCluster.java74 public static CarNavigationInstrumentCluster createCluster(int minIntervalMillis) { in createCluster() method in CarNavigationInstrumentCluster
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DClusterHomeService.java266 return CarNavigationInstrumentCluster.createCluster(DEFAULT_MIN_UPDATE_INTERVAL_MILLIS); in getInstrumentClusterInfo()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-lint-baseline.txt423 MissingNullability: android.car.navigation.CarNavigationInstrumentCluster#createCluster(int):
424 Missing nullability on method `createCluster` return
H A Dsystem-current.txt1046 method public static android.car.navigation.CarNavigationInstrumentCluster createCluster(int);