Home | History | Annotate | Download | only in launcher3

Lines Matching full:strid

1749         int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space);
1750 Toast.makeText(this, getString(strId), Toast.LENGTH_SHORT).show();