Home | History | Annotate | Download | only in applications

Lines Matching defs:pnames

851                 ArrayList<CharSequence> pnames = new ArrayList<CharSequence>();
859 pnames.add(ainfo.loadLabel(mPm));
863 final int N = pnames.size();
868 appListStr = pnames.get(0).toString();
870 appListStr = res.getString(R.string.join_two_items, pnames.get(0),
871 pnames.get(1));
873 appListStr = pnames.get(N-2).toString();
876 : R.string.join_many_items_middle, pnames.get(i), appListStr);
879 appListStr, pnames.get(N-1));