/packages/services/Telecomm/scripts/ |
D | telecom_testing.sh | 23 local coverage=false 44 coverage=true;; 79 if [ $coverage = true ] ; then 121 if [ $coverage = true ] && [ $project =~ "telecom" ] ; then 127 if [ $coverage = true ] && [ $project =~ "telecom" ] ; then 130 adb pull /data/user/0/com.android.server.telecom.tests/files/coverage.ec /tmp/ 137 --coverage-file "/tmp/coverage.ec" \
|
/packages/providers/CalendarProvider/tests/ |
D | EMMA_README | 2 # the Calendar provider with EMMA coverage, executes the Calendar CTS 25 # rebuild provider with emma coverage 33 adb shell am instrument -w -e coverage true \ 44 adb pull $output coverage.ec 47 emma report -r html -in coverage.ec \ 49 … -in ${ANDROID_BUILD_TOP}/out/target/common/obj/APPS/CalendarProvider_intermediates/coverage.em 59 # rebuild provider without emma coverage
|
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicyBuilderTest.java | 241 protected String[] getPolicy(int direction, int callType, int preference, int coverage) { in getPolicy() argument 242 PreCondition condition = new PreCondition(callType, preference, coverage); in getPolicy() 259 for (int coverage : coverageList) { in test_PolicyMap_Default() 260 conditions = getPolicy(ROVE_IN, callType, WIFI_PREF, coverage); in test_PolicyMap_Default() 266 for (int coverage : coverageList) { in test_PolicyMap_Default() 267 conditions = getPolicy(ROVE_OUT, callType, WIFI_PREF, coverage); in test_PolicyMap_Default() 274 for (int coverage : coverageList) { in test_PolicyMap_Default() 275 conditions = getPolicy(ROVE_IN, callType, CELL_PREF, coverage); in test_PolicyMap_Default() 282 for (int coverage : coverageList) { in test_PolicyMap_Default() 283 conditions = getPolicy(ROVE_OUT, callType, CELL_PREF, coverage); in test_PolicyMap_Default() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | README.md | 24 If you would like to collect code coverage information you can run the `coverage.sh` script located 25 in this directory. It will rebuild parts of your tree with coverage enabled and then run the tests, 32 packages/modules/Wifi/service/tests/wifitests/coverage.sh wifi_coverage
|
D | coverage.sh | 51 REMOTE_COVERAGE_OUTPUT_FILE=/data/data/com.android.server.wifi.test/files/coverage.ec 90 adb shell am instrument -e coverage true --no-hidden-api-checks \ 100 --name wifi-coverage \
|
/packages/modules/Bluetooth/service/ |
D | generate_local_coverage.sh | 31 …OLDER}/ServiceBluetoothRobo_unzip --html ${COVERAGE_TMP_FOLDER}/coverage --name coverage.html --so… 35 python3 -m http.server --directory ${COVERAGE_TMP_FOLDER}/coverage
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicy.java | 135 @QnsConstants.CellularCoverage int coverage) { in PreCondition() argument 137 mCoverage = coverage; in PreCondition() 191 @QnsConstants.CellularCoverage int coverage, in GuardingPreCondition() argument 193 super(callType, preference, coverage); in GuardingPreCondition()
|
D | QnsMetrics.java | 125 int coverage, in reportAtomForQualifiedNetworks() argument 143 coverage, in reportAtomForQualifiedNetworks() 242 int coverage, in procQualifiedRatListChanged() argument 257 boolean wfcEnabled = getWfcEnabled(coverage, settingWfcEnabled, settingWfcRoamingEnabled); in procQualifiedRatListChanged() 258 int wfcMode = getWfcMode(coverage, settingWfcMode, settingWfcRoamingMode); in procQualifiedRatListChanged() 919 private boolean getWfcEnabled(int coverage, boolean wfcEnabled, boolean wfcRoamingEnabled) { in getWfcEnabled() argument 920 return coverage == QnsConstants.COVERAGE_HOME ? wfcEnabled : wfcRoamingEnabled; in getWfcEnabled() 923 private int getWfcMode(int coverage, int wfcMode, int wfcRoamingMode) { in getWfcMode() argument 924 return coverage == QnsConstants.COVERAGE_HOME ? wfcMode : wfcRoamingMode; in getWfcMode()
|
D | QnsCarrierConfigManager.java | 1720 boolean isMmtelCapabilityRequired(int coverage) { in isMmtelCapabilityRequired() argument 1726 && coverage == QnsConstants.COVERAGE_HOME) in isMmtelCapabilityRequired() 1728 && coverage == QnsConstants.COVERAGE_ROAM)) { in isMmtelCapabilityRequired() 1740 boolean isVolteRoamingSupported(@QnsConstants.CellularCoverage int coverage) { in isVolteRoamingSupported() argument 1741 if (coverage == QnsConstants.COVERAGE_ROAM) { in isVolteRoamingSupported() 1762 int netCapability, int srcAn, int destAn, @QnsConstants.CellularCoverage int coverage) { in isHandoverAllowedByPolicy() argument 1772 + QnsConstants.coverageToString(coverage)); in isHandoverAllowedByPolicy() 1776 if (rule.mIsOnlyForRoaming && coverage != QnsConstants.COVERAGE_ROAM) continue; in isHandoverAllowedByPolicy() 1830 boolean isHysteresisTimerEnabled(int coverage) { in isHysteresisTimerEnabled() argument 1832 || mNetworkEnableHysteresisTimer == coverage) { in isHysteresisTimerEnabled()
|
D | RestrictManager.java | 554 private void onWfcModeChanged(int prefMode, @QnsConstants.CellularCoverage int coverage) { in onWfcModeChanged() argument 555 Log.d(mLogTag, "onWfcModeChanged prefMode :" + prefMode + " coverage:" + coverage); in onWfcModeChanged() 556 if (coverage == QnsConstants.COVERAGE_HOME) { in onWfcModeChanged() 558 } else if (coverage == QnsConstants.COVERAGE_ROAM) { in onWfcModeChanged() 561 if (mCellularCoverage == coverage) { in onWfcModeChanged() 1126 void setCellularCoverage(@QnsConstants.CellularCoverage int coverage) { in setCellularCoverage() argument 1127 Log.d(mLogTag, "setCellularCoverage:" + QnsConstants.coverageToString(coverage)); in setCellularCoverage() 1128 mCellularCoverage = coverage; in setCellularCoverage()
|
D | QnsConstants.java | 228 static String coverageToString(@QnsConstants.CellularCoverage int coverage) { in coverageToString() argument 229 switch (coverage) { in coverageToString()
|
/packages/apps/ManagedProvisioning/tools/bash/ |
D | coverage.sh | 61 adb shell am instrument -e coverage true -e size small -w "$TEST_RUNNER" 70 --coverage-file "$COVERAGE_OUTPUT_FILE" \
|
/packages/providers/CallLogProvider/ |
D | Android.bp | 11 // The Jacoco tool analyzes code coverage when running unit tests on the 14 // would dilute the coverage results. These options do not affect regular
|
/packages/apps/ManagedProvisioning/tests/ |
D | README | 10 To obtain a test coverage report for instrumentation tests: 11 $ packages/apps/ManagedProvisioning/tools/bash/coverage.sh
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | README.md | 71 implemented with a balance of reaching maximium target code coverage and 77 1. Code coverage 79 It's very important to review the code coverage of each fuzzer. Any big 80 coverage gaps should be analyzed and improved. This can be done by adding 91 3. Component coverage
|
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/ |
D | api-coverage-sql-query | 9 -- count % coverage 22 AND TestSuite = "coverage/complete_car_coverage"
|
D | buildnums-sql-query | 9 AND TestSuite = "coverage/complete_car_coverage"
|
/packages/modules/AdServices/adservices/tests/unittest/ui/ |
D | Android.bp | 34 // Currently this test module is failing, which results in low test coverage 35 // The reason is the target test coverage system runs on is different as what this test 111 // Currently this test module is failing, which results in low test coverage 112 // The reason is the target test coverage system runs on is different as what this test
|
/packages/providers/ContactsProvider/ |
D | Android.bp | 24 // The Jacoco tool analyzes code coverage when running unit tests on the 27 // would dilute the coverage results. These options do not affect regular
|
/packages/providers/ContactsKeysProvider/ |
D | Android.bp | 14 // The Jacoco tool analyzes code coverage when running unit tests on the 17 // would dilute the coverage results. These options do not affect regular
|
/packages/providers/CalendarProvider/ |
D | Android.bp | 38 // The Jacoco tool analyzes code coverage when running unit tests on the 41 // would dilute the coverage results. These options do not affect regular
|
/packages/modules/DnsResolver/tests/ |
D | Android.bp | 135 // TODO: Remove multilib after coverage test switched to 64-bit device. 157 // TODO: Remove resolv_test_mts_coverage_defaults after mts coverage switched to 64-bit device. 237 // multilib setting is worth because we might be able to get some coverage for the case where 265 // TODO: Remove resolv_test_mts_coverage_defaults after mts coverage switched to 64-bit device.
|
/packages/modules/NetworkStack/tests/integration/ |
D | Android.bp | 139 // Special version of the network stack tests that includes all tests necessary for code coverage 155 "modules-utils-native-coverage-listener",
|
/packages/modules/Connectivity/staticlibs/ |
D | TEST_MAPPING | 11 // Below tests already run the library tests as part of their coverage tests
|
/packages/modules/Connectivity/tests/common/ |
D | Android.bp | 61 // Combine Connectivity, NetworkStack and Tethering jarjar rules for coverage target. 73 out: ["jarjar-rules-connectivity-coverage.txt"], 114 "modules-utils-native-coverage-listener",
|