Searched defs:DataConnection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataConnection.java46 * DataConnection StateMachine.
64 public abstract class DataConnection extends StateMachine { class in inherits:StateMachine
265 protected DataConnection(PhoneBase phone, String name, int id, RetryManager rm, method in class:DataConnection
269 if (DBG) log("DataConnection constructor E");
286 if (DBG) log("DataConnection constructor X");
397 * in a DataConnection because there is one per connection.
407 * Get the DataConnection ID
415 * in the DataConnection because there is one per connection. These methods
417 * maybe managed by the DataConnection itself and these methods could disappear.
1244 pw.print("DataConnection ");
[all...]

Completed in 59 milliseconds