Searched refs:tm (Results 1 – 1 of 1) sorted by relevance
83 … TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in getSimCardInformation() local84 assertNotNull(tm); in getSimCardInformation()88 int state = tm.getSimState(); in getSimCardInformation()92 boolean carrierPrivileges = tm.hasCarrierPrivileges(); in getSimCardInformation()