Searched refs:EXTRA_PROVISION_CALLBACK (Results 1 – 9 of 9) sorted by relevance
63 public static final String EXTRA_PROVISION_CALLBACK = "extraProvisionCallback"; field in TetheringConstants
20 import static android.net.TetheringConstants.EXTRA_PROVISION_CALLBACK;377 intent.putExtra(EXTRA_PROVISION_CALLBACK, receiver); in runSilentTetherProvisioning()405 intent.putExtra(EXTRA_PROVISION_CALLBACK, receiver); in runUiTetherProvisioning()
4 ActionValue: android.net.TetheringConstants#EXTRA_PROVISION_CALLBACK:
16 field public static final String EXTRA_PROVISION_CALLBACK = "extraProvisionCallback";
6 field public static final String EXTRA_PROVISION_CALLBACK = "extraProvisionCallback";
20 import static android.net.TetheringConstants.EXTRA_PROVISION_CALLBACK;155 assertEquals(receiver, intent.getParcelableExtra(EXTRA_PROVISION_CALLBACK)); in assertUiTetherProvisioningIntent()178 assertTrue(intent.hasExtra(EXTRA_PROVISION_CALLBACK)); in assertSilentTetherProvisioning()
509 public static final String EXTRA_PROVISION_CALLBACK = field in ConnectivityManager510 TetheringConstants.EXTRA_PROVISION_CALLBACK;
42665 Landroid/net/ConnectivityManager;->EXTRA_PROVISION_CALLBACK:Ljava/lang/String;