Home
last modified time | relevance | path

Searched refs:getFilterPriority (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java649 if (getFilterPriority() != INVALID_VALUE_PARAMETER) { in encodeParams()
652 appParamBuf.put((byte) getFilterPriority()); in encodeParams()
959 public int getFilterPriority() { in getFilterPriority() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1038 Log.d(TAG, "FilterPriority = " + appParams.getFilterPriority()); in onGet()
DBluetoothMapContent.java1920 int pri = ap.getFilterPriority(); in setWhereFilterPriority()
2262 if (ap.getFilterPriority() != 1) { /*SMS cannot have high priority*/ in msgListing()