Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/moduleutils/src/android/net/ip/
DIpNeighborMonitor.java82 final short msgType; field in IpNeighborMonitor.NeighborEvent
88 public NeighborEvent(long elapsedMs, short msgType, int ifindex, InetAddress ip, in NeighborEvent()
140 final short msgType = neighMsg.getHeader().nlmsg_type; in processNetlinkMessage() local
DConntrackMonitor.java67 public final short msgType; field in ConntrackMonitor.ConntrackEvent
94 public ConntrackEvent(short msgType, ConntrackMessage.Tuple tupleOrig, in ConntrackEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapMessageTest.java72 int msgType = ID_CONNECT_REQ; in settersAndGetters() local
143 int msgType = ID_CONNECT_REQ; in writeAndRead() local
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/
DNetworkRequestErrorDialogFragment.java54 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DNetworkRequestErrorDialogFragment.java58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestErrorDialogFragment.java58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DEventReportTest.java46 Bmessage.Type msgType = Bmessage.Type.MMS; in fromStream() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java85 BluetoothMapUtils.TYPE msgType = (Objects.equals(searchIntent.getAction(), in parsePackages() local
DBluetoothMapContent.java522 int msgType = 0; in setSent() local
1014 int msgType = c.getInt(fi.mSmsColType); in setRecipientAddressing() local
1055 int msgType = c.getInt(fi.mSmsColType); in setRecipientName() local
1096 int msgType = c.getInt(fi.mSmsColType); in setSenderAddressing() local
1190 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in setSenderName() local
1594 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchRecipientSms() local
1688 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchOriginatorSms() local
2114 int msgType = ap.getFilterMessageType(); in smsSelected() local
2152 int msgType = ap.getFilterMessageType(); in mmsSelected() local
2177 int msgType = ap.getFilterMessageType(); in emailSelected() local
[all …]
DBluetoothMapContentObserver.java623 public TYPE msgType; field in BluetoothMapContentObserver.Event
652 Event(String eventType, long handle, String folder, String oldFolder, TYPE msgType) { in Event()
668 Event(String eventType, long handle, String folder, TYPE msgType) { in Event()
676 Event(String eventType, long handle, String folder, TYPE msgType, String datetime, in Event()
693 Event(String eventType, long handle, String folder, TYPE msgType, String datetime, in Event()
717 Event(String eventType, String uci, TYPE msgType, String name, String priority, in Event()
DBluetoothMapObexServer.java791 BluetoothMapUtils.TYPE msgType; in setMessageStatus() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DEventReport.java133 private Bmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DConntrackMonitorTest.java201 private ConntrackEvent makeTestConntrackEvent(short msgType, int status, int timeoutSec) { in makeTestConntrackEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java199 public SapMessage(int msgType) { in SapMessage()
220 public void setMsgType(int msgType) { in setMsgType()
1194 public static String getMsgTypeName(int msgType) { in getMsgTypeName()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DUserData.java128 public int msgType; field in UserData
DBearerData.java339 int msgType) in decodeGsmDcs()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java551 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
619 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
661 private GenericPdu createPdu(final int msgType, final PduHeaders headers, final PduBody body) in createPdu()
705 private PduBody loadBody(final long msgId, final int msgType) throws MmsException { in loadBody()
1403 final int msgType = pdu.getMessageType(); in persist() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DMapMceTestFragment.java284 private void sendNewMsgOnClick(int msgType) { in sendNewMsgOnClick()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java318 public Builder setMsgType(short msgType) { in setMsgType()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java2166 void notify(int msgType) { in notify()