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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java71 * DataConnection StateMachine.
83 * NOTE: All DataConnection objects must be running on the same looper, which is the default
86 public final class DataConnection extends StateMachine { class in inherits:StateMachine
110 // Utilities for the DataConnection
254 * @return DataConnection that was created.
256 static DataConnection makeDataConnection(PhoneBase phone, int id,
259 DataConnection dc = new DataConnection(phone,
407 private DataConnection(PhoneBase phone, String name, int id, method in class:DataConnection
413 if (DBG) log("DataConnection constructo
[all...]

Completed in 99 milliseconds