Home
last modified time | relevance | path

Searched defs:toAnnotation (Results 1 – 2 of 2) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/analysis/impl/
DAnnotations.kt29 internal fun Duration.toAnnotation() = Annotation.createTtl("${this.toMinutes()} minutes") in toAnnotation() method
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/builder/
DDeletionTriggerPolicyAnnotations.kt38 internal fun Trigger.toAnnotation(field: String): Annotation { in toAnnotation() method