Home
last modified time | relevance | path

Searched refs:mDatabaseIdentifierHigh (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java169 private long mDatabaseIdentifierHigh = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1342 this.mDatabaseIdentifierHigh = idHigh; in setDatabaseIdentifier()
1348 && mDatabaseIdentifierHigh != INVALID_VALUE_PARAMETER) { in getDatabaseIdentifier()
1350 ret.putLong(mDatabaseIdentifierHigh); in getDatabaseIdentifier()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java206 private long mDatabaseIdentifierHigh = INVALID_VALUE_PARAMETER; field in BluetoothPbapObexServer
1798 mDatabaseIdentifierHigh = 0; in getDatabaseIdentifier()
1801 && mDatabaseIdentifierHigh != INVALID_VALUE_PARAMETER) { in getDatabaseIdentifier()
1803 ret.putLong(mDatabaseIdentifierHigh); in getDatabaseIdentifier()