HomeSort by relevance Sort by last modified time
    Searched refs:INTENT_ACTION_STREAM_CALL_CONTROL (Results 1 - 3 of 3) sorted by null

  /packages/apps/Car/Stream/src/com/android/car/stream/telecom/
TelecomConstants.java 19 public static final String INTENT_ACTION_STREAM_CALL_CONTROL
CurrentCallStreamProducer.java 192 if (!TelecomConstants.INTENT_ACTION_STREAM_CALL_CONTROL.equals(intentAction)) {
225 new IntentFilter(TelecomConstants.INTENT_ACTION_STREAM_CALL_CONTROL));
CurrentCallConverter.java 56 Intent intent = new Intent(TelecomConstants.INTENT_ACTION_STREAM_CALL_CONTROL);

Completed in 206 milliseconds