Loading telecomm/java/android/telecom/TelecomManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -297,6 +297,16 @@ public class TelecomManager { */ public static final String METADATA_IN_CALL_SERVICE_UI = "android.telecom.IN_CALL_SERVICE_UI"; /** * A boolean meta-data value indicating whether an {@link InCallService} implements an * in-call user interface to be used while the device is in car-mode (see * {@link android.content.res.Configuration.UI_MODE_TYPE_CAR}). * * @hide */ public static final String METADATA_IN_CALL_SERVICE_CAR_MODE_UI = "android.telecom.IN_CALL_SERVICE_CAR_MODE_UI"; /** * The dual tone multi-frequency signaling character sent to indicate the dialing system should * pause for a predefined period. Loading Loading
telecomm/java/android/telecom/TelecomManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -297,6 +297,16 @@ public class TelecomManager { */ public static final String METADATA_IN_CALL_SERVICE_UI = "android.telecom.IN_CALL_SERVICE_UI"; /** * A boolean meta-data value indicating whether an {@link InCallService} implements an * in-call user interface to be used while the device is in car-mode (see * {@link android.content.res.Configuration.UI_MODE_TYPE_CAR}). * * @hide */ public static final String METADATA_IN_CALL_SERVICE_CAR_MODE_UI = "android.telecom.IN_CALL_SERVICE_CAR_MODE_UI"; /** * The dual tone multi-frequency signaling character sent to indicate the dialing system should * pause for a predefined period. Loading