Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 209) sorted by relevance

123456789

/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/db/
DConverters.java37 List<String> strings = Arrays.asList(value.split("\\s*,\\s*")); in storedStringToIntList() local
38 List<Integer> ints = strings.stream().map(Integer::parseInt).collect(toList()); in storedStringToIntList()
61 List<String> strings = Arrays.asList(value.split("\\s*,\\s*")); in storedStringToStringList() local
62 return new StringList(strings); in storedStringToStringList()
73 for (String string : list.strings) { in stringListToStoredString()
94 public final List<String> strings; field in Converters.StringList
97 this.strings = ints; in StringList()
/developers/build/templates/SingleView/_MODULE_/src/template/res/values/
Dstrings.xml.ftl18 <#if (sample.strings.sample_action)?is_string>
19 <string name="sample_action">${sample.strings.sample_action}</string>
21 <string name="sample_action">TODO: Add strings/!sample_action!</string>
/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
DSharedPreferencesHelper.java140 Set<String> strings = new LinkedHashSet<>(list.size()); in setList() local
142 strings.add(mGson.toJson(item)); in setList()
144 editor.putStringSet(key, strings); in setList()
/developers/samples/android/input/gestures/BasicGestureDetect/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/admin/DeviceOwner/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/admin/NfcProvisioning/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/ui/window/AdvancedImmersiveMode/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/media/ScreenCapture/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/content/webview/PermissionRequest/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/content/DirectShare/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/background/alarms/RepeatingAlarm/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/ui/views/Elevation/ElevationBasic/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/notification/ActiveNotifications/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/media/HdrViewfinder/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/build/templates/SingleView/_MODULE_/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/content/documentsUi/StorageProvider/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/security/ConfirmCredential/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/content/documentsUi/StorageClient/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/ui/window/ImmersiveMode/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/ui/window/BasicImmersiveMode/Application/
DREADME-singleview.txt23 This element should be a child of <strings>:
24 <strings>
28 </strings>
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
DAutofillHints.java56 if (fakeData.strictExampleSet != null && fakeData.strictExampleSet.strings != null && in generateFakeField()
57 fakeData.strictExampleSet.strings.size() > 0 && in generateFakeField()
58 !fakeData.strictExampleSet.strings.get(0).isEmpty()) { in generateFakeField()
59 List<String> choices = fakeData.strictExampleSet.strings; in generateFakeField()
/developers/build/templates/base-build/
D_index.jd.ftl6 <p>${sample.strings.intro}</p>
/developers/build/templates/base/
D_index.jd.ftl6 <p>${sample.strings.intro}</p>
/developers/build/templates/unmanaged/
D_index.jd.ftl6 <p>${sample.strings.intro}</p>

123456789