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

  /frameworks/base/core/java/com/google/android/util/
SmileyResources.java 25 * Resources for smiley parser.
32 * @param smilies Smiley text, e.g. ":)", "8-)"
43 * Looks up the resource id of a given smiley.
44 * @param smiley The smiley to look up.
45 * @return the resource id of the specified smiley, or -1 if no resource
48 public int getSmileyRes(String smiley) {
49 Integer i = mSmileyToRes.get(smiley);
AbstractMessageParser.java 304 addToken(new Smiley(match.getText()));
545 /** Determines whether the given index could be a possible smiley break. */
599 * a smiley and <code>c2</code> could be the first character of
600 * a different smiley, if {@link #isWordBreak} would not already
660 SMILEY ("e"),
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockScreenInfoTest.java 50 final String smiley = new String(Character.toChars(0x1F601)); local
52 setLockInfo(smiley + phone + "\t" + phone + smiley);
  /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 

Completed in 281 milliseconds