Home | History | Annotate | Download | only in app

Lines Matching defs:whereArgs

1224         String[] whereArgs = new String[ids.length];
1226 whereArgs[i] = Long.toString(ids[i]);
1228 return whereArgs;