Ejemplo n.º 1
0
 public Message obtainMessage(What readData, int bytes, int i, byte[] buffer) {
   return super.obtainMessage(readData.v(), bytes, i, buffer);
 }
Ejemplo n.º 2
0
 public Message obtainMessage(What notification) {
   return super.obtainMessage(notification.v());
 }