/frameworks/base/proto/src/ |
D | gnss.proto | 19 // Number of time to first fix processed 22 // Mean time to first fix (in seconds) 25 // Standard deviation of time to first fix (in seconds) 58 // Total number of sv status messages processed, where sv is used in fix 61 // Total number of L5 sv status messages processed, where sv is used in fix
|
/frameworks/base/tools/lint/common/src/main/java/com/google/android/lint/aidl/ |
D | EnforcePermissionUtils.kt | 84 val fix = LintFix.create() in hasSingleAncestor() constant 91 if (prepend) fix.beginning() in hasSingleAncestor() 93 return fix.build() in hasSingleAncestor()
|
/frameworks/ex/common/java/com/android/common/ |
D | Rfc822Validator.java | 171 String fix = removeIllegalCharacters(text.substring(0, index)); in fixText() local 172 if (TextUtils.isEmpty(fix)) { in fixText() 180 tokens[i].setAddress(fix + "@" + (!emptyDomain ? domain : mDomain)); in fixText()
|
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/ |
D | ValidatorData.java | 100 @Nullable Fix fix, in Issue() argument 108 mFix = fix; in Issue() 148 public IssueBuilder setFix(Fix fix) { in setFix() argument 149 mFix = fix; in setFix()
|
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
D | HideInCommentsChecker.java | 73 generateFix(comment).ifPresent(fix -> { in matchCompilationUnit() 75 state.reportMatch(describeMatch(javadocableTree, fix)); in matchCompilationUnit() 104 final SuggestedFix fix = SuggestedFix.builder() in generateFix() local 108 return Optional.of(fix); in generateFix()
|
/frameworks/compile/slang/tests/F_reduce_general_bad_result/ |
D | reduce_general_bad_result.rscript | 25 // problem is result type, not accumulator type, so outconverter can fix this 58 // problem is result type, not accumulator type, so outconverter can fix this 97 // problem is result type, not accumulator type, so outconverter can fix this 132 // problem is result type, not accumulator type, so outconverter can fix this 168 // problem is result type, not accumulator type, so outconverter can fix this 185 // problem is result type, not accumulator type, so outconverter can fix this 202 // problem is result type, not accumulator type, so outconverter can fix this 261 // problem is result type, not accumulator type, so outconverter can fix this 279 // problem is result type, not accumulator type, so outconverter can fix this 313 // problem is result type, not accumulator type, so outconverter can fix this [all …]
|
/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/ |
D | PermissionMethodDetector.kt | 58 val fix = fix() in getApplicableUastTypes() constant 68 fix in getApplicableUastTypes()
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 13 archive, using the same key, generated on a Nexus 4 running Android 4.4 with a fix 15 version of Android which incorporates the fix.
|
/frameworks/base/core/java/android/service/games/ |
D | TEST_MAPPING | 3 // TODO(b/245615658): fix flaky CTS test CtsGameServiceTestCases and add it as presubmit
|
/frameworks/ex/common/ |
D | build.gradle | 14 // TODO: fix errors and reenable.
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipProfile.java | 126 URI uri = mAddressFactory.createURI(fix(uriString)); in Builder() 154 private String fix(String uriString) { in fix() method in SipProfile.Builder 289 mAddressFactory.createURI(fix(mProxyAddress)); in build()
|
/frameworks/base/cmds/idmap2/ |
D | static-checks.sh | 99 -f|--fix) opt_mode="fix"; shift ;;
|
/frameworks/libs/systemui/aconfig/ |
D | systemui.aconfig | 28 description: "Enables fix that exposes signal to notify the completion of the RRO loading."
|
/frameworks/base/core/java/android/service/chooser/ |
D | flags.aconfig | 40 description: "ResolverActivity memory leak (through the AppPredictor callback) fix"
|
/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/parcel/ |
D | CallMigrators.kt | 47 val fix = (itemType as? PsiClassType)?.let { type -> in <lambda>() constant 51 context.report(SaferParcelChecker.ISSUE_UNSAFE_API_USAGE, call, location, message, fix) in <lambda>()
|
/frameworks/base/packages/SystemUI/tools/lint/ |
D | run_lint.sh | 44 Please check the HTML results file and fix the errors.
|
/frameworks/base/services/ |
D | proguard.flags | 68 # TODO(b/210510433): Revisit and fix with @Keep, or consider auto-generating from 102 # TODO(b/210510433): Revisit and fix with @Keep. 106 # TODO(b/210510433): Revisit and fix with @Keep.
|
/frameworks/base/data/keyboards/ |
D | Vendor_03f6_Product_a001.idc | 21 # To fix this, set a fake delta using the touchpad's known report rate.
|
/frameworks/base/core/java/android/window/flags/ |
D | windowing_sdk.aconfig | 117 description: "Pass an out RelayoutInfo instead of Bundle to fix the Parcel recycle bug" 145 description: "Pass insetsControlChanged through ClientTransaction to fix the racing"
|
/frameworks/multidex/instrumentation/ |
D | build.gradle | 40 // TODO: fix errors and reenable.
|
/frameworks/base/core/java/android/view/flags/ |
D | view_flags.aconfig | 59 description: "Bug fix where sensitive content protection is prematurely removed."
|
/frameworks/base/core/java/android/content/pm/ |
D | flags.aconfig | 135 description: "Feature flag to fix duplicated PackageManager flag values" 195 description: "Feature flag to fix the first-install timestamps for system apps."
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 490 def FixCA53Erratum835769 : Flag<["--"], "fix-cortex-a53-835769">, 492 HelpText<"Enable fix for cortex a53 erratum 835769">; 494 def FixCA53Erratum843419 : Flag<["--"], "fix-cortex-a53-843419">, 496 HelpText<"Enable fix for cortex a53 erratum 843419">;
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | flags.aconfig | 42 description: "This flag controls the fix for notifications autogroup summary icon updates"
|
/frameworks/base/tools/hoststubgen/ |
D | README.md | 63 We need proper build system integration to fix them.
|