Searched refs:CAR_INTENT_ACTION_RECEIVER_SERVICE (Results 1 – 7 of 7) sorted by relevance
19 import static android.car.Car.CAR_INTENT_ACTION_RECEIVER_SERVICE;50 mService.onBind(new Intent(CAR_INTENT_ACTION_RECEIVER_SERVICE)));146 assertThat(mService.onBind(new Intent(CAR_INTENT_ACTION_RECEIVER_SERVICE))) in testOnBind()
19 import static android.car.Car.CAR_INTENT_ACTION_RECEIVER_SERVICE;224 if (CAR_INTENT_ACTION_RECEIVER_SERVICE.equals(intent.getAction())) { in onBind()
19 import static android.car.Car.CAR_INTENT_ACTION_RECEIVER_SERVICE;230 assertThat(intent.getAction()).isEqualTo(CAR_INTENT_ACTION_RECEIVER_SERVICE); in testRegisterReceiverThenConnectReceiverService()275 assertThat(intent.getAction()).isEqualTo(CAR_INTENT_ACTION_RECEIVER_SERVICE); in testRegisterReceiverWithReceiverServiceConnected()
19 import static android.car.Car.CAR_INTENT_ACTION_RECEIVER_SERVICE;736 Intent intent = new Intent(CAR_INTENT_ACTION_RECEIVER_SERVICE); in bindReceiverServiceLocked()
1480 public static final String CAR_INTENT_ACTION_RECEIVER_SERVICE = field in Car
17 android.car Car String CAR_INTENT_ACTION_RECEIVER_SERVICE
46 IntentName: android.car.Car#CAR_INTENT_ACTION_RECEIVER_SERVICE:47 Intent action constant name must be ACTION_FOO: CAR_INTENT_ACTION_RECEIVER_SERVICE