sbMediaItemControllerTest.js File Reference

Silly test-only media item controller component for use with the media item controller cleanup test. More...

Go to the source code of this file.

Functions

Components utils import ("resource://gre/modules/XPCOMUtils.jsm")
 
function TestMediaItemController ()
 

Variables

const SB_MEDIAITEMCONTROLLER_PARTIALCONTRACTID
 
const K_TRACKTYPE_ADDED = "TEST_MEDIA_ITEM_CONTROLLER_ADDED"
 
TestMediaItemController prototype
 
var NSGetModule = XPCOMUtils.generateNSGetModule([TestMediaItemController])
 

Detailed Description

Silly test-only media item controller component for use with the media item controller cleanup test.

Definition in file sbMediaItemControllerTest.js.

Function Documentation

Components utils import ( "resource://gre/modules/XPCOMUtils.jsm"  )
function TestMediaItemController ( )

Definition at line 37 of file sbMediaItemControllerTest.js.

Variable Documentation

const K_TRACKTYPE_ADDED = "TEST_MEDIA_ITEM_CONTROLLER_ADDED"

Definition at line 35 of file sbMediaItemControllerTest.js.

var NSGetModule = XPCOMUtils.generateNSGetModule([TestMediaItemController])

Definition at line 45 of file sbMediaItemControllerTest.js.

Initial value:
= {
classDescription: "Test Media Item Controller",
classID: Components.ID("{6c236836-1dd2-11b2-bd72-d1a4ceb6bef3}"),
}
const SB_MEDIAITEMCONTROLLER_PARTIALCONTRACTID
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
sbDeviceFirmwareAutoCheckForUpdate prototype classDescription
sbDeviceFirmwareAutoCheckForUpdate prototype classID
const K_TRACKTYPE_ADDED

Definition at line 39 of file sbMediaItemControllerTest.js.

const SB_MEDIAITEMCONTROLLER_PARTIALCONTRACTID
Initial value:
=
"@songbirdnest.com/Songbird/library/mediaitemcontroller;1?type="

Definition at line 33 of file sbMediaItemControllerTest.js.