OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GsmConnection
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java
98
//***** Called from
GsmConnection
115
* Called by
GsmConnection
when it has disconnected
118
connectionDisconnected(
GsmConnection
conn) {
141
detach(
GsmConnection
conn) {
150
update (
GsmConnection
conn, DriverCall dc) {
186
GsmConnection
cn = (
GsmConnection
)mConnections.get(i);
199
GsmConnection
cn = (
GsmConnection
)mConnections.get(i);
GsmCallTracker.java
45
import com.android.internal.telephony.gsm.
GsmConnection
;
67
GsmConnection
mConnections[] = new
GsmConnection
[MAX_CONNECTIONS];
73
ArrayList<
GsmConnection
> mDroppedDuringPoll
74
= new ArrayList<
GsmConnection
>(MAX_CONNECTIONS);
81
GsmConnection
pendingMO;
113
for(
GsmConnection
c : mConnections) {
169
GsmConnection
conn = (
GsmConnection
)connCopy.get(i);
209
pendingMO = new
GsmConnection
(mPhone.getContext(), checkForTestEmergencyNumber(dialString)
[
all
...]
GsmConnection.java
39
public class
GsmConnection
extends Connection {
40
private static final String LOG_TAG = "
GsmConnection
";
122
GsmConnection
(Context context, DriverCall dc, GsmCallTracker ct, int index) {
146
GsmConnection
(Context context, String dialString, GsmCallTracker ct, GsmCall parent) {
285
Rlog.w(LOG_TAG, "
GsmConnection
.proceedAfterWaitChar(): Expected "
298
Rlog.w(LOG_TAG, "
GsmConnection
.proceedAfterWaitChar(): Expected "
GSMPhone.java
580
GsmConnection
conn = mCT.getConnectionByIndex(call, callIndex);
[
all
...]
Completed in 32 milliseconds