Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java1234 public static boolean isCdmaSupported(Context context) { in isCdmaSupported() method in UiccController
1236 boolean isCdmaSupported = in isCdmaSupported()
1238 return isCdmaSupported; in isCdmaSupported()
1290 pw.println(" mIsCdmaSupported=" + isCdmaSupported(mContext)); in dump()
H A DUiccProfile.java1175 || (UiccController.isCdmaSupported(mContext) in isSupportedApplication()