Searched refs:CompanionDeviceSupportService (Results 1 – 3 of 3) sorted by relevance
40 import com.android.car.companiondevicesupport.service.CompanionDeviceSupportService;67 Intent intent = new Intent(mContext, CompanionDeviceSupportService.class); in start()68 intent.setAction(CompanionDeviceSupportService.ACTION_BIND_CONNECTED_DEVICE_MANAGER); in start()
20 import static com.android.car.companiondevicesupport.service.CompanionDeviceSupportService.ACTION_B…50 import com.android.car.companiondevicesupport.service.CompanionDeviceSupportService;83 Intent intent = new Intent(getApplication(), CompanionDeviceSupportService.class); in AssociatedDeviceViewModel()
48 public class CompanionDeviceSupportService extends Service { class