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.java845 RIL_SIM_SAP_STATUS_IND indMsg = in createUnsolicited() local
848 if(indMsg.hasStatusChange()) { in createUnsolicited()
849 setStatusChange(indMsg.getStatusChange()); in createUnsolicited()
862 RIL_SIM_SAP_DISCONNECT_IND indMsg = in createUnsolicited() local
865 if(indMsg.hasDisconnectType()) { in createUnsolicited()
866 setDisconnectionType(indMsg.getDisconnectType()); in createUnsolicited()