HomeSort by relevance Sort by last modified time
    Searched full:newtextrecord (Results 1 - 2 of 2) sorted by null

  /packages/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java 129 public static NdefRecord newTextRecord(String text, Locale locale) {
130 return newTextRecord(text, locale, true);
133 public static NdefRecord newTextRecord(String text, Locale locale, boolean encodeInUtf8) {
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 52 public static NdefRecord newTextRecord(String text, Locale locale, boolean encodeInUtf8) {
95 NdefRecord text = newTextRecord("There's an image below this text!", Locale.US, true);

Completed in 176 milliseconds