Home | History | Annotate | Download | only in app

Lines Matching refs:whereArgs

871         String[] whereArgs = new String[ids.length];
873 whereArgs[i] = Long.toString(ids[i]);
875 return whereArgs;