Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocaleListEditorTest.java60 assertThat(mLocaleListEditor.getEmptyTextView().getVisibility()).isEqualTo(View.GONE); in testDisallowConfigLocale_unrestrict()
68 assertThat(mLocaleListEditor.getEmptyTextView().getVisibility()).isEqualTo(View.VISIBLE); in testDisallowConfigLocale_restrict()
/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnSettings.java179 getEmptyTextView().setText(R.string.vpn_settings_not_available); in onResume()
184 setEmptyView(getEmptyTextView()); in onResume()
185 getEmptyTextView().setText(R.string.vpn_no_vpns_added); in onResume()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/
DVpnSettings.java179 getEmptyTextView().setText(R.string.vpn_settings_not_available); in onResume()
184 setEmptyView(getEmptyTextView()); in onResume()
185 getEmptyTextView().setText(R.string.vpn_no_vpns_added); in onResume()
/packages/apps/Settings/src/com/android/settings/dashboard/
DRestrictedDashboardFragment.java224 public TextView getEmptyTextView() { in getEmptyTextView() method in RestrictedDashboardFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/
DRestrictedDashboardFragment.java224 public TextView getEmptyTextView() { in getEmptyTextView() method in RestrictedDashboardFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRestrictedSettingsFragment.java230 public TextView getEmptyTextView() { in getEmptyTextView() method in RestrictedSettingsFragment
DTetherSettings.java259 getEmptyTextView().setText(R.string.tethering_settings_not_available); in onStart()
/packages/apps/Settings/src/com/android/settings/
DRestrictedSettingsFragment.java230 public TextView getEmptyTextView() { in getEmptyTextView() method in RestrictedSettingsFragment
DTetherSettings.java259 getEmptyTextView().setText(R.string.tethering_settings_not_available); in onStart()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherSettings.java140 getEmptyTextView().setText(R.string.tethering_settings_not_available); in onStart()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DWifiTetherSettings.java140 getEmptyTextView().setText(R.string.tethering_settings_not_available); in onStart()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleListEditor.java99 final TextView emptyView = getEmptyTextView(); in onResume()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleListEditor.java99 final TextView emptyView = getEmptyTextView(); in onResume()
/packages/apps/Settings/src/com/android/settings/network/
DApnSettings.java217 getEmptyTextView().setText(R.string.apn_settings_not_available); in onActivityCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DApnSettings.java217 getEmptyTextView().setText(R.string.apn_settings_not_available); in onActivityCreated()
/packages/apps/Settings/src/com/android/settings/development/
DDevelopmentSettingsDashboardFragment.java163 getEmptyTextView().setText(R.string.development_settings_not_available); in onActivityCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DDevelopmentSettingsDashboardFragment.java163 getEmptyTextView().setText(R.string.development_settings_not_available); in onActivityCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiSettings.java360 getEmptyTextView().setText(R.string.wifi_empty_list_user_restricted); in restrictUi()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiSettings.java361 getEmptyTextView().setText(R.string.wifi_empty_list_user_restricted); in restrictUi()