/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | OffloadController.java | 355 NetworkStats getTetherStats(@NonNull StatsType how) { in getTetherStats() argument 357 final int uid = (how == StatsType.STATS_PER_UID) ? UID_TETHERING : UID_ALL; in getTetherStats() 713 private boolean computeAndPushLocalPrefixes(UpdateType how) { in computeAndPushLocalPrefixes() argument 714 final boolean force = (how == UpdateType.FORCE); in computeAndPushLocalPrefixes()
|
/packages/apps/Launcher3/src_plugins/ |
D | README.md | 3 Details about how to create a new plugin interface, or to use existing interfaces to write a plugin…
|
/packages/apps/Settings/protos/ |
D | contextual_card_list.proto | 13 * The category of a card: this is a hint for how a card should be collected,
|
/packages/apps/Browser2/ |
D | README | 11 https://www.chromium.org/developers/how-tos/android-build-instructions
|
/packages/apps/Car/DebuggingRestrictionController/ |
D | gradle.properties | 5 # For more details on how to configure your build environment visit
|
/packages/apps/Messaging/ |
D | proguard-test.flags | 21 # FLAG(dnotario): Until we rationalize how to handle tests (extensive unit tests will want similar
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 21 `IDnsTlsSocketObserver` is an interface defining how `DnsTlsSocket` returns 96 This sets the limit on how long session tickets will be preserved during idle periods,
|
/packages/apps/Settings/tests/unit/ |
D | README | 7 // The following instrutions show how to run the test suite using make + adb //
|
/packages/modules/NeuralNetworks/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 4 This text files documents how tracing in the NNAPI manifests in systrace output 5 and how that output is interpreted by the systrace parser.
|
/packages/apps/Car/libs/car-ui-lib/ |
D | gradle.properties | 20 # For more details on how to configure your build environment visit
|
/packages/modules/Virtualization/docs/getting_started/ |
D | goldfish.md | 3 The built-in local emulator is the quickest way how to get started with KVM and Android.
|
/packages/modules/Virtualization/microdroid/signature/ |
D | README.md | 38 For example, the following code shows how to get the original size of host apex file
|
/packages/modules/StatsD/lib/libkll/proto/ |
D | aggregator.proto | 62 // changed such that the library has to decide how to decode.
|
D | kll-quantiles.proto | 60 // Binary logarithm of the sampler capacity (out of how many items are we
|
/packages/services/Car/tests/SampleCustomInputService/ |
D | readme.md | 31 These are the test scripts to demonstrate how CustomInputEvent can be used to implement OEM
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | contact_lookup_result.proto | 39 // Number was found in Dialer's local cache but we don't know how it was
|
/packages/modules/DnsResolver/tests/ |
D | golddata.proto | 186 // Describes how the DNS responser handles and responses the DNS lookup packets.
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 3 A test tool that is intended to show how to access Android Automotive OS bugreporting APIs.
|
/packages/apps/Dialer/java/com/android/dialer/theme/ |
D | README.md | 13 What is an attribute? There are three types (depending on how you want to define
|
/packages/modules/DnsResolver/tests/testdata/ |
D | README.md | 15 Here demonstrates how the pbtext is built.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | stream.md | 3 … concept for reading/writing JSON. Here we first show how to use streams provided. And then see ho…
|
D | Doxyfile.in | 694 # also \cite for info how to create references. 898 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how 1092 # for information on how to generate the default header that doxygen normally 1103 # footer. See HTML_HEADER for more information on how to generate a default 1105 # section "Doxygen usage" for information on how to generate the default footer 1114 # See also section "Doxygen usage" for information on how to generate the style 1410 # sheet generated by doxygen has an example that shows how to put an image at 1662 # section "Doxygen usage" for information on how to let doxygen write the 1786 # See also section "Doxygen usage" for information on how to generate the
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | OffloadControllerTest.java | 409 private static @NonNull Entry buildTestEntry(@NonNull OffloadController.StatsType how, in buildTestEntry() argument 411 return new Entry(iface, how == STATS_PER_IFACE ? UID_ALL : UID_TETHERING, SET_DEFAULT, in buildTestEntry()
|
D | BpfCoordinatorTest.java | 344 private static NetworkStats.Entry buildTestEntry(@NonNull StatsType how, in buildTestEntry() argument 346 return new NetworkStats.Entry(iface, how == STATS_PER_IFACE ? UID_ALL : UID_TETHERING, in buildTestEntry()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | README.md | 25 When the `--dryrun` argument is present, this script shows how it would invoke
|