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.java105 if (MobileNetworkUtils.showEuiccSettings(mContext)) { in getSummary()
146 if (MobileNetworkUtils.showEuiccSettings(mContext)) { in update()
157 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.java195 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/services/Telephony/src/com/android/phone/
DMobileNetworkSettings.java202 public static boolean showEuiccSettings(Context context) { in showEuiccSettings() method in MobileNetworkSettings
1043 if (showEuiccSettings(getContext())) { in updateBody()
1063 if (showEuiccSettings(getActivity())) { in updateBodyAdvancedFields()