Searched refs:EXTRA_NETWORK_TEMPLATE (Results 1 – 3 of 3) sorted by relevance
19 import static android.net.NetworkPolicyManager.EXTRA_NETWORK_TEMPLATE;52 final NetworkTemplate template = getIntent().getParcelableExtra(EXTRA_NETWORK_TEMPLATE); in onCreate()
81 public static final String EXTRA_NETWORK_TEMPLATE = "android.net.NETWORK_TEMPLATE"; field in NetworkPolicyManager
39 import static android.net.NetworkPolicyManager.EXTRA_NETWORK_TEMPLATE;682 final NetworkTemplate template = intent.getParcelableExtra(EXTRA_NETWORK_TEMPLATE);2546 intent.putExtra(EXTRA_NETWORK_TEMPLATE, template); in buildSnoozeWarningIntent()2555 intent.putExtra(EXTRA_NETWORK_TEMPLATE, template); in buildNetworkOverLimitIntent()2564 intent.putExtra(EXTRA_NETWORK_TEMPLATE, template); in buildViewDataUsageIntent()