Searched refs:showEmptyText (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsState.java394 public CharSequence getTimeText(Resources res, boolean showEmptyText) { argument
404 return showEmptyText ? res.getText(R.string.app_ops_never_used) : "";

Completed in 64 milliseconds