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()
615 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in updatePreferenceVisibility()
774 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in initReminderIntervalList()
812 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in initAlertsToggleDisabledAsNeeded()
825 Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext()); in setAlertsEnabled()
1010 Resources res = operator == null ? getResourcesForDefaultSubId(context) in isTestAlertsToggleVisible()
1055 public static @NonNull Resources getResourcesForDefaultSubId(@NonNull Context context) { in getResourcesForDefaultSubId() method in CellBroadcastSettings
DCellBroadcastAlertDialog.java526 if (!CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in onCreate()
528 .getResourcesForDefaultSubId(getApplicationContext()) in onCreate()
1010 if (CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in onNewIntent()
1344 if (CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in getNewMessageListIfNeeded()
1362 if (!CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()) in setStatusBarDisabledIfNeeded()
DCellBroadcastReceiver.java131 return CellBroadcastSettings.getResourcesForDefaultSubId(mContext); in getResourcesMethod()
519 String newIntervalDefault = CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in adjustReminderInterval()
DCellBroadcastSearchIndexableProvider.java94 return CellBroadcastSettings.getResourcesForDefaultSubId(getContextMethod()); in getResourcesMethod()
DCellBroadcastAlertService.java768 if (!CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in openEmergencyAlertNotification()
771 CellBroadcastSettings.getResourcesForDefaultSubId(mContext) in openEmergencyAlertNotification()
DCellBroadcastListActivity.java101 if (CellBroadcastSettings.getResourcesForDefaultSubId(getApplicationContext()).getBoolean( in onCreate()