OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listStr
(Results
1 - 5
of
5
) sorted by null
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
SkipBean.java
28
private List<String>
listStr
;
44
return
listStr
;
47
public void setListStr(List<String>
listStr
) {
48
this.
listStr
=
listStr
;
/development/apps/Development/src/com/android/development/
AppHwPref.java
153
String
listStr
= "";
157
listStr
+= str+",";
161
CharSequence txt =
listStr
.subSequence(0,
listStr
.length()-1);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java
698
* @param
listStr
The string to parse.
704
public static int[] parseNumberList(String
listStr
, int minVal, int maxVal,
708
if (
listStr
.indexOf(",") < 0) {
711
values[0] = parseIntRange(
listStr
, minVal, maxVal, allowZero);
713
String[] valueStrs =
listStr
.split(",");
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java
374
String
listStr
= mWifiNative.listNetworks(last_id);
375
if (
listStr
== null) {
378
String[] lines =
listStr
.split("\n");
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java
[
all
...]
Completed in 464 milliseconds