Searched refs:ACTION_NEVER_ASK_AGAIN (Results 1 – 2 of 2) sorted by relevance
78 public static final String ACTION_NEVER_ASK_AGAIN = "SilenceNoWifiEmrgCallingNotification"; field in CarrierServiceStateTracker177 new IntentFilter(ACTION_NEVER_ASK_AGAIN), in CarrierServiceStateTracker()436 .getBoolean(ACTION_NEVER_ASK_AGAIN, false); in shouldSilenceEmrgNetNotif()718 new Intent(ACTION_NEVER_ASK_AGAIN), in createDoNotShowAgainAction()732 if (intent.getAction().equals(ACTION_NEVER_ASK_AGAIN)) { in onReceive()737 editor.putBoolean(ACTION_NEVER_ASK_AGAIN, true); in onReceive()
19 import static com.android.internal.telephony.CarrierServiceStateTracker.ACTION_NEVER_ASK_AGAIN;299 mCarrierSST.mActionReceiver.onReceive(mContext, new Intent(ACTION_NEVER_ASK_AGAIN)); in testEmergencyNotificationBehaviorWhenSilenced()