Home
last modified time | relevance | path

Searched refs:PerUserCarService (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/
H A DPerUserCarService.java43 public class PerUserCarService extends Service { class
45 private static final String TAG = CarLog.tagFor(PerUserCarService.class);
H A DCarBluetoothUserService.java56 private final PerUserCarService mService;
81 public CarBluetoothUserService(PerUserCarService service) { in CarBluetoothUserService()
H A DPerUserCarServiceHelper.java157 Intent startIntent = new Intent(mContext, PerUserCarService.class); in bindToPerUserCarService()