Lines Matching defs:file
5 * you may not use this file except in compliance with the License.
27 import java.io.File;
198 File file = PhoneGlobals.getInstance().getDir ("phoneTrace", Context.MODE_PRIVATE);
199 if (file.exists() == false) {
200 file.mkdirs();
202 String baseName = file.getPath() + File.separator + "callstate";
206 file = new File(dataFile);
207 if (file.exists() == true) {
208 file.delete();
211 file = new File(keyFile);
212 if (file.exists() == true) {
213 file.delete();