Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/system/
DResetEsimPreferenceController.java48 return showEuiccSettings() ? AVAILABLE : UNSUPPORTED_ON_DEVICE; in getAvailabilityStatus()
51 private boolean showEuiccSettings() { in showEuiccSettings() method in ResetEsimPreferenceController
/packages/apps/Settings/src/com/android/settings/
DResetNetwork.java227 if (showEuiccSettings(getContext())) { in establishInitialState()
265 private boolean showEuiccSettings(Context context) { in showEuiccSettings() method in ResetNetwork
/packages/apps/Settings/src/com/android/settings/network/telephony/
DEuiccPreferenceController.java41 return MobileNetworkUtils.showEuiccSettings(mContext) in getAvailabilityStatus()
DMobileNetworkUtils.java257 public static boolean showEuiccSettings(Context context) { in showEuiccSettings() method in MobileNetworkUtils
/packages/apps/Settings/src/com/android/settings/security/
DConfirmSimDeletionPreferenceController.java52 return MobileNetworkUtils.showEuiccSettings(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE; in getAvailabilityStatus()
/packages/apps/Settings/src/com/android/settings/network/
DMobileNetworkListController.java85 MobileNetworkUtils.showEuiccSettings(mContext)); in displayPreference()
DNetworkProviderDownloadedSimListController.java105 MobileNetworkUtils.showEuiccSettings(mContext)); in displayPreference()