Bug 1129946 - [STK] Add result code for "Command performed successfully, but requested icon could not be displayed". r=hsinyi

This commit is contained in:
Edgar Chen 2015-01-06 19:26:00 +08:00
Родитель 0e07571446
Коммит 511fe884d0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -70,6 +70,9 @@ interface MozIccManager : EventTarget
/** REFRESH performed with additional EFs read */
const unsigned short STK_RESULT_PRFRMD_WITH_ADDITIONAL_EFS_READ = 0x03;
/** Command performed successfully, but icon could not be displayed */
const unsigned short STK_RESULT_PRFRMD_ICON_NOT_DISPLAYED = 0x04;
/** Command performed successfully, limited service */
const unsigned short STK_RESULT_PRFRMD_LIMITED_SERVICE = 0x06;