Home
last modified time | relevance | path

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

/platform_testing/libraries/telephony-utility/src/android/telephony/utility/
DSimCardUtil.java83 … TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in getSimCardInformation() local
84 assertNotNull(tm); in getSimCardInformation()
88 int state = tm.getSimState(); in getSimCardInformation()
92 boolean carrierPrivileges = tm.hasCarrierPrivileges(); in getSimCardInformation()