Home | History | Annotate | Download | only in opp

Lines Matching refs:Constants

56     private static final boolean D = Constants.DEBUG;
57 private static final boolean V = Constants.VERBOSE;
116 base = new File(root + Constants.DEFAULT_STORE_SUBDIR);
118 if (D) Log.d(Constants.TAG, "Receive File aborted - can't create base directory "
124 if (D) Log.d(Constants.TAG, "Receive File aborted - no external storage");
134 if (D) Log.d(Constants.TAG, "Receive File aborted - not enough free space");
164 if (V) Log.v(Constants.TAG, "Generated received filename " + fullfilename);
173 if (V) Log.v(Constants.TAG, "New display name " + displayName);
182 if (D) Log.e(Constants.TAG, "Error when creating file " + fullfilename);
196 Constants.DEFAULT_STORE_SUBDIR;
217 filename = filename + Constants.filename_SEQUENCE_SEPARATOR;
237 if (V) Log.v(Constants.TAG, "file with sequence number " + sequence + " exists");
257 if (V) Log.v(Constants.TAG, "getting filename from hint");