OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEcmExitRespRegistrant
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java
125
//
mEcmExitRespRegistrant
is informed after the phone has been exited the emergency
127
private Registrant
mEcmExitRespRegistrant
;
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java
122
//
mEcmExitRespRegistrant
is informed after the phone has been exited
126
private Registrant
mEcmExitRespRegistrant
;
722
mEcmExitRespRegistrant
= new Registrant (h, what, obj);
727
mEcmExitRespRegistrant
.clear();
[
all
...]
Completed in 33 milliseconds