1// Baseline format: 1.0 2BannedThrow: androidx.wear.watchface.editor.EditorRequest#createFromIntent(android.content.Intent): 3 Methods must not throw unchecked exceptions 4BannedThrow: androidx.wear.watchface.editor.EditorRequest.Companion#createFromIntent(android.content.Intent): 5 Methods must not throw unchecked exceptions 6BannedThrow: androidx.wear.watchface.editor.EditorSession#createOnWatchEditorSession(androidx.activity.ComponentActivity, kotlin.coroutines.Continuation<? super androidx.wear.watchface.editor.EditorSession>): 7 Methods must not throw unchecked exceptions 8BannedThrow: androidx.wear.watchface.editor.EditorSession.Companion#createOnWatchEditorSession(androidx.activity.ComponentActivity, kotlin.coroutines.Continuation<? super androidx.wear.watchface.editor.EditorSession>): 9 Methods must not throw unchecked exceptions 10 11 12GetterSetterNames: androidx.wear.watchface.editor.EditorSession#commitChangesOnClose: 13 Invalid name for boolean property `commitChangesOnClose`. Should start with one of `has`, `can`, `should`, `is`. 14