Lines Matching defs:strId
1436 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space);1437 Toast.makeText(this, getString(strId), Toast.LENGTH_SHORT).show();