Home | History | Annotate | Download | only in content

Lines Matching defs:mSelectionArgs

49     private final String[] mSelectionArgs;
67 mSelectionArgs = builder.mSelectionArgs;
79 mSelectionArgs = source.readInt() != 0 ? source.readStringArray() : null;
106 mSelectionArgs = cpo.mSelectionArgs;
136 if (mSelectionArgs != null) {
138 dest.writeStringArray(mSelectionArgs);
412 return mSelectionArgs;
414 String[] newArgs = new String[mSelectionArgs.length];
415 System.arraycopy(mSelectionArgs, 0, newArgs, 0, mSelectionArgs.length);
492 private String[] mSelectionArgs;
657 mSelectionArgs = null;
659 mSelectionArgs = new String[selectionArgs.length];
660 System.arraycopy(selectionArgs, 0, mSelectionArgs, 0, selectionArgs.length);