Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java763 BluetoothMapAppParams.STATUS_VALUE_NO)); in setEmailMessageStatusDelete_withStatusValueNo()
791 BluetoothMapAppParams.STATUS_VALUE_NO)); in setEmailMessageStatusDelete_withStatusValueNo_andOldFolderIdMinusOne()
821 BluetoothMapAppParams.STATUS_VALUE_NO)); in setEmailMessageStatusDelete_withStatusValueNo_andInboxFolderNull()
876 BluetoothMapAppParams.STATUS_VALUE_NO)); in setMessageStatusDeleted_withTypeGsmOrMms_andStatusValueNo()
883 BluetoothMapAppParams.STATUS_VALUE_NO)); in setMessageStatusDeleted_withTypeGsmOrMms_andStatusValueNo()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java122 public static final int STATUS_VALUE_NO = 0; field in BluetoothMapAppParams
DBluetoothMapContentObserver.java2619 } else if (status == BluetoothMapAppParams.STATUS_VALUE_NO) { in setEmailMessageStatusDelete()
2921 } else if (statusValue == BluetoothMapAppParams.STATUS_VALUE_NO) { in setMessageStatusDeleted()