Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java291 TextView emptyViewText = (TextView) holder.itemView; in onBindViewHolder() local
292 emptyViewText.setText(mEmptySearchMessage); in onBindViewHolder()
293 emptyViewText.setGravity(mApps.hasNoFilteredResults() ? Gravity.CENTER : in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSub.java182 String emptyViewText = res.getString(R.string.wifi_calling_off_explanation, in onActivityCreated() local
184 mEmptyView.setText(emptyViewText); in onActivityCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/calling/
DWifiCallingSettingsForSub.java181 String emptyViewText = res.getString(R.string.wifi_calling_off_explanation, in onActivityCreated() local
183 mEmptyView.setText(emptyViewText); in onActivityCreated()