Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java375 public String getLine() { in getLine() method in BluetoothMapbMessage.BMsgReader
395 String line = getLine(); in getLineEnforce()
414 String line = getLine(); in expect()
431 String line = getLine(); in expect()
/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
DValidationTestUtil.java45 "Failed to parse the config! line: " + e.getLine() + " col: " + e.getColumn(), in getConfig()