Lines Matching refs:getData

571         msg.getData().putParcelable(MESSAGE_BUNDLE_KEY_CONFIG, configRequest);
572 msg.getData().putInt(MESSAGE_BUNDLE_KEY_UID, uid);
573 msg.getData().putInt(MESSAGE_BUNDLE_KEY_PID, pid);
574 msg.getData().putString(MESSAGE_BUNDLE_KEY_CALLING_PACKAGE, callingPackage);
575 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_NOTIFY_IDENTITY_CHANGE,
623 msg.getData().putParcelable(MESSAGE_BUNDLE_KEY_CONFIG, publishConfig);
636 msg.getData().putInt(MESSAGE_BUNDLE_KEY_SESSION_ID, sessionId);
650 msg.getData().putParcelable(MESSAGE_BUNDLE_KEY_CONFIG, subscribeConfig);
663 msg.getData().putInt(MESSAGE_BUNDLE_KEY_SESSION_ID, sessionId);
676 msg.getData().putInt(MESSAGE_BUNDLE_KEY_SESSION_ID, sessionId);
677 msg.getData().putInt(MESSAGE_BUNDLE_KEY_MESSAGE_PEER_ID, peerId);
678 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MESSAGE, message);
679 msg.getData().putInt(MESSAGE_BUNDLE_KEY_MESSAGE_ID, messageId);
680 msg.getData().putInt(MESSAGE_BUNDLE_KEY_RETRY_COUNT, retryCount);
783 msg.getData().putInt(MESSAGE_BUNDLE_KEY_PEER_ID, peerId);
784 msg.getData().putInt(MESSAGE_BUNDLE_KEY_CHANNEL_REQ_TYPE, channelRequestType);
785 msg.getData().putInt(MESSAGE_BUNDLE_KEY_CHANNEL, channel);
786 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, peer);
787 msg.getData().putString(MESSAGE_BUNDLE_KEY_INTERFACE_NAME, interfaceName);
788 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_PMK, pmk);
789 msg.getData().putString(MESSAGE_BUNDLE_KEY_PASSPHRASE, passphrase);
790 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_OOB, isOutOfBand);
803 msg.getData().putString(MESSAGE_BUNDLE_KEY_INTERFACE_NAME, interfaceName);
804 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_PMK, pmk);
805 msg.getData().putString(MESSAGE_BUNDLE_KEY_PASSPHRASE, passphrase);
806 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_OOB, isOutOfBand);
883 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SESSION_TYPE, isPublish);
896 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SESSION_TYPE, isPublish);
943 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, success);
944 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reasonOnFailure);
957 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, success);
958 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reasonOnFailure);
995 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, success);
996 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reasonOnFailure);
1007 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, success);
1008 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reasonOnFailure);
1050 msg.getData().putInt(MESSAGE_BUNDLE_KEY_REQ_INSTANCE_ID, requestorInstanceId);
1051 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, peerMac);
1052 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_SSI_DATA, serviceSpecificInfo);
1053 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_FILTER_DATA, matchFilter);
1054 msg.getData().putInt(MESSAGE_RANGING_INDICATION, rangingIndication);
1055 msg.getData().putInt(MESSAGE_RANGE_MM, rangeMm);
1068 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SESSION_TYPE, isPublish);
1082 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, peerMac);
1083 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MESSAGE_DATA, message);
1127 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, mac);
1140 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, mac);
1141 msg.getData().putBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG, accept);
1142 msg.getData().putInt(MESSAGE_BUNDLE_KEY_STATUS_CODE, reason);
1143 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MESSAGE_DATA, message);
1167 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, peerMac);
1168 msg.getData().putIntegerArrayList(MESSAGE_BUNDLE_KEY_NDP_IDS, ndpIds);
1368 int requestorInstanceId = msg.getData()
1370 byte[] peerMac = msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS);
1371 byte[] serviceSpecificInfo = msg.getData()
1373 byte[] matchFilter = msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_FILTER_DATA);
1374 int rangingIndication = msg.getData().getInt(MESSAGE_RANGING_INDICATION);
1375 int rangeMm = msg.getData().getInt(MESSAGE_RANGE_MM);
1384 boolean isPublish = msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SESSION_TYPE);
1392 byte[] peerMac = msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS);
1393 byte[] message = msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MESSAGE_DATA);
1450 int retryCount = sentMessage.getData()
1459 sentMessage.getData().putInt(MESSAGE_BUNDLE_KEY_RETRY_COUNT,
1462 int arrivalSeq = sentMessage.getData().getInt(
1475 msg.arg2, msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS),
1491 msg.arg2, msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS),
1492 msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG),
1493 msg.getData().getInt(MESSAGE_BUNDLE_KEY_STATUS_CODE),
1494 msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MESSAGE_DATA),
1512 msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS),
1513 msg.getData().getIntegerArrayList(MESSAGE_BUNDLE_KEY_NDP_IDS),
1550 ConfigRequest configRequest = (ConfigRequest) msg.getData()
1552 int uid = msg.getData().getInt(MESSAGE_BUNDLE_KEY_UID);
1553 int pid = msg.getData().getInt(MESSAGE_BUNDLE_KEY_PID);
1554 String callingPackage = msg.getData().getString(
1556 boolean notifyIdentityChange = msg.getData().getBoolean(
1584 PublishConfig publishConfig = (PublishConfig) msg.getData()
1593 int sessionId = msg.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID);
1604 SubscribeConfig subscribeConfig = (SubscribeConfig) msg.getData()
1613 int sessionId = msg.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID);
1623 + msg.getData().getInt(MESSAGE_BUNDLE_KEY_MESSAGE_ID)
1628 sendMsg.getData().putInt(MESSAGE_BUNDLE_KEY_MESSAGE_ARRIVAL_SEQ,
1656 Bundle data = sendMessage.getData();
1658 int sessionId = sendMessage.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID);
1663 msg.getData().putParcelable(MESSAGE_BUNDLE_KEY_SENT_MESSAGE, sendMessage);
1706 Bundle data = msg.getData();
1735 Bundle data = msg.getData();
1803 boolean isPublish = msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SESSION_TYPE);
1810 boolean isPublish = msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SESSION_TYPE);
1816 Message sentMessage = mCurrentCommand.getData().getParcelable(
1818 sentMessage.getData().putLong(MESSAGE_BUNDLE_KEY_SEND_MESSAGE_ENQUEUE_TIME,
1828 + sentMessage.getData().getInt(
1839 Message sentMessage = mCurrentCommand.getData().getParcelable(
1841 int arrivalSeq = sentMessage.getData().getInt(
1851 Message sentMessage = mCurrentCommand.getData().getParcelable(
1866 msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG),
1867 msg.getData().getInt(MESSAGE_BUNDLE_KEY_STATUS_CODE));
1871 msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG),
1872 msg.getData().getInt(MESSAGE_BUNDLE_KEY_STATUS_CODE));
1882 msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG),
1883 msg.getData().getInt(MESSAGE_BUNDLE_KEY_STATUS_CODE));
1887 msg.getData().getBoolean(MESSAGE_BUNDLE_KEY_SUCCESS_FLAG),
1888 msg.getData().getInt(MESSAGE_BUNDLE_KEY_STATUS_CODE));
1961 Message sentMessage = mCurrentCommand.getData().getParcelable(
2046 msg.getData().getLong(MESSAGE_BUNDLE_KEY_SEND_MESSAGE_ENQUEUE_TIME)
2073 long messageEnqueueTime = message.getData().getLong(
2531 Bundle data = completedCommand.getData();
2663 PublishConfig publishConfig = completedCommand.getData().getParcelable(
2667 SubscribeConfig subscribeConfig = completedCommand.getData().getParcelable(
2698 int sessionId = completedCommand.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID);
2757 int sessionId = failedCommand.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID);
2794 int sessionId = completedCommand.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID);
2795 int messageId = completedCommand.getData().getInt(MESSAGE_BUNDLE_KEY_MESSAGE_ID);
2823 int sessionId = failedCommand.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID);
2824 int messageId = failedCommand.getData().getInt(MESSAGE_BUNDLE_KEY_MESSAGE_ID);