Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleListEditor.java347 View dialogView = getLocaleDialogView(); in customizeLayout()
357 protected View getLocaleDialogView() { in getLocaleDialogView() method in LocaleListEditor
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocaleListEditorTest.java455 doReturn(contentView).when(mLocaleListEditor).getLocaleDialogView(); in initIntentAndResourceForLocaleDialog()