progressStart: function()

in www/android/notification.js [54:56]


    progressStart: function (title, message) {
        exec(null, null, 'Notification', 'progressStart', [title, message]);
    },