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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java1301 public void setStatusValue(int statusValue) { argument
1302 if (statusValue < 0 || statusValue > 0x1)
1304 this.mStatusValue = statusValue;
H A DBluetoothMapContentObserver.java2319 * @param statusValue
2323 BluetoothMapFolderElement mCurrentFolder, String uriStr, int statusValue) {
2326 + " type " + type + " value " + statusValue);
2329 res = setEmailMessageStatusDelete(mCurrentFolder, uriStr, handle, statusValue);
2334 if (statusValue == BluetoothMapAppParams.STATUS_VALUE_YES) {
2340 } else if (statusValue == BluetoothMapAppParams.STATUS_VALUE_NO) {
2356 * @param statusValue
2359 public boolean setMessageStatusRead(long handle, TYPE type, String uriStr, int statusValue) argument
2364 + " type " + type + " value " + statusValue);
2371 contentValues.put(Sms.READ, statusValue);
2322 setMessageStatusDeleted(long handle, TYPE type, BluetoothMapFolderElement mCurrentFolder, String uriStr, int statusValue) argument
[all...]

Completed in 72 milliseconds