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
148 mParentApp = app;
H A DIccRecords.java52 protected UiccCardApplication mParentApp; field in class:IccRecords
124 + " mParentApp=" + mParentApp
169 mParentApp = app;
179 mParentApp = null;
354 // Check for null pointers, mParentApp can be null after dispose,
356 UiccCardApplication parentApp = mParentApp;
371 log("getServiceProviderName: mParentApp is null");
439 UiccCardApplication parentApp = mParentApp;
638 TelephonyManager.getDefault().setTelephonyProperty(mParentApp
[all...]

Completed in 42 milliseconds