HomeSort by relevance Sort by last modified time
    Searched defs:isHtml (Results 1 - 22 of 22) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
IEmail.java 148 public boolean isHtml() {
  /frameworks/base/core/java/android/text/
BidiFormatter.java 550 return new DirectionalityEstimator(str, false /* isHtml */).getExitDir();
567 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir();
621 private final boolean isHtml;
645 * @param isHtml Whether the text to be scanned is to be treated as HTML, i.e. skipping over
648 DirectionalityEstimator(CharSequence text, boolean isHtml) {
650 this.isHtml = isHtml;
    [all...]
  /frameworks/support/compat/java/android/support/v4/text/
BidiFormatter.java 540 return new DirectionalityEstimator(str, false /* isHtml */).getExitDir();
557 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir();
600 private final boolean isHtml;
624 * @param isHtml Whether the text to be scanned is to be treated as HTML, i.e. skipping over
627 DirectionalityEstimator(CharSequence text, boolean isHtml) {
629 this.isHtml = isHtml;
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/result/
EmailResultReporter.java 290 protected boolean isHtml() {
318 msg.setHtml(isHtml());
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 178 if (tokens.get(i).isHtml() &&
710 public abstract boolean isHtml();
711 public boolean isArray() { return !isHtml(); }
729 public boolean isHtml() { return true; }
779 public boolean isHtml() { return false; }
799 public boolean isHtml() { return false; }
825 public boolean isHtml() { return false; }
884 public boolean isHtml() { return false; }
975 public boolean isHtml() { return false; }
1059 public boolean isHtml() { return false;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1303 milliseconds