Home
last modified time | relevance | path

Searched defs:MESSAGE_DEVICE_BATTERY_STATE (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/
H A DMessageTypeAndValueHelper.java71 MSG_TYPE_TO_DC_MSG_TYPE.put(Communicator.MESSAGE_DEVICE_BATTERY_STATE, in MSG_TYPE_TO_DC_MSG_TYPE.put()
72 CallDiagnostics.MESSAGE_DEVICE_BATTERY_STATE); in MSG_TYPE_TO_DC_MSG_TYPE.put()
H A DDtmfTransport.java154 new Communicator.Message(Communicator.MESSAGE_DEVICE_BATTERY_STATE, in DTMF_TO_MESSAGE.put()
157 new Communicator.Message(Communicator.MESSAGE_DEVICE_BATTERY_STATE, in DTMF_TO_MESSAGE.put()
160 new Communicator.Message(Communicator.MESSAGE_DEVICE_BATTERY_STATE, in DTMF_TO_MESSAGE.put()
H A DCommunicator.java46 public static final int MESSAGE_DEVICE_BATTERY_STATE = 3; field in Communicator
H A DRtpTransport.java141 Communicator.MESSAGE_DEVICE_BATTERY_STATE, in DEVICE_STATE_MSG_TYPE_TO_RTP_BITS.put()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallDiagnostics.java141 public static final int MESSAGE_DEVICE_BATTERY_STATE = 3; field in CallDiagnostics