Searched refs:vHigh (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapUtils.java210 public static String getLongLongAsString(long vLow, long vHigh) { argument
214 int v3 = (int) (vHigh & 0xffffffff);
215 int v4 = (int) ((vHigh>>32) & 0xffffffff);

Completed in 32 milliseconds