Searched defs:sent (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java54 private String sent = null; field in class:BluetoothMapMessageListingElement
192 return sent;
195 public void setSent(String sent) { argument
196 this.sent = sent;
253 if(sent != null)
254 xmlMsgElement.attribute("", "sent", sent);
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java111 private TextView sent; field in class:RadioInfo
273 sent = (TextView) findViewById(R.id.sent);
684 sent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes);

Completed in 137 milliseconds