OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listStr
(Results
1 - 4
of
4
) sorted by null
/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/calendarcommon/
EventRecurrence.java
690
* @param
listStr
The string to parse.
696
public static int[] parseNumberList(String
listStr
, int minVal, int maxVal,
700
if (
listStr
.indexOf(",") < 0) {
703
values[0] = parseIntRange(
listStr
, minVal, maxVal, allowZero);
705
String[] valueStrs =
listStr
.split(",");
/frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java
555
String
listStr
= WifiNative.listNetworksCommand();
562
if (
listStr
== null)
565
String[] lines =
listStr
.split("\n");
[
all
...]
/external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp
196
string
listStr
= "ls -F \"";
197
listStr
+= string(base) + "/" + workingDir + "\" > " + ScratchFile(name);
198
int err = system(
listStr
.c_str());
[
all
...]
Completed in 643 milliseconds