Home
last modified time | relevance | path

Searched refs:responseType (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanNative.java459 private static void onNanNotifyResponse(short transactionId, int responseType, int status, in onNanNotifyResponse() argument
464 + responseType + ", status=" + status + ", value=" + value); in onNanNotifyResponse()
467 switch (responseType) { in onNanNotifyResponse()
497 WifiNanStateManager.getInstance().onUnknownTransaction(responseType, transactionId, in onNanNotifyResponse()
503 private static void onNanNotifyResponsePublishSubscribe(short transactionId, int responseType, in onNanNotifyResponsePublishSubscribe() argument
508 + ", responseType=" + responseType + ", status=" + status + ", value=" in onNanNotifyResponsePublishSubscribe()
512 switch (responseType) { in onNanNotifyResponsePublishSubscribe()
530 WifiNanStateManager.getInstance().onUnknownTransaction(responseType, transactionId, in onNanNotifyResponsePublishSubscribe()
DWifiNanStateManager.java269 public void onUnknownTransaction(int responseType, short transactionId, int status) { in onUnknownTransaction() argument
272 data.putInt(MESSAGE_BUNDLE_KEY_RESPONSE_TYPE, responseType); in onUnknownTransaction()
1060 private void onUnknownTransactionLocal(int responseType, short transactionId, int status) { in onUnknownTransactionLocal() argument
1061 Log.e(TAG, "onUnknownTransaction: responseType=" + responseType + ", transactionId=" in onUnknownTransactionLocal()
/frameworks/opt/telephony/src/java/android/telephony/
DSmsCbCmasInfo.java197 public SmsCbCmasInfo(int messageClass, int category, int responseType, int severity, in SmsCbCmasInfo() argument
201 mResponseType = responseType; in SmsCbCmasInfo()
DCellBroadcastMessage.java196 int responseType; in createFromCursor() local
200 responseType = cursor.getInt(cmasResponseTypeColumn); in createFromCursor()
202 responseType = SmsCbCmasInfo.CMAS_RESPONSE_TYPE_UNKNOWN; in createFromCursor()
232 cmasInfo = new SmsCbCmasInfo(messageClass, cmasCategory, responseType, severity, in createFromCursor()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsCbTest.java146 int language, int encoding, String body, int cmasCategory, int responseType, in createCmasSmsMessage() argument
160 cmasBos.write(8, (responseType & 0xff)); in createCmasSmsMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
DBearerData.java1799 int responseType = SmsCbCmasInfo.CMAS_RESPONSE_TYPE_UNKNOWN; in decodeCmasUserData() local
1843 responseType = inStream.read(8); in decodeCmasUserData()
1857 bData.cmasWarningInfo = new SmsCbCmasInfo(messageClass, category, responseType, severity, in decodeCmasUserData()