Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DTetherProvisioningActivity.java20 import static android.net.TetheringConstants.EXTRA_PROVISION_CALLBACK;
60 mResultReceiver = (ResultReceiver) getIntent().getParcelableExtra(EXTRA_PROVISION_CALLBACK); in onCreate()
83 intent.putExtra(EXTRA_PROVISION_CALLBACK, mResultReceiver); in onCreate()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DEntitlementManager.java20 import static android.net.TetheringConstants.EXTRA_PROVISION_CALLBACK;
376 intent.putExtra(EXTRA_PROVISION_CALLBACK, receiver); in runSilentTetherProvisioning()
404 intent.putExtra(EXTRA_PROVISION_CALLBACK, receiver); in runUiTetherProvisioning()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringConstants.java63 public static final String EXTRA_PROVISION_CALLBACK = "extraProvisionCallback"; field in TetheringConstants
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java20 import static android.net.TetheringConstants.EXTRA_PROVISION_CALLBACK;
149 ResultReceiver callback = intent.getParcelableExtra(EXTRA_PROVISION_CALLBACK); in onStartCommand()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DEntitlementManagerTest.java20 import static android.net.TetheringConstants.EXTRA_PROVISION_CALLBACK;
160 assertEquals(receiver, intent.getParcelableExtra(EXTRA_PROVISION_CALLBACK)); in assertUiTetherProvisioningIntent()
183 assertTrue(intent.hasExtra(EXTRA_PROVISION_CALLBACK)); in assertSilentTetherProvisioning()
/packages/modules/Connectivity/Tethering/common/TetheringLib/api/
Dmodule-lib-current.txt6 field public static final String EXTRA_PROVISION_CALLBACK = "extraProvisionCallback";
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java539 public static final String EXTRA_PROVISION_CALLBACK = field in ConnectivityManager
540 TetheringConstants.EXTRA_PROVISION_CALLBACK;
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt79 Landroid/net/ConnectivityManager;->EXTRA_PROVISION_CALLBACK:Ljava/lang/String;