Home | History | Annotate | Download | only in launcher2

Lines Matching refs:strId

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