Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DMobileNetworkSummaryController.java101 if (MobileNetworkUtils.showEuiccSettings(mContext)) { in getSummary()
135 if (MobileNetworkUtils.showEuiccSettings(mContext)) { in update()
144 if (MobileNetworkUtils.showEuiccSettings(mContext)) { in update()
DMobileNetworkListController.java85 MobileNetworkUtils.showEuiccSettings(mContext)); in displayPreference()
/packages/apps/Settings/src/com/android/settings/network/
DMobileNetworkSummaryController.java111 if (MobileNetworkUtils.showEuiccSettings(mContext)) { in getSummary()
153 if (MobileNetworkUtils.showEuiccSettings(mContext)) { in update()
166 if (MobileNetworkUtils.showEuiccSettings(mContext)) { in update()
DMobileNetworkListController.java85 MobileNetworkUtils.showEuiccSettings(mContext)); in displayPreference()
/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DResetNetwork.java218 if (showEuiccSettings(getContext())) { in establishInitialState()
231 private boolean showEuiccSettings(Context context) { in showEuiccSettings() method in ResetNetwork
/packages/apps/Settings/src/com/android/settings/
DResetNetwork.java218 if (showEuiccSettings(getContext())) { in establishInitialState()
231 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.java248 public static boolean showEuiccSettings(Context context) { in showEuiccSettings() method in MobileNetworkUtils
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DEuiccPreferenceController.java41 return MobileNetworkUtils.showEuiccSettings(mContext) in getAvailabilityStatus()
DMobileNetworkUtils.java178 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()