OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newTextRecord
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundNdefPush.java
39
public static NdefRecord
newTextRecord
(String text, Locale locale, boolean encodeInUtf8) {
72
new NdefRecord[] {
newTextRecord
("NDEF Push Sample", Locale.ENGLISH, true)});
/packages/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java
138
public static NdefRecord
newTextRecord
(String text, Locale locale) {
139
return
newTextRecord
(text, locale, true);
142
public static NdefRecord
newTextRecord
(String text, Locale locale, boolean encodeInUtf8) {
/development/samples/NFCDemo/src/com/example/android/nfc/simulator/
FakeTagsActivity.java
46
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 299 milliseconds