Home
last modified time | relevance | path

Searched refs:appFocusService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/cluster/
DClusterNavigationService.java107 public ClusterNavigationService(Context context, AppFocusService appFocusService) { in ClusterNavigationService() argument
109 mAppFocusService = appFocusService; in ClusterNavigationService()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java1258 public Builder setAppFocusService(AppFocusService appFocusService) { in setAppFocusService() argument
1259 mAppFocusService = appFocusService; in setAppFocusService()