Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1048 SignedLongLong tmpLongLong = appParams.getFilterConvoId(); in onGet() local
1049 Log.d(TAG, "FilterConvoId = " + ((tmpLongLong == null) ? "" in onGet()
1050 : Long.toHexString(tmpLongLong.getLeastSignificantBits()))); in onGet()