Home | History | Annotate | Download | only in launcher2

Lines Matching full:strid

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