HomeSort by relevance Sort by last modified time
    Searched refs:firstDot (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 173 int firstDot = address.indexOf('.', lastAt + 1);
175 return firstAt > 0 && firstAt == lastAt && lastAt + 1 < firstDot
176 && firstDot <= lastDot && lastDot < len - 1;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 582 boolean firstDot = true;
586 if (!firstDot) {
590 firstDot = false;
  /frameworks/base/tools/aapt/
Resource.cpp 55 const char* firstDot = strchr(leaf.string(), '.');
58 if (firstDot) {
59 return String8(str, firstDot-str);
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 68 milliseconds