Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java1615 public static boolean isCdmaSupported(Context context) { in isCdmaSupported() method in UiccController
1617 boolean isCdmaSupported = in isCdmaSupported()
1619 return isCdmaSupported; in isCdmaSupported()
1781 pw.println("mIsCdmaSupported=" + isCdmaSupported(mContext)); in dump()
DUiccProfile.java1224 || (UiccController.isCdmaSupported(mContext) in isSupportedApplication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java643 if (UiccController.isCdmaSupported(mPhone.getContext())) { in ServiceStateTracker()