OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImsPhoneMmiCode
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java
114
ArrayList <
ImsPhoneMmiCode
> mPendingMMIs = new ArrayList<
ImsPhoneMmiCode
>();
218
public List<? extends
ImsPhoneMmiCode
>
489
ImsPhoneMmiCode
mmi =
490
ImsPhoneMmiCode
.newFromDialString(networkPortion, this);
771
ImsPhoneMmiCode
mmi =
ImsPhoneMmiCode
.newFromUssdUserInput(ussdMessge, this);
848
onNetworkInitiatedUssd(
ImsPhoneMmiCode
mmi) {
868
ImsPhoneMmiCode
found = null;
889
ImsPhoneMmiCode
mmi
[
all
...]
ImsPhoneMmiCode.java
66
public final class
ImsPhoneMmiCode
extends Handler implements MmiCode {
67
static final String LOG_TAG = "
ImsPhoneMmiCode
";
231
static
ImsPhoneMmiCode
234
ImsPhoneMmiCode
ret = null;
240
ret = new
ImsPhoneMmiCode
(phone);
257
ret = new
ImsPhoneMmiCode
(phone);
265
ret = new
ImsPhoneMmiCode
(phone);
272
ret = new
ImsPhoneMmiCode
(phone);
279
static
ImsPhoneMmiCode
282
ImsPhoneMmiCode
ret
[
all
...]
Completed in 47 milliseconds