Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastSettings.java396 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in onCreatePreferences()
547 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in updatePreferenceVisibility()
677 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in initReminderIntervalList()
781 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(context); in isTestAlertsToggleVisible()
848 public static @NonNull Resources getResourcesForDefaultSubId(@NonNull Context context) { in getResourcesForDefaultSubId() method in CellBroadcastSettings
H A DCellBroadcastReceiver.java106 return CellBroadcastSettings.getResourcesForDefaultSubId(mContext); in getResourcesMethod()
328 String newIntervalDefault = CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in adjustReminderInterval()
H A DCellBroadcastSearchIndexableProvider.java91 return CellBroadcastSettings.getResourcesForDefaultSubId(getContextMethod()); in getResourcesMethod()
H A DCellBroadcastAlertDialog.java357 if (!CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in onCreate()
852 if (CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in onNewIntent()
H A DCellBroadcastAlertService.java675 if (!CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in openEmergencyAlertNotification()