OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GSMPhone
(Results
1 - 11
of
11
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java
27
import com.android.internal.telephony.gsm.
GSMPhone
;
41
private
GSMPhone
mGSMPhone;
55
mGSMPhone = new
GSMPhone
(mContext, sc, new TestPhoneNotifier(), true);
91
public
GSMPhone
getGSMPhone() {
GSMPhoneTest.java
33
import com.android.internal.telephony.gsm.
GSMPhone
;
44
private
GSMPhone
mGSMPhone;
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java
30
import com.android.internal.telephony.gsm.
GSMPhone
;
121
Rlog.i(LOG_TAG, "Creating
GSMPhone
");
122
sProxyPhone = new PhoneProxy(new
GSMPhone
(context,
191
Phone phone = new
GSMPhone
(sContext, sCommandsInterface, sPhoneNotifier);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimPhoneBookInterfaceManager.java
36
public SimPhoneBookInterfaceManager(
GSMPhone
phone) {
GsmMmiCode.java
115
GSMPhone
mPhone;
183
newFromDialString(String dialString,
GSMPhone
phone, UiccCardApplication app) {
232
boolean isUssdRequest,
GSMPhone
phone, UiccCardApplication app) {
252
GSMPhone
phone,
407
GsmMmiCode (
GSMPhone
phone, UiccCardApplication app) {
514
static private boolean isShortCode(String dialString,
GSMPhone
phone) {
550
static private boolean isShortCodeUSSD(String dialString,
GSMPhone
phone) {
852
* Called from
GSMPhone
[
all
...]
GSMPhone.java
89
public class
GSMPhone
extends PhoneBase {
93
static final String LOG_TAG = "
GSMPhone
";
141
GSMPhone
(Context context, CommandsInterface ci, PhoneNotifier notifier) {
146
GSMPhone
(Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) {
196
"
GSMPhone
debug");
248
if(LOCAL_DEBUG) Rlog.d(LOG_TAG, "
GSMPhone
finalized");
808
Rlog.e(LOG_TAG, "[
GSMPhone
] sendBurstDtmf() is a CDMA method");
881
Rlog.e(LOG_TAG, "[
GSMPhone
] getEsn() is a CDMA method");
887
Rlog.e(LOG_TAG, "[
GSMPhone
] getMeid() is a CDMA method");
[
all
...]
GsmCallTracker.java
43
import com.android.internal.telephony.gsm.
GSMPhone
;
84
GSMPhone
mPhone;
97
GsmCallTracker (
GSMPhone
phone) {
733
//***** Called from
GSMPhone
[
all
...]
GsmConnection.java
369
GSMPhone
phone = mOwner.mPhone;
GsmServiceStateTracker.java
89
GSMPhone
mPhone;
200
public GsmServiceStateTracker(
GSMPhone
phone) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java
39
import com.android.internal.telephony.gsm.
GSMPhone
;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java
60
import com.android.internal.telephony.gsm.
GSMPhone
;
[
all
...]
Completed in 88 milliseconds