OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GsmMmiCode
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
46
public final class
GsmMmiCode
extends Handler implements MmiCode {
47
static final String LOG_TAG = "
GsmMmiCode
";
182
static
GsmMmiCode
185
GsmMmiCode
ret = null;
191
ret = new
GsmMmiCode
(phone, app);
208
ret = new
GsmMmiCode
(phone, app);
216
ret = new
GsmMmiCode
(phone, app);
223
ret = new
GsmMmiCode
(phone, app);
230
static
GsmMmiCode
233
GsmMmiCode
ret
[
all
...]
GSMPhone.java
108
ArrayList <
GsmMmiCode
> mPendingMMIs = new ArrayList<
GsmMmiCode
>();
735
GsmMmiCode
mmi =
736
GsmMmiCode
.newFromDialString(networkPortion, this, mUiccApplication.get());
756
GsmMmiCode
mmi =
GsmMmiCode
.newFromDialString(dialString, this, mUiccApplication.get());
770
GsmMmiCode
mmi =
GsmMmiCode
.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get());
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java
35
import com.android.internal.telephony.gsm.
GsmMmiCode
;
[
all
...]
Completed in 438 milliseconds