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.java131 DataConnectionRealTimeInfo dataConnectionRealTimeInfo, in DataConnectionRealTimeInfoEvent() argument
133 mTime = dataConnectionRealTimeInfo.getTime(); in DataConnectionRealTimeInfoEvent()
136 dataConnectionRealTimeInfo.getDcPowerState()); in DataConnectionRealTimeInfoEvent()
137 mDataConnectionRealTimeInfo = dataConnectionRealTimeInfo; in DataConnectionRealTimeInfoEvent()
149 JSONObject dataConnectionRealTimeInfo = new JSONObject(); in toJSON() local
151 dataConnectionRealTimeInfo.put( in toJSON()
154 dataConnectionRealTimeInfo.put( in toJSON()
157 dataConnectionRealTimeInfo.put( in toJSON()
161 return dataConnectionRealTimeInfo; in toJSON()