Home
last modified time | relevance | path

Searched refs:getResourcesForDefaultSmsSubscriptionId (Results 1 – 7 of 7) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java279 Resources res = getResourcesForDefaultSmsSubscriptionId(getContext()); in onCreatePreferences()
426 Resources res = getResourcesForDefaultSmsSubscriptionId(getContext()); in initReminderIntervalList()
521 public static Resources getResourcesForDefaultSmsSubscriptionId(Context context) { in getResourcesForDefaultSmsSubscriptionId() method in CellBroadcastSettings
DCellBroadcastSearchIndexableProvider.java93 CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(getContext()); in queryRawData()
134 Resources res = CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(getContext()); in queryNonIndexableKeys()
DCellBroadcastReceiver.java109 if (CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(context).getBoolean( in onReceiveWithPrivilege()
128 CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(context) in adjustReminderInterval()
DCellBroadcastChannelManager.java118 CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(context) in CellBroadcastChannelRange()
219 CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(context) in getCellBroadcastChannelRanges()
DCellBroadcastAlertService.java317 CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId( in handleCellBroadcastIntent()
618 : CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId( in openEmergencyAlertNotification()
663 Resources res = CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(context); in addToNotificationBar()
DCellBroadcastAlertDialog.java152 mWarningIcon = CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId( in initDrawableAndImageView()
360 if (CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(context) in updateAlertText()
DCellBroadcastAlertAudio.java350 CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId( in playAlertTone()