HomeSort by relevance Sort by last modified time
    Searched refs:emptyViewText (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java 294 TextView emptyViewText = (TextView) holder.itemView;
295 emptyViewText.setText(mEmptySearchMessage);
296 emptyViewText.setGravity(mApps.hasNoFilteredResults() ? Gravity.CENTER :
  /packages/apps/Settings/src/com/android/settings/wifi/calling/
WifiCallingSettingsForSub.java 161 String emptyViewText = activity.getString(R.string.wifi_calling_off_explanation)
163 mEmptyView.setText(emptyViewText);

Completed in 185 milliseconds