Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java880 RIL_SIM_SAP_STATUS_IND indMsg = in createUnsolicited() local
883 if(indMsg.hasStatusChange()) { in createUnsolicited()
884 setStatusChange(indMsg.getStatusChange()); in createUnsolicited()
897 RIL_SIM_SAP_DISCONNECT_IND indMsg = in createUnsolicited() local
900 if(indMsg.hasDisconnectType()) { in createUnsolicited()
901 setDisconnectionType(indMsg.getDisconnectType()); in createUnsolicited()