Lines Matching refs:Notification

43  * Notification type.
50 DeviceHandler.Notification = function(prefix, title, message, opt_buttonLabel) {
86 * @type {DeviceHandler.Notification}
89 DeviceHandler.Notification.DEVICE_NAVIGATION = new DeviceHandler.Notification(
96 * @type {DeviceHandler.Notification}
99 DeviceHandler.Notification.DEVICE_FAIL = new DeviceHandler.Notification(
105 * @type {DeviceHandler.Notification}
108 DeviceHandler.Notification.DEVICE_FAIL_UNKNOWN = new DeviceHandler.Notification(
115 * @type {DeviceHandler.Notification}
118 DeviceHandler.Notification.DEVICE_EXTERNAL_STORAGE_DISABLED =
119 new DeviceHandler.Notification(
125 * @type {DeviceHandler.Notification}
128 DeviceHandler.Notification.DEVICE_HARD_UNPLUGGED =
129 new DeviceHandler.Notification(
135 * @type {DeviceHandler.Notification}
138 DeviceHandler.Notification.FORMAT_START = new DeviceHandler.Notification(
144 * @type {DeviceHandler.Notification}
147 DeviceHandler.Notification.FORMAT_SUCCESS = new DeviceHandler.Notification(
153 * @type {DeviceHandler.Notification}
156 DeviceHandler.Notification.FORMAT_FAIL = new DeviceHandler.Notification(
165 * @return {string} Notification ID.
167 DeviceHandler.Notification.prototype.show = function(devicePath, opt_message) {
180 DeviceHandler.Notification.prototype.showOnce = function(devicePath) {
195 * @param {string} notificaitonId Notification ID.
201 DeviceHandler.Notification.prototype.showInternal_ = function(
221 DeviceHandler.Notification.prototype.hide = function(devicePath) {
230 * @return {string} Notification ID.
233 DeviceHandler.Notification.prototype.makeId_ = function(devicePath) {
245 DeviceHandler.Notification.DEVICE_EXTERNAL_STORAGE_DISABLED.show(
249 DeviceHandler.Notification.DEVICE_FAIL.hide(event.devicePath);
250 DeviceHandler.Notification.DEVICE_EXTERNAL_STORAGE_DISABLED.hide(
255 DeviceHandler.Notification.DEVICE_HARD_UNPLUGGED.show(
259 DeviceHandler.Notification.FORMAT_START.show(event.devicePath);
262 DeviceHandler.Notification.FORMAT_START.hide(event.devicePath);
263 DeviceHandler.Notification.FORMAT_SUCCESS.show(event.devicePath);
266 DeviceHandler.Notification.FORMAT_START.hide(event.devicePath);
267 DeviceHandler.Notification.FORMAT_FAIL.show(event.devicePath);
310 DeviceHandler.Notification.DEVICE_NAVIGATION.show(
313 DeviceHandler.Notification.DEVICE_NAVIGATION.hide(volume.devicePath);
342 DeviceHandler.Notification.DEVICE_FAIL.hide(volume.devicePath);
372 DeviceHandler.Notification.DEVICE_FAIL.show(
382 DeviceHandler.Notification.DEVICE_FAIL.show(
389 DeviceHandler.Notification.DEVICE_FAIL_UNKNOWN.show(