Searched refs:sent (Results 1 - 3 of 3) 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);
H A DBluetoothMapContent.java336 mList = msgListing("sent", ap);
362 String sent = null;
364 sent = "yes";
366 sent = "no";
368 if (D) Log.d(TAG, "setSent: " + sent);
369 e.setSent(sent);
903 else if ("sent".equalsIgnoreCase(folder)) {
924 else if ("sent".equalsIgnoreCase(folder)) {
1326 return "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 100 milliseconds