Searched defs:mParentApp (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccFileHandler.java97 protected final UiccCardApplication mParentApp; field in class:IccFileHandler
129 mParentApp = app;
H A DIccRecords.java44 protected UiccCardApplication mParentApp; field in class:IccRecords
107 + " mParentApp=" + mParentApp
154 mParentApp = app;
162 mParentApp = null;
319 // Check for null pointers, mParentApp can be null after dispose,
321 UiccCardApplication parentApp = mParentApp;
336 log("getServiceProviderName: mParentApp is null");
413 UiccCardApplication parentApp = mParentApp;
584 UiccCardApplication parentApp = mParentApp;
[all...]

Completed in 15 milliseconds