Home
last modified time | relevance | path

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

/frameworks/base/api/
Dmodule-lib-lint-baseline.txt2 ActionValue: android.net.TetheringConstants#EXTRA_ADD_TETHER_TYPE:
4 ActionValue: android.net.TetheringConstants#EXTRA_PROVISION_CALLBACK:
6 ActionValue: android.net.TetheringConstants#EXTRA_REM_TETHER_TYPE:
8 ActionValue: android.net.TetheringConstants#EXTRA_RUN_PROVISION:
10 ActionValue: android.net.TetheringConstants#EXTRA_SET_ALARM:
Dmodule-lib-current.txt14 public final class TetheringConstants {
/frameworks/base/packages/Tethering/common/TetheringLib/api/
Dmodule-lib-lint-baseline.txt2 ActionValue: android.net.TetheringConstants#EXTRA_ADD_TETHER_TYPE:
4 ActionValue: android.net.TetheringConstants#EXTRA_PROVISION_CALLBACK:
6 ActionValue: android.net.TetheringConstants#EXTRA_REM_TETHER_TYPE:
8 ActionValue: android.net.TetheringConstants#EXTRA_RUN_PROVISION:
10 ActionValue: android.net.TetheringConstants#EXTRA_SET_ALARM:
Dmodule-lib-current.txt4 public final class TetheringConstants {
/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/
DTetheringConstants.java35 public final class TetheringConstants { class
37 private TetheringConstants() { } in TetheringConstants() method in TetheringConstants
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DEntitlementManager.java19 import static android.net.TetheringConstants.EXTRA_ADD_TETHER_TYPE;
20 import static android.net.TetheringConstants.EXTRA_PROVISION_CALLBACK;
21 import static android.net.TetheringConstants.EXTRA_RUN_PROVISION;
22 import static android.net.TetheringConstants.EXTRA_TETHER_PROVISIONING_RESPONSE;
23 import static android.net.TetheringConstants.EXTRA_TETHER_SILENT_PROVISIONING_ACTION;
24 import static android.net.TetheringConstants.EXTRA_TETHER_SUBID;
25 import static android.net.TetheringConstants.EXTRA_TETHER_UI_PROVISIONING_APP_NAME;
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DEntitlementManagerTest.java19 import static android.net.TetheringConstants.EXTRA_ADD_TETHER_TYPE;
20 import static android.net.TetheringConstants.EXTRA_PROVISION_CALLBACK;
21 import static android.net.TetheringConstants.EXTRA_RUN_PROVISION;
22 import static android.net.TetheringConstants.EXTRA_TETHER_PROVISIONING_RESPONSE;
23 import static android.net.TetheringConstants.EXTRA_TETHER_SILENT_PROVISIONING_ACTION;
24 import static android.net.TetheringConstants.EXTRA_TETHER_SUBID;
25 import static android.net.TetheringConstants.EXTRA_TETHER_UI_PROVISIONING_APP_NAME;
/frameworks/base/packages/Tethering/common/TetheringLib/
DAndroid.bp47 "src/android/net/TetheringConstants.java",
/frameworks/base/core/java/android/net/
DConnectivityManager.java482 public static final String EXTRA_ADD_TETHER_TYPE = TetheringConstants.EXTRA_ADD_TETHER_TYPE;
489 public static final String EXTRA_REM_TETHER_TYPE = TetheringConstants.EXTRA_REM_TETHER_TYPE;
496 public static final String EXTRA_SET_ALARM = TetheringConstants.EXTRA_SET_ALARM;
502 public static final String EXTRA_RUN_PROVISION = TetheringConstants.EXTRA_RUN_PROVISION;
510 TetheringConstants.EXTRA_PROVISION_CALLBACK;