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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java68 * DataConnection StateMachine.
74 * NOTE: All DataConnection objects must be running on the same looper, which is the default
77 public class DataConnection extends StateMachine { class in inherits:StateMachine
237 * @return DataConnection that was created.
239 public static DataConnection makeDataConnection(Phone phone, int id,
242 DataConnection dc = new DataConnection(phone,
390 private DataConnection(Phone phone, String name, int id, method in class:DataConnection
396 if (DBG) log("DataConnection created");
438 if (cp.mApnContext != null) cp.mApnContext.requestLog("DataConnection
[all...]

Completed in 57 milliseconds