Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java982 if (!neverShowOptOutDialog(lastMessage.getSubscriptionId()) && range != null in dismiss()
1090 private boolean neverShowOptOutDialog(int subId) { in neverShowOptOutDialog() method in CellBroadcastAlertDialog