Home | History | Annotate | Download | only in telecom

Lines Matching defs:account

45     private static final String COMMAND_SET_PHONE_ACCOUNT_ENABLED = "set-phone-account-enabled";
46 private static final String COMMAND_SET_PHONE_ACCOUNT_DISABLED = "set-phone-account-disabled";
47 private static final String COMMAND_REGISTER_PHONE_ACCOUNT = "register-phone-account";
48 private static final String COMMAND_REGISTER_SIM_PHONE_ACCOUNT = "register-sim-phone-account";
49 private static final String COMMAND_UNREGISTER_PHONE_ACCOUNT = "unregister-phone-account";
64 "usage: telecom set-phone-account-enabled <COMPONENT> <ID> <USER_SN>\n" +
65 "usage: telecom set-phone-account-disabled <COMPONENT> <ID> <USER_SN>\n" +
66 "usage: telecom register-phone-account <COMPONENT> <ID> <USER_SN> <LABEL>\n" +
67 "usage: telecom register-sim-phone-account <COMPONENT> <ID> <USER_SN> <LABEL> <ADDRESS>\n" +
68 "usage: telecom unregister-phone-account <COMPONENT> <ID> <USER_SN>\n" +
74 "telecom set-phone-account-enabled: Enables the given phone account, if it has \n" +
77 "telecom set-phone-account-disabled: Disables the given phone account, if it \n" +
152 PhoneAccount account = PhoneAccount.builder(handle, label)
154 mTelecomService.registerPhoneAccount(account);
162 PhoneAccount account = PhoneAccount.builder(
172 mTelecomService.registerPhoneAccount(account);