Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DEmailAddress.java136 final int firstDot = host.indexOf('.'); in isValidInternal() local
139 if (firstDot == -1) { in isValidInternal()
153 final int secondDot = host.indexOf(".", firstDot + 1); in isValidInternal()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java675 boolean firstDot = true; in applyRemoteDeviceQuirks()
679 if (!firstDot) { in applyRemoteDeviceQuirks()
683 firstDot = false; in applyRemoteDeviceQuirks()