Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java168 private long mDatabaseIdentifierLow = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1343 this.mDatabaseIdentifierLow = idLow; in setDatabaseIdentifier()
1347 if (mDatabaseIdentifierLow != INVALID_VALUE_PARAMETER in getDatabaseIdentifier()
1351 ret.putLong(mDatabaseIdentifierLow); in getDatabaseIdentifier()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java204 private long mDatabaseIdentifierLow = INVALID_VALUE_PARAMETER; field in BluetoothPbapObexServer
1799 mDatabaseIdentifierLow = BluetoothPbapUtils.sDbIdentifier.get(); in getDatabaseIdentifier()
1800 if (mDatabaseIdentifierLow != INVALID_VALUE_PARAMETER in getDatabaseIdentifier()
1804 ret.putLong(mDatabaseIdentifierLow); in getDatabaseIdentifier()