Home | History | Annotate | Download | only in os

Lines Matching full:getbyte

591     public byte getByte(String key) {
592 return super.getByte(key);
604 public Byte getByte(String key, byte defaultValue) {
605 return super.getByte(key, defaultValue);