Searched refs:doDelete (Results 1 – 2 of 2) sorted by relevance
58 public static void cleanupDanglingParts(Context context, boolean doDelete, Bundle bundle) { in cleanupDanglingParts() argument63 if (doDelete) { in cleanupDanglingParts()
1669 boolean doDelete = TextUtils.equals(DO_DELETE, arg); in call()1670 MmsPartsCleanup.cleanupDanglingParts(getContext(), doDelete, result); in call() local