HomeSort by relevance Sort by last modified time
    Searched defs:partFile (Results 1 - 3 of 3) sorted by null

  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/
aether-connector-basic-1.0.2.v20150114.jar 
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 511 File partFile = new File(path);
512 if (!partFile.exists()) {
514 if (!partFile.createNewFile()) {
516 "Unable to create new partFile: " + path);
528 "Unable to create new partFile: " + path);
571 File partFile = new File(path);
572 if (!partFile.exists()) {
574 if (!partFile.createNewFile()) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 

Completed in 297 milliseconds