Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java166 private long mDatabaseIdentifierHigh = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
971 this.mDatabaseIdentifierHigh = idHigh; in setDatabaseIdentifier()
977 && mDatabaseIdentifierHigh != INVALID_VALUE_PARAMETER) { in getDatabaseIdentifier()
979 ret.putLong(mDatabaseIdentifierHigh); in getDatabaseIdentifier()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java202 private long mDatabaseIdentifierHigh = INVALID_VALUE_PARAMETER; field in BluetoothPbapObexServer
1484 mDatabaseIdentifierHigh = 0; in getDatabaseIdentifier()
1487 && mDatabaseIdentifierHigh != INVALID_VALUE_PARAMETER) { in getDatabaseIdentifier()
1489 ret.putLong(mDatabaseIdentifierHigh); in getDatabaseIdentifier()