Home
last modified time | relevance | path

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

/platform_testing/libraries/telephony-utility/src/android/telephony/utility/
DSimCardUtil.java51 private static final String SE_SERVICE = "has_se_service"; field in SimCardUtil
100 returnBundle.putBoolean(SE_SERVICE, reader.getSEService() != null ? true : false); in getSimCardInformation()
104 returnBundle.putBoolean(SE_SERVICE, false); in getSimCardInformation()