com.pax.dal
Interface IPhoneManager.IVSimAndESimListener
-
- Enclosing interface:
- IPhoneManager
public static interface IPhoneManager.IVSimAndESimListener
VSim和ESim服务监听器VSim and ESim service listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidonResult(int code)返回结果。Return result
-
-
-
Method Detail
-
onResult
void onResult(int code)
返回结果。Return result- Parameters:
code-- 0(访问成功)
- -1(访问失败,一般是发生错误)
- -2(无权访问,只有同uid或签名的进程可以访问)
- 1000 (服务绑定失败)
- 1001(服务未安装)
- 1002(服务初始化失败)
- 1003(服务未准备好)
- 1004 (切换码号中)
- 1005 (服务调用过于频繁)
- 1006 (操作无效)
- 1007 (输入无效)
- 1008 (没有更多的业务卡)
- 2000 (服务已打开)
- 2001 (服务已关闭)
- 0(Access success)
- -1(Access failed, usually an error occurred)
- -2(Only processes with the same uid or signature have access)
- 1000 (Service binding failure)
- 1001(Service not installed)
- 1002(Service initialization failed. Procedure)
- 1003(Service initialization failed)
- 1004 (Switching code numbers)
- 1005 (Service calls are too frequent)
- 1006 (Invalid operation)
- 1007 (Invalid input)
- 1008 (No more business cards)
- 2000 (Service opened)
- 2001 (Service is closed)
-
-