Home
last modified time | relevance | path

Searched defs:msgType (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NetworkStack/src/android/net/ip/
DIpNeighborMonitor.java94 final short msgType; field in IpNeighborMonitor.NeighborEvent
100 public NeighborEvent(long elapsedMs, short msgType, int ifindex, InetAddress ip, in NeighborEvent()
208 final short msgType = neighMsg.getHeader().nlmsg_type; in evaluateRtNetlinkNeighborMessage() local
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestErrorDialogFragment.java58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DNetworkRequestErrorDialogFragment.java58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java85 BluetoothMapUtils.TYPE msgType = (Objects.equals(searchIntent.getAction(), in parsePackages() local
DBluetoothMapContent.java508 int msgType = 0; in setSent() local
997 int msgType = c.getInt(fi.mSmsColType); in setRecipientAddressing() local
1038 int msgType = c.getInt(fi.mSmsColType); in setRecipientName() local
1078 int msgType = c.getInt(fi.mSmsColType); in setSenderAddressing() local
1171 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in setSenderName() local
1565 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchRecipientSms() local
1659 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchOriginatorSms() local
2083 int msgType = ap.getFilterMessageType(); in smsSelected() local
2120 int msgType = ap.getFilterMessageType(); in mmsSelected() local
2145 int msgType = ap.getFilterMessageType(); in emailSelected() local
[all …]
DBluetoothMapContentObserver.java596 public TYPE msgType; field in BluetoothMapContentObserver.Event
624 Event(String eventType, long handle, String folder, String oldFolder, TYPE msgType) { in Event()
640 Event(String eventType, long handle, String folder, TYPE msgType) { in Event()
648 Event(String eventType, long handle, String folder, TYPE msgType, String datetime, in Event()
665 Event(String eventType, long handle, String folder, TYPE msgType, String datetime, in Event()
689 Event(String eventType, String uci, TYPE msgType, String name, String priority, in Event()
DBluetoothMapObexServer.java785 BluetoothMapUtils.TYPE msgType; in setMessageStatus() local
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DEventReport.java133 private Bmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java197 public SapMessage(int msgType) { in SapMessage()
217 public void setMsgType(int msgType) { in setMsgType()
1204 public static String getMsgTypeName(int msgType) { in getMsgTypeName()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java550 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
618 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
660 private GenericPdu createPdu(final int msgType, final PduHeaders headers, final PduBody body) in createPdu()
704 private PduBody loadBody(final long msgId, final int msgType) throws MmsException { in loadBody()
1403 final int msgType = pdu.getMessageType(); in persist() local