Home
last modified time | relevance | path

Searched refs:DIALOG_TITLE (Results 1 – 1 of 1) sorted by relevance

/camera/integration-tests/timingtestapp/src/main/java/androidx/camera/integration/antelope/
DSettingsDialog.kt57 val title = args?.getString(DIALOG_TITLE) in onCreateView()
125 private const val DIALOG_TITLE = "DIALOG_TITLE" constant
149 args.putString(DIALOG_TITLE, title) in newInstance()