Home
last modified time | relevance | path

Searched refs:CMAS_COMPONENT (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DUIIntents.java75 public static final String CMAS_COMPONENT = "com.android.cellbroadcastreceiver"; field in UIIntents
H A DUIIntentsImpl.java484 intent.setComponent(new ComponentName(CMAS_COMPONENT, CELL_BROADCAST_LIST_ACTIVITY)); in getWirelessAlertsIntent()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DPerSubscriptionSettingsActivity.java205 return pm.getApplicationEnabledSetting(UIIntents.CMAS_COMPONENT) in isCellBroadcastAppLinkEnabled()