/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/capabilities/ |
D | Capability.kt | 95 fun fromAnnotations(annotations: List<Annotation>): Persistence? { in toRange() 97 for (annotation in annotations) { in toRange() 121 "Containing multiple persistence capabilities: $annotations" in toRange() 189 fun fromAnnotations(annotations: List<Annotation>): Ttl? { in fromAnnotations() 190 val ttls = annotations.filter { it.name == "ttl" } in fromAnnotations() 200 "Containing multiple ttl capabilities: $annotations" in fromAnnotations() 221 fun fromAnnotations(annotations: List<Annotation>): Encryption? { in fromAnnotations() 222 val filtered = annotations.filter { it.name == "encrypted" } in fromAnnotations() 232 "Containing multiple encryption capabilities: $annotations" in fromAnnotations() 253 fun fromAnnotations(annotations: List<Annotation>): Queryable? { in fromAnnotations() [all …]
|
D | Capabilities.kt | 89 fun fromAnnotations(annotations: List<Annotation>): Capabilities { in <lambda>() 91 Capability.Persistence.fromAnnotations(annotations)?.let { in <lambda>() 94 Capability.Encryption.fromAnnotations(annotations)?.let { ranges.add(it.toRange()) } in <lambda>() 95 Capability.Ttl.fromAnnotations(annotations)?.let { ranges.add(it.toRange()) } in <lambda>() 96 Capability.Queryable.fromAnnotations(annotations)?.let { ranges.add(it.toRange()) } in <lambda>() 97 Capability.Shareable.fromAnnotations(annotations)?.let { ranges.add(it.toRange()) } in <lambda>()
|
/packages/services/Car/tools/GenericCarApiBuilder/src/com/android/car/tool/apibuilder/ |
D | ParsedDataBuilder.java | 243 public static AnnotationData getAnnotationData(NodeList<AnnotationExpr> annotations) { in getAnnotationData() argument 257 for (int j = 0; j < annotations.size(); j++) { in getAnnotationData() 258 String annotationString = annotations.get(j).getName().asString(); in getAnnotationData() 267 .parseInt(getVersion(annotations.get(j), "majorVersion")); in getAnnotationData() 272 .parseInt(getVersion(annotations.get(j), "minorVersion")); in getAnnotationData() 280 getVersion(annotations.get(j), "majorVersion")) != 0) { in getAnnotationData() 286 String fullPlatformVersion = getVersion(annotations.get(j), in getAnnotationData() 289 fullPlatformVersion = annotations.get(j).toString() in getAnnotationData() 298 String fullCarVersion = getVersion(annotations.get(j), "minCarVersion"); in getAnnotationData() 301 String fullplatformVersion = getVersion(annotations.get(j), in getAnnotationData() [all …]
|
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/ |
D | AbstractSupportedFeatureRule.java | 21 import com.google.errorprone.annotations.FormatMethod; 22 import com.google.errorprone.annotations.FormatString; 165 private Boolean isTestSupportedByAnnotations(String where, Collection<Annotation> annotations) { 169 for (Annotation annotation : annotations) { 173 where, annotations, annotation); 180 where, annotations, annotation); 184 logV("isTestSupported(%s, %s): found no annotation returning null", where, annotations);
|
/packages/modules/StatsD/statsd/src/ |
D | FieldValue.cpp | 453 std::string annotations; in toString() local 455 annotations += "UID"; in toString() 458 annotations += annotations.size() > 0 ? ",PRIMARY" : "PRIMARY"; in toString() 461 annotations += annotations.size() > 0 ? ",EXCLUSIVE" : "EXCLUSIVE"; in toString() 464 annotations += annotations.size() > 0 ? ",NESTED" : "NESTED"; in toString() 466 if (annotations.size()) { in toString() 467 annotations = "[" + annotations + "]"; in toString() 469 return annotations; in toString()
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/test/ |
D | JUnitHelper.java | 38 public static Description newTestMethod(Annotation... annotations) { in newTestMethod() argument 39 return newTestMethod(TEST_METHOD_BEING_EXECUTED, annotations); in newTestMethod() 42 public static Description newTestMethod(String methodName, Annotation... annotations) { in newTestMethod() argument 44 methodName, annotations); in newTestMethod()
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/builder/ |
D | PolicyBuilder.kt | 183 private val annotations = mutableSetOf<Annotation>() constant 190 annotations.add(trigger.toAnnotation(field)) in deletionTrigger() 227 annotations = annotations.toList() in build() 240 private val annotations = mutableSetOf<Annotation>() in build() constant in com.android.libraries.pcc.chronicle.api.policy.builder.PolicyFieldBuilder 278 annotations = annotations.toList() in build()
|
/packages/inputmethods/LatinIME/java/ |
D | proguard.flags | 2 -keep @com.android.inputmethod.annotations.UsedForTesting class * 4 @com.android.inputmethod.annotations.UsedForTesting *; 8 -keep @com.android.inputmethod.annotations.ExternallyReferenced class * 10 @com.android.inputmethod.annotations.ExternallyReferenced *;
|
/packages/apps/Car/LatinIME/ |
D | proguard.flags | 2 -keep @com.android.inputmethod.annotations.UsedForTesting class * 4 @com.android.inputmethod.annotations.UsedForTesting *; 8 -keep @com.android.inputmethod.annotations.ExternallyReferenced class * 10 @com.android.inputmethod.annotations.ExternallyReferenced *;
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ |
D | TEST_MAPPING | 25 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 33 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 61 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 73 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
/packages/services/DeviceAsWebcam/ |
D | proguard.flags | 3 -keep class com.android.DeviceAsWebcam.annotations.UsedBy* 5 -keep @com.android.DeviceAsWebcam.annotations.UsedBy* class * 7 @com.android.DeviceAsWebcam.annotations.UsedByNative *;
|
/packages/modules/Permission/PermissionController/ |
D | TEST_MAPPING | 19 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 29 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 55 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 79 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
/packages/modules/AdServices/adservices/apk/ |
D | proguard.flags | 6 -keep class org.tensorflow.lite.annotations.UsedByReflection 7 -keep @org.tensorflow.lite.annotations.UsedByReflection class * 9 @org.tensorflow.lite.annotations.UsedByReflection *;
|
/packages/modules/Permission/tests/functional/safetycenter/multiusers/ |
D | TEST_MAPPING | 7 "exclude-annotation": "com.android.bedstead.harrier.annotations.Postsubmit" 22 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 25 "exclude-annotation": "com.android.bedstead.harrier.annotations.Postsubmit"
|
/packages/modules/AdServices/sdksandbox/ |
D | TEST_MAPPING | 8 "exclude-annotation": "android.platform.test.annotations.LargeTest" 40 "exclude-annotation": "android.platform.test.annotations.LargeTest" 76 "exclude-annotation": "android.platform.test.annotations.LargeTest" 116 "exclude-annotation": "android.platform.test.annotations.LargeTest"
|
/packages/modules/Permission/SafetyCenter/Annotations/ |
D | Android.bp | 23 name: "safetycenter-annotations-sources", 30 name: "safety-center-annotations", 32 ":safetycenter-annotations-sources",
|
/packages/modules/Connectivity/service-t/ |
D | Android.bp | 49 "framework-annotations-lib", 80 // The mDNS code is platform code so it should use framework-annotations-lib, contrary to apps that 83 // the annotations. 84 // When using "system_current", framework annotations are not available; they would appear as 102 "framework-annotations-lib",
|
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/ |
D | WalletPluginService.java | 27 import com.android.internal.annotations.VisibleForTesting; 29 import com.android.systemui.plugins.annotations.Requirements; 30 import com.android.systemui.plugins.annotations.Requires;
|
/packages/services/Iwlan/ |
D | Android.bp | 25 "android-support-annotations", 32 "framework-annotations-lib", 84 "android-support-annotations",
|
/packages/apps/TV/tuner/ |
D | Android.bp | 27 "android-support-annotations", 39 "tv-error-prone-annotations-jar", 41 "tv-javax-annotations-jar",
|
/packages/apps/TV/common/ |
D | Android.bp | 35 "android-support-annotations", 38 "tv-error-prone-annotations-jar", 39 "tv-javax-annotations-jar",
|
/packages/apps/TV/tuner/sampletunertvinput/ |
D | Android.bp | 38 "android-support-annotations", 50 "tv-error-prone-annotations-jar", 52 "tv-javax-annotations-jar",
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/model/ |
D | AbstractResolverComparator.java | 142 ArrayList<String> annotations = intent.getStringArrayListExtra( in getContentAnnotations() local 144 if (annotations != null) { in getContentAnnotations() 145 int size = annotations.size(); in getContentAnnotations() 151 mAnnotations[i] = annotations.get(i); in getContentAnnotations()
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/ |
D | Policy.kt | 35 val annotations: List<Annotation> = emptyList(), in <lambda>() constant in com.android.libraries.pcc.chronicle.api.policy.Policy 58 val annotations: List<Annotation> = emptyList() constant in com.android.libraries.pcc.chronicle.api.policy.PolicyTarget 88 val annotations: List<Annotation> = emptyList() constant in com.android.libraries.pcc.chronicle.api.policy.PolicyField
|
/packages/modules/Connectivity/tests/cts/hostside/ |
D | TEST_MAPPING | 10 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 13 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
|