Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsPartsCleanup.java58 public static void cleanupDanglingParts(Context context, boolean doDelete, Bundle bundle) { in cleanupDanglingParts() argument
63 if (doDelete) { in cleanupDanglingParts()
DMmsSmsProvider.java1669 boolean doDelete = TextUtils.equals(DO_DELETE, arg); in call()
1670 MmsPartsCleanup.cleanupDanglingParts(getContext(), doDelete, result); in call() local