Home
last modified time | relevance | path

Searched refs:CAR_INTENT_ACTION_RECEIVER_SERVICE (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/occupantconnection/
DAbstractReceiverServiceUnitTest.java19 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()
/packages/services/Car/car-lib/src/android/car/occupantconnection/
DAbstractReceiverService.java19 import static android.car.Car.CAR_INTENT_ACTION_RECEIVER_SERVICE;
224 if (CAR_INTENT_ACTION_RECEIVER_SERVICE.equals(intent.getAction())) { in onBind()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarOccupantConnectionServiceTest.java19 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()
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarOccupantConnectionService.java19 import static android.car.Car.CAR_INTENT_ACTION_RECEIVER_SERVICE;
736 Intent intent = new Intent(CAR_INTENT_ACTION_RECEIVER_SERVICE); in bindReceiverServiceLocked()
/packages/services/Car/car-lib/src/android/car/
DCar.java1480 public static final String CAR_INTENT_ACTION_RECEIVER_SERVICE = field in Car
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt17 android.car Car String CAR_INTENT_ACTION_RECEIVER_SERVICE
/packages/services/Car/car-lib/api/
Dlint-baseline.txt46 IntentName: android.car.Car#CAR_INTENT_ACTION_RECEIVER_SERVICE:
47 Intent action constant name must be ACTION_FOO: CAR_INTENT_ACTION_RECEIVER_SERVICE