Bug 793111 - Part 1 - Add properties in nsIDOMMozMobileICCInfo to indicate if PLMN/SPN is required sr=sicking

This commit is contained in:
Vicamo Yang 2012-11-27 21:29:07 +08:00
parent 22979fc600
commit f18d446d45

View File

@ -415,7 +415,7 @@ interface nsIDOMMozMobileCellInfo: nsISupports
readonly attribute unsigned long gsmCellId;
};
[scriptable, uuid(a71c66ed-dfb0-4c33-9942-049e6f03dbed)]
[scriptable, uuid(352e7f1a-c09f-44ed-8fde-a138b09a0ea9)]
interface nsIDOMMozMobileICCInfo : nsISupports
{
/**
@ -438,6 +438,16 @@ interface nsIDOMMozMobileICCInfo : nsISupports
*/
readonly attribute DOMString spn;
/**
* Network name must be a part of displayed carrier name.
*/
readonly attribute boolean isDisplayNetworkNameRequired;
/**
* Service provider name must be a part of displayed carrier name.
*/
readonly attribute boolean isDisplaySpnRequired;
/**
* Mobile Station ISDN Number (MSISDN) of the subscriber's, aka
* his phone number.