Home
last modified time | relevance | path

Searched refs:getResourcesForDefaultSubId (Results 1 – 6 of 6) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java435 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in onCreatePreferences()
601 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in updatePreferenceVisibility()
780 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in initReminderIntervalList()
818 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in initAlertsToggleDisabledAsNeeded()
827 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in setAlertsEnabled()
936 Resources res = operator == null ? getResourcesForDefaultSubId(context) in isTestAlertsToggleVisible()
981 public static @NonNull Resources getResourcesForDefaultSubId(@NonNull Context context) { in getResourcesForDefaultSubId() method in CellBroadcastSettings
DCellBroadcastAlertDialog.java525 if (!CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in onCreate()
527 .getResourcesForDefaultSubId(getApplicationContext()) in onCreate()
1009 if (CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in onNewIntent()
1342 if (CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in getNewMessageListIfNeeded()
1360 if (!CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in setStatusBarDisabledIfNeeded()
DCellBroadcastReceiver.java131 return CellBroadcastSettings.getResourcesForDefaultSubId(mContext); in getResourcesMethod()
514 String newIntervalDefault = CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in adjustReminderInterval()
DCellBroadcastSearchIndexableProvider.java91 return CellBroadcastSettings.getResourcesForDefaultSubId(getContextMethod()); in getResourcesMethod()
DCellBroadcastAlertService.java740 if (!CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in openEmergencyAlertNotification()
743 CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in openEmergencyAlertNotification()
DCellBroadcastListActivity.java101 if (CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()).getBoolean( in onCreate()