Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyEvents.java130 DataConnectionRealTimeInfo dataConnectionRealTimeInfo, in DataConnectionRealTimeInfoEvent() argument
132 mTime = dataConnectionRealTimeInfo.getTime(); in DataConnectionRealTimeInfoEvent()
135 dataConnectionRealTimeInfo.getDcPowerState()); in DataConnectionRealTimeInfoEvent()
136 mDataConnectionRealTimeInfo = dataConnectionRealTimeInfo; in DataConnectionRealTimeInfoEvent()
148 JSONObject dataConnectionRealTimeInfo = new JSONObject(); in toJSON() local
150 dataConnectionRealTimeInfo.put( in toJSON()
153 dataConnectionRealTimeInfo.put( in toJSON()
156 dataConnectionRealTimeInfo.put( in toJSON()
160 return dataConnectionRealTimeInfo; in toJSON()