/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/db/ |
D | Converters.java | 37 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/ |
D | strings.xml.ftl | 18 <#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/ |
D | SharedPreferencesHelper.java | 140 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/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/admin/DeviceOwner/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/admin/NfcProvisioning/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/media/ScreenCapture/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/content/webview/PermissionRequest/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/content/DirectShare/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/background/alarms/RepeatingAlarm/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/ui/views/Elevation/ElevationBasic/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/notification/ActiveNotifications/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/media/HdrViewfinder/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/build/templates/SingleView/_MODULE_/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/content/documentsUi/StorageProvider/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/security/ConfirmCredential/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/content/documentsUi/StorageClient/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/ui/window/ImmersiveMode/Application/ |
D | README-singleview.txt | 23 This element should be a child of <strings>: 24 <strings> 28 </strings>
|
/developers/samples/android/ui/window/BasicImmersiveMode/Application/ |
D | README-singleview.txt | 23 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/ |
D | AutofillHints.java | 56 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.ftl | 6 <p>${sample.strings.intro}</p>
|
/developers/build/templates/base/ |
D | _index.jd.ftl | 6 <p>${sample.strings.intro}</p>
|
/developers/build/templates/unmanaged/ |
D | _index.jd.ftl | 6 <p>${sample.strings.intro}</p>
|