Home
last modified time | relevance | path

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

12

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/structs/
DStructMrt6Msg.java30 public final byte msgType; // message type field in StructMrt6Msg
38 public StructMrt6Msg(final byte mbz, final byte msgType, final int mif, in StructMrt6Msg()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ip/
DIpNeighborMonitor.java85 public final short msgType; field in IpNeighborMonitor.NeighborEvent
93 public NeighborEvent(long elapsedMs, short msgType, int ifindex, @NonNull InetAddress ip, in NeighborEvent()
153 final short msgType = neighMsg.getHeader().nlmsg_type; in processNetlinkMessage() local
DConntrackMonitor.java66 public final short msgType; field in ConntrackMonitor.ConntrackEvent
93 public ConntrackEvent(short msgType, ConntrackMessage.Tuple tupleOrig, in ConntrackEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DEventReportTest.java46 Bmessage.Type msgType = Bmessage.Type.MMS; in fromStream() local
88 Bmessage.Type msgType = Bmessage.Type.MMS; in fromStreamWithDateTime() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapMessageTest.java71 int msgType = ID_CONNECT_REQ; in settersAndGetters() local
142 int msgType = ID_CONNECT_REQ; in writeAndRead() local
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DNetlinkConstantsTest.java71 private short makeCtType(short msgType) { in makeCtType()
DConntrackMessageTest.java50 private short makeCtType(short msgType) { in makeCtType()
/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/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/appcard/
DAppCardService.kt75 val msgType = MessageType.fromInt(msg.what) in <lambda>() constant
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecXfrmController.java156 final int msgType = msg.getHeader().nlmsg_type; in sendRequestAndGetResponse() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java92 BluetoothMapUtils.TYPE msgType = in parsePackages() local
DBluetoothMapContent.java528 int msgType = 0; in setSent() local
932 int msgType = c.getInt(fi.mSmsColType); in setRecipientAddressing() local
972 int msgType = c.getInt(fi.mSmsColType); in setRecipientName() local
1014 int msgType = c.getInt(fi.mSmsColType); in setSenderAddressing() local
1113 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in setSenderName() local
1524 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchRecipientSms() local
1604 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchOriginatorSms() local
2047 int msgType = ap.getFilterMessageType(); in smsSelected() local
2084 int msgType = ap.getFilterMessageType(); in mmsSelected() local
2106 int msgType = ap.getFilterMessageType(); in emailSelected() local
[all …]
DBluetoothMapContentObserver.java644 public TYPE msgType; field in BluetoothMapContentObserver.Event
673 Event(String eventType, long handle, String folder, String oldFolder, TYPE msgType) { in Event()
689 Event(String eventType, long handle, String folder, TYPE msgType) { in Event()
701 TYPE msgType, in Event()
725 TYPE msgType, in Event()
756 TYPE msgType, in Event()
DBluetoothMapObexServer.java863 BluetoothMapUtils.TYPE msgType; in setMessageStatus() local
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplayPanoManager/src/com/android/car/pano/manager/
DAppCardServiceManager.kt145 val msgType = MessageType.fromInt(msg.what) in handleMessage() constant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java194 public SapMessage(int msgType) { in SapMessage()
215 public void setMsgType(int msgType) { in setMsgType()
1221 public static String getMsgTypeName(int msgType) { in getMsgTypeName()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ip/
DConntrackMonitorTest.java201 private ConntrackEvent makeTestConntrackEvent(short msgType, int status, int timeoutSec) { in makeTestConntrackEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DEventReport.java139 private Bmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
/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.java282 private void sendNewMsgOnClick(int msgType) { in sendNewMsgOnClick()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DFiRaSecureChannel.java148 int msgType = msg.arg1; in handleScMessage() local

12