Home
last modified time | relevance | path

Searched refs:partFile (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java512 File partFile = new File(path); in insert() local
513 if (!partFile.exists()) { in insert()
515 if (!partFile.createNewFile()) { in insert()
576 File partFile = new File(path); in insert() local
577 if (!partFile.exists()) { in insert()
579 if (!partFile.createNewFile()) { in insert()