OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mParentApp
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java
73
mParentApp
.registerForReady(this, EVENT_APP_READY, null);
81
mParentApp
.unregisterForReady(this);
RuimRecords.java
116
mParentApp
.registerForReady(this, EVENT_APP_READY, null);
125
mParentApp
.unregisterForReady(this);
668
mCi.getIMSIForApp(
mParentApp
.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
732
if (
mParentApp
== null) {
736
if (
mParentApp
.getType() == AppType.APPTYPE_CSIM &&
770
!refreshResponse.aid.equals(
mParentApp
.getAid())) {
SIMRecords.java
204
mParentApp
.registerForReady(this, EVENT_APP_READY, null);
214
mParentApp
.unregisterForReady(this);
[
all
...]
IccFileHandler.java
97
protected final UiccCardApplication
mParentApp
;
129
mParentApp
= app;
IccRecords.java
44
protected UiccCardApplication
mParentApp
;
103
+ "
mParentApp
=" +
mParentApp
150
mParentApp
= app;
158
mParentApp
= null;
377
if (
mParentApp
.getState() == AppState.APPSTATE_READY) {
513
pw.println("
mParentApp
=" +
mParentApp
);
Completed in 51 milliseconds