Home
last modified time | relevance | path

Searched refs:mUiccType (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DGbaActivity.java65 private int mUiccType; field in GbaActivity
130 telephonyManager.bootstrapAuthenticationRequest(mUiccType, in initLayout()
269 mUiccType = TelephonyManager.APPTYPE_UNKNOWN; in initUicctype()
272 mUiccType = TelephonyManager.APPTYPE_SIM; in initUicctype()
275 mUiccType = TelephonyManager.APPTYPE_USIM; in initUicctype()
278 mUiccType = TelephonyManager.APPTYPE_RUIM; in initUicctype()
281 mUiccType = TelephonyManager.APPTYPE_CSIM; in initUicctype()
284 mUiccType = TelephonyManager.APPTYPE_ISIM; in initUicctype()