Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkActivity.java104 if (updateSubscriptionIndex != oldSubId || !doesIntentContainOptInAction(intent)) { in onNewIntent()
109 if (doesIntentContainOptInAction(intent)) { in onNewIntent()
360 boolean showOptInDialog = doesIntentContainOptInAction(getIntent()) in maybeShowContactDiscoveryDialog()
379 private boolean doesIntentContainOptInAction(Intent intent) { in doesIntentContainOptInAction() method in MobileNetworkActivity
389 if (doesIntentContainOptInAction(intent)) { in validate()