Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java883 RIL_SIM_SAP_STATUS_IND indMsg = in createUnsolicited() local
886 if (indMsg.hasStatusChange()) { in createUnsolicited()
887 setStatusChange(indMsg.getStatusChange()); in createUnsolicited()
901 RIL_SIM_SAP_DISCONNECT_IND indMsg = in createUnsolicited() local
904 if (indMsg.hasDisconnectType()) { in createUnsolicited()
905 setDisconnectionType(indMsg.getDisconnectType()); in createUnsolicited()