Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java716 BluetoothMapAppParams.STATUS_VALUE_YES)); in setEmailMessageStatusDelete_withStatusValueYes()
737 BluetoothMapAppParams.STATUS_VALUE_YES)); in setEmailMessageStatusDelete_withStatusValueYes_andUpdateCountZero()
845 BluetoothMapAppParams.STATUS_VALUE_YES)); in setMessageStatusDeleted_withTypeEmail()
856 BluetoothMapAppParams.STATUS_VALUE_YES)); in setMessageStatusDeleted_withTypeIm()
903 BluetoothMapAppParams.STATUS_VALUE_YES)); in setMessageStatusDeleted_withTypeGsmOrMms_andStatusValueYes()
910 BluetoothMapAppParams.STATUS_VALUE_YES)); in setMessageStatusDeleted_withTypeGsmOrMms_andStatusValueYes()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java121 public static final int STATUS_VALUE_YES = 1; field in BluetoothMapAppParams
DBluetoothMapContentObserver.java2582 if (status == BluetoothMapAppParams.STATUS_VALUE_YES) { in setEmailMessageStatusDelete()
2915 if (statusValue == BluetoothMapAppParams.STATUS_VALUE_YES) { in setMessageStatusDeleted()