Searched refs:PerUserCarService (Results 1 – 3 of 3) sorted by relevance
43 public class PerUserCarService extends Service { class45 private static final String TAG = CarLog.tagFor(PerUserCarService.class);
56 private final PerUserCarService mService;81 public CarBluetoothUserService(PerUserCarService service) { in CarBluetoothUserService()
157 Intent startIntent = new Intent(mContext, PerUserCarService.class); in bindToPerUserCarService()