Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java4086 String fractionStr = (fractionRequest == 0) ? "FIRST" : "NEXT"; in getEmailMessage() local
4087 Log.v(TAG, "getEmailMessage - FractionRequest " + fractionStr in getEmailMessage()