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;
115 base = new File(root + Constants.DEFAULT_STORE_SUBDIR);
117 if (D) Log.d(Constants.TAG, "Receive File aborted - can't create base directory "
123 if (D) Log.d(Constants.TAG, "Receive File aborted - no external storage");
133 if (D) Log.d(Constants.TAG, "Receive File aborted - not enough free space");
159 if (V) Log.v(Constants.TAG, "Generated received filename " + fullfilename);
168 if (V) Log.v(Constants.TAG, "New display name " + displayName);
177 if (D) Log.e(Constants.TAG, "Error when creating file " + fullfilename);
191 Constants.DEFAULT_STORE_SUBDIR;
212 filename = filename + Constants.filename_SEQUENCE_SEPARATOR;
232 if (V) Log.v(Constants.TAG, "file with sequence number " + sequence + " exists");
247 if (V) Log.v(Constants.TAG, "getting filename from hint");