Lines Matching defs:file
5 * you may not use this file except in compliance with the License.
29 import java.io.File;
46 Log.e(TAG, "The system property for the license file is empty");
51 final File file = new File(path);
52 if (!file.exists() || file.length() == 0) {
53 Log.e(TAG, "License file " + path + " does not exist");
62 intent.setDataAndType(Uri.fromFile(file), "text/html");