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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java118 static class ConnectionParams { class in class:DataConnection
127 ConnectionParams(ApnContext apnContext, int initialMaxRetry, int profileId, method in class:DataConnection.ConnectionParams
170 private ConnectionParams mConnectionParams;
496 * and the ConnectionParams will be returned with the
501 private void onConnect(ConnectionParams cp) {
619 * @param cp is the ConnectionParams
623 private void notifyConnectCompleted(ConnectionParams cp, DcFailCause cause, boolean sendAll) {
749 ConnectionParams cp = (ConnectionParams) ar.userObj;
998 private boolean initConnection(ConnectionParams c
[all...]

Completed in 48 milliseconds