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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataConnection.java42 * DataConnection StateMachine.
60 public abstract class DataConnection extends StateMachine { class in inherits:StateMachine
240 protected DataConnection(PhoneBase phone, String name, int id, RetryManager rm, method in class:DataConnection
243 if (DBG) log("DataConnection constructor E");
260 if (DBG) log("DataConnection constructor X");
371 * in a DataConnection because there is one per connection.
381 * Get the DataConnection ID
389 * in the DataConnection because there is one per connection. These methods
391 * maybe managed by the DataConnection itself and these methods could disappear.

Completed in 1599 milliseconds