• Home
  • Raw
  • Download

Lines Matching refs:println

476         pw.println("Telephony Commands:");  in onHelp()
477 pw.println(" help"); in onHelp()
478 pw.println(" Print this help text."); in onHelp()
479 pw.println(" ims"); in onHelp()
480 pw.println(" IMS Commands."); in onHelp()
481 pw.println(" uce"); in onHelp()
482 pw.println(" RCS User Capability Exchange Commands."); in onHelp()
483 pw.println(" emergency-number-test-mode"); in onHelp()
484 pw.println(" Emergency Number Test Mode Commands."); in onHelp()
485 pw.println(" end-block-suppression"); in onHelp()
486 pw.println(" End Block Suppression command."); in onHelp()
487 pw.println(" data"); in onHelp()
488 pw.println(" Data Test Mode Commands."); in onHelp()
489 pw.println(" cc"); in onHelp()
490 pw.println(" Carrier Config Commands."); in onHelp()
491 pw.println(" gba"); in onHelp()
492 pw.println(" GBA Commands."); in onHelp()
493 pw.println(" src"); in onHelp()
494 pw.println(" RCS VoLTE Single Registration Config Commands."); in onHelp()
495 pw.println(" restart-modem"); in onHelp()
496 pw.println(" Restart modem command."); in onHelp()
497 pw.println(" unattended-reboot"); in onHelp()
498 pw.println(" Prepare for unattended reboot."); in onHelp()
499 pw.println(" has-carrier-privileges [package]"); in onHelp()
500 pw.println(" Query carrier privilege status for a package. Prints true or false."); in onHelp()
501 pw.println(" get-allowed-network-types-for-users"); in onHelp()
502 pw.println(" Get the Allowed Network Types."); in onHelp()
503 pw.println(" set-allowed-network-types-for-users"); in onHelp()
504 pw.println(" Set the Allowed Network Types."); in onHelp()
505 pw.println(" radio"); in onHelp()
506 pw.println(" Radio Commands."); in onHelp()
526 pw.println("D2D Comms Commands:"); in onHelpD2D()
527 pw.println(" d2d send TYPE VALUE"); in onHelpD2D()
528 pw.println(" Sends a D2D message of specified type and value."); in onHelpD2D()
529 pw.println(" Type: " + MESSAGE_CALL_RADIO_ACCESS_TYPE + " - " in onHelpD2D()
531 pw.println(" Type: " + MESSAGE_CALL_AUDIO_CODEC + " - " + Communicator.messageToString( in onHelpD2D()
533 pw.println(" Type: " + MESSAGE_DEVICE_BATTERY_STATE + " - " in onHelpD2D()
536 pw.println(" Type: " + MESSAGE_DEVICE_NETWORK_COVERAGE + " - " in onHelpD2D()
538 pw.println(" d2d transport TYPE"); in onHelpD2D()
539 pw.println(" Forces the specified D2D transport TYPE to be active. Use the"); in onHelpD2D()
540 pw.println(" short class name of the transport; i.e. DtmfTransport or RtpTransport."); in onHelpD2D()
541 pw.println(" d2d set-device-support true/default"); in onHelpD2D()
542 pw.println(" true - forces device support to be enabled for D2D."); in onHelpD2D()
543 pw.println(" default - clear any previously set force-enable of D2D, reverting to "); in onHelpD2D()
544 pw.println(" the current device's configuration."); in onHelpD2D()
549 pw.println("Barring Commands:"); in onHelpBarring()
550 pw.println(" barring send -s SLOT_ID -b BARRING_TYPE -c IS_CONDITIONALLY_BARRED" in onHelpBarring()
552 pw.println(" Notifies of a barring info change for the specified slot id."); in onHelpBarring()
553 pw.println(" BARRING_TYPE: 0 for BARRING_TYPE_NONE"); in onHelpBarring()
554 pw.println(" BARRING_TYPE: 1 for BARRING_TYPE_UNCONDITIONAL"); in onHelpBarring()
555 pw.println(" BARRING_TYPE: 2 for BARRING_TYPE_CONDITIONAL"); in onHelpBarring()
556 pw.println(" BARRING_TYPE: -1 for BARRING_TYPE_UNKNOWN"); in onHelpBarring()
561 pw.println("IMS Commands:"); in onHelpIms()
562 pw.println(" ims set-ims-service [-s SLOT_ID] [-u USER_ID] (-c | -d | -f) PACKAGE_NAME"); in onHelpIms()
563 pw.println(" Sets the ImsService defined in PACKAGE_NAME to to be the bound"); in onHelpIms()
564 pw.println(" ImsService. Options are:"); in onHelpIms()
565 pw.println(" -s: the slot ID that the ImsService should be bound for. If no option"); in onHelpIms()
566 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpIms()
567 pw.println(" -u: the user ID that the ImsService should be bound on. If no option"); in onHelpIms()
568 pw.println(" is specified, the SYSTEM user ID will be preferred followed by the"); in onHelpIms()
569 pw.println(" current user ID if they are different"); in onHelpIms()
570 pw.println(" -c: Override the ImsService defined in the carrier configuration."); in onHelpIms()
571 pw.println(" -d: Override the ImsService defined in the device overlay."); in onHelpIms()
572 pw.println(" -f: Set the feature that this override if for, if no option is"); in onHelpIms()
573 pw.println(" specified, the new package name will be used for all features."); in onHelpIms()
574 pw.println(" ims get-ims-service [-s SLOT_ID] [-c | -d]"); in onHelpIms()
575 pw.println(" Gets the package name of the currently defined ImsService."); in onHelpIms()
576 pw.println(" Options are:"); in onHelpIms()
577 pw.println(" -s: The SIM slot ID for the registered ImsService. If no option"); in onHelpIms()
578 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpIms()
579 pw.println(" -c: The ImsService defined as the carrier configured ImsService."); in onHelpIms()
580 pw.println(" -d: The ImsService defined as the device default ImsService."); in onHelpIms()
581 pw.println(" -f: The feature type that the query will be requested for. If none is"); in onHelpIms()
582 pw.println(" specified, the returned package name will correspond to MMTEL."); in onHelpIms()
583 pw.println(" ims clear-ims-service-override [-s SLOT_ID]"); in onHelpIms()
584 pw.println(" Clear all carrier ImsService overrides. This does not work for device "); in onHelpIms()
585 pw.println(" configuration overrides. Options are:"); in onHelpIms()
586 pw.println(" -s: The SIM slot ID for the registered ImsService. If no option"); in onHelpIms()
587 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpIms()
588 pw.println(" ims enable [-s SLOT_ID]"); in onHelpIms()
589 pw.println(" enables IMS for the SIM slot specified, or for the default voice SIM slot"); in onHelpIms()
590 pw.println(" if none is specified."); in onHelpIms()
591 pw.println(" ims disable [-s SLOT_ID]"); in onHelpIms()
592 pw.println(" disables IMS for the SIM slot specified, or for the default voice SIM"); in onHelpIms()
593 pw.println(" slot if none is specified."); in onHelpIms()
594 pw.println(" ims conference-event-package [enable/disable]"); in onHelpIms()
595 pw.println(" enables or disables handling or network conference event package data."); in onHelpIms()
600 pw.println("User Capability Exchange Commands:"); in onHelpUce()
601 pw.println(" uce get-eab-contact [PHONE_NUMBER]"); in onHelpUce()
602 pw.println(" Get the EAB contacts from the EAB database."); in onHelpUce()
603 pw.println(" Options are:"); in onHelpUce()
604 pw.println(" PHONE_NUMBER: The phone numbers to be removed from the EAB databases"); in onHelpUce()
605 pw.println(" Expected output format :"); in onHelpUce()
606 pw.println(" [PHONE_NUMBER],[RAW_CONTACT_ID],[CONTACT_ID],[DATA_ID]"); in onHelpUce()
607 pw.println(" uce remove-eab-contact [-s SLOT_ID] [PHONE_NUMBER]"); in onHelpUce()
608 pw.println(" Remove the EAB contacts from the EAB database."); in onHelpUce()
609 pw.println(" Options are:"); in onHelpUce()
610 pw.println(" -s: The SIM slot ID to read carrier config value for. If no option"); in onHelpUce()
611 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpUce()
612 pw.println(" PHONE_NUMBER: The phone numbers to be removed from the EAB databases"); in onHelpUce()
613 pw.println(" uce get-device-enabled"); in onHelpUce()
614 pw.println(" Get the config to check whether the device supports RCS UCE or not."); in onHelpUce()
615 pw.println(" uce set-device-enabled true|false"); in onHelpUce()
616 pw.println(" Set the device config for RCS User Capability Exchange to the value."); in onHelpUce()
617 pw.println(" The value could be true, false."); in onHelpUce()
618 pw.println(" uce override-published-caps [-s SLOT_ID] add|remove|clear [CAPABILITIES]"); in onHelpUce()
619 pw.println(" Override the existing SIP PUBLISH with different capabilities."); in onHelpUce()
620 pw.println(" Options are:"); in onHelpUce()
621 pw.println(" -s: The SIM slot ID to read carrier config value for. If no option"); in onHelpUce()
622 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpUce()
623 pw.println(" add [CAPABILITY]: add a new capability"); in onHelpUce()
624 pw.println(" remove [CAPABILITY]: remove a capability"); in onHelpUce()
625 pw.println(" clear: clear all capability overrides"); in onHelpUce()
626 pw.println(" CAPABILITY: \":\" separated list of capabilities."); in onHelpUce()
627 pw.println(" Valid options are: [mmtel(_vt), chat_v1, chat_v2, ft, ft_sms,"); in onHelpUce()
628 pw.println(" geo_push, geo_push_sms, call_comp, call_post, map, sketch, chatbot,"); in onHelpUce()
629 pw.println(" chatbot_sa, chatbot_role] as well as full length"); in onHelpUce()
630 pw.println(" featureTag=\"featureValue\" feature tags that are not defined here."); in onHelpUce()
631 pw.println(" uce get-last-publish-pidf [-s SLOT_ID]"); in onHelpUce()
632 pw.println(" Get the PIDF XML included in the last SIP PUBLISH, or \"none\" if no "); in onHelpUce()
633 pw.println(" PUBLISH is active"); in onHelpUce()
634 pw.println(" uce remove-request-disallowed-status [-s SLOT_ID]"); in onHelpUce()
635 pw.println(" Remove the UCE is disallowed to execute UCE requests status"); in onHelpUce()
636 pw.println(" uce set-capabilities-request-timeout [-s SLOT_ID] [REQUEST_TIMEOUT_MS]"); in onHelpUce()
637 pw.println(" Set the timeout for contact capabilities request."); in onHelpUce()
642 pw.println("Number verification commands"); in onHelpNumberVerification()
643 pw.println(" numverify override-package PACKAGE_NAME;"); in onHelpNumberVerification()
644 pw.println(" Set the authorized package for number verification."); in onHelpNumberVerification()
645 pw.println(" Leave the package name blank to reset."); in onHelpNumberVerification()
646 pw.println(" numverify fake-call NUMBER <NETWORK_COUNTRY_ISO>"); in onHelpNumberVerification()
647 pw.println(" Fake an incoming call from NUMBER. This is for testing. Output will be"); in onHelpNumberVerification()
648 pw.println(" 1 if the call would have been intercepted, 0 otherwise."); in onHelpNumberVerification()
653 pw.println("Thermal mitigation commands"); in onHelpThermalMitigation()
654 pw.println(" thermal-mitigation allow-package PACKAGE_NAME"); in onHelpThermalMitigation()
655 pw.println(" Set the package as one of authorized packages for thermal mitigation."); in onHelpThermalMitigation()
656 pw.println(" thermal-mitigation disallow-package PACKAGE_NAME"); in onHelpThermalMitigation()
657 pw.println(" Remove the package from one of the authorized packages for thermal " in onHelpThermalMitigation()
663 pw.println("Disable or enable a physical subscription"); in onHelpDisableOrEnablePhysicalSubscription()
664 pw.println(" disable-physical-subscription SUB_ID"); in onHelpDisableOrEnablePhysicalSubscription()
665 pw.println(" Disable the physical subscription with the provided subId, if allowed."); in onHelpDisableOrEnablePhysicalSubscription()
666 pw.println(" enable-physical-subscription SUB_ID"); in onHelpDisableOrEnablePhysicalSubscription()
667 pw.println(" Enable the physical subscription with the provided subId, if allowed."); in onHelpDisableOrEnablePhysicalSubscription()
672 pw.println("Mobile Data Test Mode Commands:"); in onHelpDataTestMode()
673 pw.println(" data enable: enable mobile data connectivity"); in onHelpDataTestMode()
674 pw.println(" data disable: disable mobile data connectivity"); in onHelpDataTestMode()
679 pw.println("Emergency Number Test Mode Commands:"); in onHelpEmergencyNumber()
680 pw.println(" emergency-number-test-mode "); in onHelpEmergencyNumber()
681 pw.println(" Add(-a), Clear(-c), Print (-p) or Remove(-r) the emergency number list in" in onHelpEmergencyNumber()
683 pw.println(" -a <emergency number address>: add an emergency number address for the" in onHelpEmergencyNumber()
685 pw.println(" -c: clear the emergency number list in the test mode."); in onHelpEmergencyNumber()
686 pw.println(" -r <emergency number address>: remove an existing emergency number" in onHelpEmergencyNumber()
688 pw.println(" -p: get the full emergency number list in the test mode."); in onHelpEmergencyNumber()
693 pw.println("End Block Suppression command:"); in onHelpEndBlockSupperssion()
694 pw.println(" end-block-suppression: disable suppressing blocking by contact"); in onHelpEndBlockSupperssion()
695 pw.println(" with emergency services."); in onHelpEndBlockSupperssion()
700 pw.println("Carrier Config Commands:"); in onHelpCc()
701 pw.println(" cc get-value [-s SLOT_ID] [KEY]"); in onHelpCc()
702 pw.println(" Print carrier config values."); in onHelpCc()
703 pw.println(" Options are:"); in onHelpCc()
704 pw.println(" -s: The SIM slot ID to read carrier config value for. If no option"); in onHelpCc()
705 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpCc()
706 pw.println(" KEY: The key to the carrier config value to print. All values are printed"); in onHelpCc()
707 pw.println(" if KEY is not specified."); in onHelpCc()
708 pw.println(" cc set-value [-s SLOT_ID] [-p] KEY [NEW_VALUE]"); in onHelpCc()
709 pw.println(" Set carrier config KEY to NEW_VALUE."); in onHelpCc()
710 pw.println(" Options are:"); in onHelpCc()
711 pw.println(" -s: The SIM slot ID to set carrier config value for. If no option"); in onHelpCc()
712 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpCc()
713 pw.println(" -p: Value will be stored persistent"); in onHelpCc()
714 pw.println(" NEW_VALUE specifies the new value for carrier config KEY. Null will be"); in onHelpCc()
715 pw.println(" used if NEW_VALUE is not set. Strings should be encapsulated with"); in onHelpCc()
716 pw.println(" quotation marks. Spaces needs to be escaped. Example: \"Hello\\ World\""); in onHelpCc()
717 pw.println(" Separate items in arrays with space . Example: \"item1\" \"item2\""); in onHelpCc()
718 pw.println(" cc set-values-from-xml [-s SLOT_ID] [-p] < XML_FILE_PATH"); in onHelpCc()
719 pw.println(" Set carrier config based on the contents of the XML_FILE. File must be"); in onHelpCc()
720 pw.println(" provided through standard input and follow CarrierConfig XML format."); in onHelpCc()
721 pw.println(" Example: packages/apps/CarrierConfig/assets/*.xml"); in onHelpCc()
722 pw.println(" Options are:"); in onHelpCc()
723 pw.println(" -s: The SIM slot ID to set carrier config value for. If no option"); in onHelpCc()
724 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpCc()
725 pw.println(" -p: Value will be stored persistent"); in onHelpCc()
726 pw.println(" cc clear-values [-s SLOT_ID]"); in onHelpCc()
727 pw.println(" Clear all carrier override values that has previously been set"); in onHelpCc()
728 pw.println(" with set-value or set-values-from-xml"); in onHelpCc()
729 pw.println(" Options are:"); in onHelpCc()
730 pw.println(" -s: The SIM slot ID to clear carrier config values for. If no option"); in onHelpCc()
731 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpCc()
736 pw.println("Gba Commands:"); in onHelpGba()
737 pw.println(" gba set-service [-s SLOT_ID] PACKAGE_NAME"); in onHelpGba()
738 pw.println(" Sets the GbaService defined in PACKAGE_NAME to to be the bound."); in onHelpGba()
739 pw.println(" Options are:"); in onHelpGba()
740 pw.println(" -s: The SIM slot ID to read carrier config value for. If no option"); in onHelpGba()
741 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpGba()
742 pw.println(" gba get-service [-s SLOT_ID]"); in onHelpGba()
743 pw.println(" Gets the package name of the currently defined GbaService."); in onHelpGba()
744 pw.println(" Options are:"); in onHelpGba()
745 pw.println(" -s: The SIM slot ID to read carrier config value for. If no option"); in onHelpGba()
746 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpGba()
747 pw.println(" gba set-release [-s SLOT_ID] n"); in onHelpGba()
748 pw.println(" Sets the time to release/unbind GbaService in n milli-second."); in onHelpGba()
749 pw.println(" Do not release/unbind if n is -1."); in onHelpGba()
750 pw.println(" Options are:"); in onHelpGba()
751 pw.println(" -s: The SIM slot ID to read carrier config value for. If no option"); in onHelpGba()
752 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpGba()
753 pw.println(" gba get-release [-s SLOT_ID]"); in onHelpGba()
754 pw.println(" Gets the time to release/unbind GbaService in n milli-sencond."); in onHelpGba()
755 pw.println(" Options are:"); in onHelpGba()
756 pw.println(" -s: The SIM slot ID to read carrier config value for. If no option"); in onHelpGba()
757 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpGba()
762 pw.println("RCS VoLTE Single Registration Config Commands:"); in onHelpSrc()
763 pw.println(" src set-test-enabled true|false"); in onHelpSrc()
764 pw.println(" Sets the test mode enabled for RCS VoLTE single registration."); in onHelpSrc()
765 pw.println(" The value could be true, false, or null(undefined)."); in onHelpSrc()
766 pw.println(" src get-test-enabled"); in onHelpSrc()
767 pw.println(" Gets the test mode for RCS VoLTE single registration."); in onHelpSrc()
768 pw.println(" src set-device-enabled true|false|null"); in onHelpSrc()
769 pw.println(" Sets the device config for RCS VoLTE single registration to the value."); in onHelpSrc()
770 pw.println(" The value could be true, false, or null(undefined)."); in onHelpSrc()
771 pw.println(" src get-device-enabled"); in onHelpSrc()
772 pw.println(" Gets the device config for RCS VoLTE single registration."); in onHelpSrc()
773 pw.println(" src set-carrier-enabled [-s SLOT_ID] true|false|null"); in onHelpSrc()
774 pw.println(" Sets the carrier config for RCS VoLTE single registration to the value."); in onHelpSrc()
775 pw.println(" The value could be true, false, or null(undefined)."); in onHelpSrc()
776 pw.println(" Options are:"); in onHelpSrc()
777 pw.println(" -s: The SIM slot ID to set the config value for. If no option"); in onHelpSrc()
778 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpSrc()
779 pw.println(" src get-carrier-enabled [-s SLOT_ID]"); in onHelpSrc()
780 pw.println(" Gets the carrier config for RCS VoLTE single registration."); in onHelpSrc()
781 pw.println(" Options are:"); in onHelpSrc()
782 pw.println(" -s: The SIM slot ID to read the config value for. If no option"); in onHelpSrc()
783 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpSrc()
784 pw.println(" src set-feature-validation [-s SLOT_ID] true|false|null"); in onHelpSrc()
785 pw.println(" Sets ims feature validation result."); in onHelpSrc()
786 pw.println(" The value could be true, false, or null(undefined)."); in onHelpSrc()
787 pw.println(" Options are:"); in onHelpSrc()
788 pw.println(" -s: The SIM slot ID to set the config value for. If no option"); in onHelpSrc()
789 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpSrc()
790 pw.println(" src get-feature-validation [-s SLOT_ID]"); in onHelpSrc()
791 pw.println(" Gets ims feature validation override value."); in onHelpSrc()
792 pw.println(" Options are:"); in onHelpSrc()
793 pw.println(" -s: The SIM slot ID to read the config value for. If no option"); in onHelpSrc()
794 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpSrc()
799 pw.println("Allowed Network Types Commands:"); in onHelpAllowedNetworkTypes()
800 pw.println(" get-allowed-network-types-for-users [-s SLOT_ID]"); in onHelpAllowedNetworkTypes()
801 pw.println(" Print allowed network types value."); in onHelpAllowedNetworkTypes()
802 pw.println(" Options are:"); in onHelpAllowedNetworkTypes()
803 pw.println(" -s: The SIM slot ID to read allowed network types value for. If no"); in onHelpAllowedNetworkTypes()
804 pw.println(" option is specified, it will choose the default voice SIM slot."); in onHelpAllowedNetworkTypes()
805 pw.println(" set-allowed-network-types-for-users [-s SLOT_ID] [NETWORK_TYPES_BITMASK]"); in onHelpAllowedNetworkTypes()
806 pw.println(" Sets allowed network types to NETWORK_TYPES_BITMASK."); in onHelpAllowedNetworkTypes()
807 pw.println(" Options are:"); in onHelpAllowedNetworkTypes()
808 pw.println(" -s: The SIM slot ID to set allowed network types value for. If no"); in onHelpAllowedNetworkTypes()
809 pw.println(" option is specified, it will choose the default voice SIM slot."); in onHelpAllowedNetworkTypes()
810 pw.println(" NETWORK_TYPES_BITMASK specifies the new network types value and this type"); in onHelpAllowedNetworkTypes()
811 pw.println(" is bitmask in binary format. Reference the NetworkTypeBitMask"); in onHelpAllowedNetworkTypes()
812 pw.println(" at TelephonyManager.java"); in onHelpAllowedNetworkTypes()
813 pw.println(" For example:"); in onHelpAllowedNetworkTypes()
814 pw.println(" NR only : 10000000000000000000"); in onHelpAllowedNetworkTypes()
815 pw.println(" NR|LTE : 11000001000000000000"); in onHelpAllowedNetworkTypes()
816 pw.println(" NR|LTE|CDMA|EVDO|GSM|WCDMA : 11001111101111111111"); in onHelpAllowedNetworkTypes()
817 pw.println(" LTE|CDMA|EVDO|GSM|WCDMA : 01001111101111111111"); in onHelpAllowedNetworkTypes()
818 pw.println(" LTE only : 01000001000000000000"); in onHelpAllowedNetworkTypes()
823 pw.println("Radio Commands:"); in onHelpRadio()
824 pw.println(" radio set-modem-service [-s SERVICE_NAME]"); in onHelpRadio()
825 pw.println(" Sets the class name of modem service defined in SERVICE_NAME"); in onHelpRadio()
826 pw.println(" to be the bound. Options are:"); in onHelpRadio()
827 pw.println(" -s: the service name that the modem service should be bound for."); in onHelpRadio()
828 pw.println(" If no option is specified, it will bind to the default."); in onHelpRadio()
829 pw.println(" radio get-modem-service"); in onHelpRadio()
830 pw.println(" Gets the service name of the currently defined modem service."); in onHelpRadio()
831 pw.println(" If it is binding to default, 'default' returns."); in onHelpRadio()
832 pw.println(" If it doesn't bind to any modem service for some reasons,"); in onHelpRadio()
833 pw.println(" the result would be 'unknown'."); in onHelpRadio()
838 pw.println("Satellite Commands:"); in onHelpSatellite()
839 pw.println(" set-satellite-service-package-name [-s SERVICE_PACKAGE_NAME]"); in onHelpSatellite()
840 pw.println(" Sets the package name of satellite service defined in"); in onHelpSatellite()
841 pw.println(" SERVICE_PACKAGE_NAME to be bound. Options are:"); in onHelpSatellite()
842 pw.println(" -s: the satellite service package name that Telephony will bind to."); in onHelpSatellite()
843 pw.println(" If no option is specified, it will bind to the default."); in onHelpSatellite()
844 pw.println(" set-satellite-gateway-service-package-name [-s SERVICE_PACKAGE_NAME]"); in onHelpSatellite()
845 pw.println(" Sets the package name of satellite gateway service defined in"); in onHelpSatellite()
846 pw.println(" SERVICE_PACKAGE_NAME to be bound. Options are:"); in onHelpSatellite()
847 pw.println(" -s: the satellite gateway service package name that Telephony will bind"); in onHelpSatellite()
848 pw.println(" to. If no option is specified, it will bind to the default."); in onHelpSatellite()
849 pw.println(" set-satellite-listening-timeout-duration [-t TIMEOUT_MILLIS]"); in onHelpSatellite()
850 pw.println(" Sets the timeout duration in millis that satellite will stay at listening"); in onHelpSatellite()
851 pw.println(" mode. Options are:"); in onHelpSatellite()
852 pw.println(" -t: the timeout duration in milliseconds."); in onHelpSatellite()
853 pw.println(" If no option is specified, it will use the default values."); in onHelpSatellite()
854 pw.println(" set-satellite-pointing-ui-class-name [-p PACKAGE_NAME -c CLASS_NAME]"); in onHelpSatellite()
855 pw.println(" Sets the package and class name of satellite pointing UI app defined in"); in onHelpSatellite()
856 pw.println(" PACKAGE_NAME and CLASS_NAME to be launched. Options are:"); in onHelpSatellite()
857 pw.println(" -p: the satellite pointing UI app package name that Telephony will"); in onHelpSatellite()
858 pw.println(" launch. If no option is specified, it will launch the default."); in onHelpSatellite()
859 pw.println(" -c: the satellite pointing UI app class name that Telephony will"); in onHelpSatellite()
860 pw.println(" launch."); in onHelpSatellite()
861 pw.println(" set-emergency-call-to-satellite-handover-type [-t HANDOVER_TYPE "); in onHelpSatellite()
862 pw.println(" -d DELAY_SECONDS] Override connectivity status in monitoring emergency "); in onHelpSatellite()
863 pw.println(" call and sending EVENT_DISPLAY_EMERGENCY_MESSAGE to Dialer."); in onHelpSatellite()
864 pw.println(" Options are:"); in onHelpSatellite()
865 pw.println(" -t: the emergency call to satellite handover type."); in onHelpSatellite()
866 pw.println(" If no option is specified, override is disabled."); in onHelpSatellite()
867 pw.println(" -d: the delay in seconds in sending EVENT_DISPLAY_EMERGENCY_MESSAGE."); in onHelpSatellite()
868 pw.println(" If no option is specified, there is no delay in sending the event."); in onHelpSatellite()
869 pw.println(" set-satellite-access-control-overlay-configs [-r -a -f SATELLITE_S2_FILE "); in onHelpSatellite()
870 pw.println(" -d LOCATION_FRESH_DURATION_NANOS -c COUNTRY_CODES] Override the overlay"); in onHelpSatellite()
871 pw.println(" configs of satellite access controller."); in onHelpSatellite()
872 pw.println(" Options are:"); in onHelpSatellite()
873 pw.println(" -r: clear the overriding. Absent means enable overriding."); in onHelpSatellite()
874 pw.println(" -a: the country codes is an allowed list. Absent means disallowed."); in onHelpSatellite()
875 pw.println(" -f: the satellite s2 file."); in onHelpSatellite()
876 pw.println(" -d: the location fresh duration nanos."); in onHelpSatellite()
877 pw.println(" -c: the list of satellite country codes separated by comma."); in onHelpSatellite()
878 pw.println(" set-country-codes [-r -n CURRENT_NETWORK_COUNTRY_CODES -c"); in onHelpSatellite()
879 pw.println(" CACHED_NETWORK_COUNTRY_CODES -l LOCATION_COUNTRY_CODE -t"); in onHelpSatellite()
880 pw.println(" LOCATION_COUNTRY_CODE_TIMESTAMP] "); in onHelpSatellite()
881 pw.println(" Override the cached location country code and its update timestamp. "); in onHelpSatellite()
882 pw.println(" Options are:"); in onHelpSatellite()
883 pw.println(" -r: clear the overriding. Absent means enable overriding."); in onHelpSatellite()
884 pw.println(" -n: the current network country code ISOs."); in onHelpSatellite()
885 pw.println(" -c: the cached network country code ISOs."); in onHelpSatellite()
886 pw.println(" -l: the location country code ISO."); in onHelpSatellite()
887 pw.println(" -t: the update timestamp nanos of the location country code."); in onHelpSatellite()
888 pw.println(" set-oem-enabled-satellite-provision-status [-p true/false]"); in onHelpSatellite()
889 pw.println(" Sets the OEM-enabled satellite provision status. Options are:"); in onHelpSatellite()
890 pw.println(" -p: the overriding satellite provision status. If no option is "); in onHelpSatellite()
891 pw.println(" specified, reset the overridden provision status."); in onHelpSatellite()
892 pw.println(" add-attach-restriction-for-carrier [-s SLOT_ID "); in onHelpSatellite()
893 pw.println(" -r SATELLITE_COMMUNICATION_RESTRICTION_REASON] Add a restriction reason "); in onHelpSatellite()
894 pw.println(" for disallowing carrier supported satellite plmn scan "); in onHelpSatellite()
895 pw.println(" and attach by modem. "); in onHelpSatellite()
896 pw.println(" Options are:"); in onHelpSatellite()
897 pw.println(" -s: The SIM slot ID to add a restriction reason. If no option "); in onHelpSatellite()
898 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpSatellite()
899 pw.println(" -r: restriction reason "); in onHelpSatellite()
900 pw.println(" If no option is specified, it will use "); in onHelpSatellite()
901 pw.println(" the default value SATELLITE_COMMUNICATION_RESTRICTION_REASON_USER."); in onHelpSatellite()
902 pw.println(" remove-attach-restriction-for-carrier [-s SLOT_ID "); in onHelpSatellite()
903 pw.println(" -r SATELLITE_COMMUNICATION_RESTRICTION_REASON] Add a restriction reason "); in onHelpSatellite()
904 pw.println(" for disallowing carrier supported satellite plmn scan "); in onHelpSatellite()
905 pw.println(" and attach by modem. "); in onHelpSatellite()
906 pw.println(" Options are:"); in onHelpSatellite()
907 pw.println(" -s: The SIM slot ID to add a restriction reason. If no option "); in onHelpSatellite()
908 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpSatellite()
909 pw.println(" -r: restriction reason "); in onHelpSatellite()
910 pw.println(" If no option is specified, it will use "); in onHelpSatellite()
911 pw.println(" the default value SATELLITE_COMMUNICATION_RESTRICTION_REASON_USER."); in onHelpSatellite()
916 pw.println("IMEI Commands:"); in onHelpImei()
917 pw.println(" get-imei [-s SLOT_ID]"); in onHelpImei()
918 pw.println(" Gets the device IMEI. Options are:"); in onHelpImei()
919 pw.println(" -s: the slot ID to get the IMEI. If no option"); in onHelpImei()
920 pw.println(" is specified, it will choose the default voice SIM slot."); in onHelpImei()
925 pw.println("Domain Selection Commands:"); in onHelpDomainSelection()
926 pw.println(" domainselection set-dss-override COMPONENT_NAME"); in onHelpDomainSelection()
927 pw.println(" Sets the service defined in COMPONENT_NAME to be bound"); in onHelpDomainSelection()
928 pw.println(" domainselection clear-dss-override"); in onHelpDomainSelection()
929 pw.println(" Clears DomainSelectionService override."); in onHelpDomainSelection()
976 errPw.println("Exception: " + ex.getMessage()); in handleDataTestModeCommand()
986 errPw.println("Exception: " + ex.getMessage()); in handleDataTestModeCommand()
1005 errPw.println("Exception: " + ex.getMessage()); in handleEmergencyCallbackModeCommand()
1024 errPw.println("Exception: " + ex.getMessage()); in removeEmergencyNumberTestMode()
1040 errPw.println(INVALID_ENTRY_ERROR); in handleEmergencyNumberTestModeCommand()
1047 errPw.println(INVALID_ENTRY_ERROR); in handleEmergencyNumberTestModeCommand()
1065 errPw.println("\"" + params[1] + "\" is not a valid specification for " in handleEmergencyNumberTestModeCommand()
1083 errPw.println("Exception: " + ex.getMessage()); in handleEmergencyNumberTestModeCommand()
1094 errPw.println("Exception: " + ex.getMessage()); in handleEmergencyNumberTestModeCommand()
1103 errPw.println("An emergency number (only allow '0'-'9', '*', '#' or '+') needs" in handleEmergencyNumberTestModeCommand()
1112 getOutPrintWriter().println(mInterface.getEmergencyNumberListTestMode()); in handleEmergencyNumberTestModeCommand()
1115 errPw.println("Exception: " + ex.getMessage()); in handleEmergencyNumberTestModeCommand()
1154 getOutPrintWriter().println(val ? "1" : "0"); in handleNumberVerificationCommand()
1176 errPw.println((enable ? "enable" : "disable") in handleEnablePhysicalSubscription()
1184 errPw.println("cc: Permission denied."); in handleEnablePhysicalSubscription()
1189 errPw.println("SubId " + subId + " is not for a physical subscription"); in handleEnablePhysicalSubscription()
1263 errPw.println("message type must be a valid integer"); in handleD2dSendCommand()
1275 errPw.println("message value must be a valid integer"); in handleD2dSendCommand()
1283 errPw.println("Exception: " + e.getMessage()); in handleD2dSendCommand()
1303 errPw.println("Exception: " + e.getMessage()); in handleD2dTransportCommand()
1340 errPw.println("barring send requires an integer as a SLOT_ID."); in handleBarringSendCommand()
1353 errPw.println("barring send requires an integer in range [-1,2] as " in handleBarringSendCommand()
1363 errPw.println("barring send requires a boolean after -c indicating" in handleBarringSendCommand()
1373 errPw.println("barring send requires an integer for time of barring" in handleBarringSendCommand()
1390 errPw.println("Exception: " + e.getMessage()); in handleBarringSendCommand()
1410 errPw.println("Exception: " + e.getMessage()); in handleD2dDeviceSupportedCommand()
1431 errPw.println("ims set-ims-service requires an integer as a USER_ID"); in handleImsSetServiceCommand()
1440 errPw.println("ims set-ims-service requires an integer as a SLOT_ID."); in handleImsSetServiceCommand()
1461 errPw.println("ims set-ims-service -f " + result in handleImsSetServiceCommand()
1467 errPw.println("ims set-ims-service -f tried to parse " + features[i] in handleImsSetServiceCommand()
1477 errPw.println("ims set-ims-service requires either \"-c\" or \"-d\" to be set."); in handleImsSetServiceCommand()
1499 getOutPrintWriter().println(result); in handleImsSetServiceCommand()
1505 errPw.println("Exception: " + e.getMessage()); in handleImsSetServiceCommand()
1523 errPw.println("ims set-ims-service requires an integer as a SLOT_ID."); in handleImsClearCarrierServiceCommand()
1537 getOutPrintWriter().println(result); in handleImsClearCarrierServiceCommand()
1541 errPw.println("Exception: " + e.getMessage()); in handleImsClearCarrierServiceCommand()
1561 errPw.println("ims set-ims-service requires an integer as a SLOT_ID."); in handleImsGetServiceCommand()
1578 errPw.println("ims get-ims-service -f requires valid integer as feature."); in handleImsGetServiceCommand()
1583 errPw.println("ims get-ims-service -f invalid feature."); in handleImsGetServiceCommand()
1591 errPw.println("ims get-ims-service requires either \"-c\" or \"-d\" to be set."); in handleImsGetServiceCommand()
1607 getOutPrintWriter().println(result); in handleImsGetServiceCommand()
1620 getErrPrintWriter().println("ims enable requires an integer as a SLOT_ID."); in handleEnableIms()
1647 getErrPrintWriter().println( in handleDisableIms()
1706 errPw.println(tag + "No valid subscription found."); in parseCcOptions()
1712 errPw.println(tag + "SLOT_ID expected after -s."); in parseCcOptions()
1721 errPw.println(tag + "Unexpected option " + opt); in parseCcOptions()
1727 errPw.println(tag + "Unknown option " + opt); in parseCcOptions()
1740 getErrPrintWriter().println(tag + slotString + " is not a valid number for SLOT_ID."); in slotStringToSubId()
1745 getErrPrintWriter().println(tag + slotString + " is not a valid SLOT_ID."); in slotStringToSubId()
1751 getErrPrintWriter().println(tag + "No subscription found in slot " + slotId + "."); in slotStringToSubId()
1766 getErrPrintWriter().println("cc: Permission denied."); in handleCcCommand()
1790 getErrPrintWriter().println("cc: Unknown argument: " + arg); in handleCcCommand()
1811 errPw.println(tag + "No carrier config values found for subId " + options.mSubId + "."); in handleCcGetValue()
1820 errPw.println(tag + key + " is not a valid key."); in handleCcGetValue()
1825 getOutPrintWriter().println(ccValueToString(key, getType(tag, key, bundle), bundle)); in handleCcGetValue()
1831 getOutPrintWriter().println(ccValueToString(k, getType(tag, k, bundle), bundle)); in handleCcGetValue()
1851 errPw.println(tag + "No carrier config values found for subId " + options.mSubId + "."); in handleCcSetValue()
1858 errPw.println(tag + "KEY is missing"); in handleCcSetValue()
1864 errPw.println(tag + key + " is not a valid key."); in handleCcSetValue()
1877 errPw.println(tag + "ERROR: Not possible to override key with unknown type."); in handleCcSetValue()
1881 errPw.println(tag + "ERROR: Overriding of persistable bundle type is not supported. " in handleCcSetValue()
1898 errPw.println(tag + "No carrier config values found for subId " + options.mSubId + "."); in handleCcSetValue()
1905 getOutPrintWriter().println("Previous value: \n" + originalValueString); in handleCcSetValue()
1906 getOutPrintWriter().println("New value: \n" + newValueString); in handleCcSetValue()
1925 errPw.println(tag + "No carrier config values found for subId " + options.mSubId + "."); in handleCcSetValuesFromXml()
1938 errPw.println(tag + "ERROR: Not possible to override key with unknown type."); in handleCcSetValuesFromXml()
1949 errPw.println(tag + "No carrier config values found for subId " + options.mSubId + "."); in handleCcSetValuesFromXml()
1958 getOutPrintWriter().println("Previous value: \n" + originalValueString); in handleCcSetValuesFromXml()
1959 getOutPrintWriter().println("New value: \n" + newValueString); in handleCcSetValuesFromXml()
1971 errPw.println(tag + e); in readPersistableBundleFromXml()
1991 .println("All previously set carrier config override values has been cleared"); in handleCcClearValues()
2058 errPw.println(tag + "ERROR: " + key + " has unknown type."); in getType()
2144 errPw.println(tag + "Expected 1 value for type " + type in getOverrideBundle()
2152 errPw.println(tag + "Expected 0 or 1 values for type " + type in getOverrideBundle()
2168 errPw.println(tag + "Unable to parse " + valueList.get(0) + " as a " + type); in getOverrideBundle()
2178 errPw.println(tag + "Unable to parse " + valueList.get(0) + " as a " + type); in getOverrideBundle()
2192 errPw.println( in getOverrideBundle()
2206 errPw.println(tag + "Unable to parse " + valueList.get(0) + " as an " + type); in getOverrideBundle()
2220 errPw.println(tag in getOverrideBundle()
2234 errPw.println(tag + "Unable to parse " + valueList.get(0) + " as a " + type); in getOverrideBundle()
2248 errPw.println( in getOverrideBundle()
2294 getErrPrintWriter().println("RestartModem: Permission denied."); in handleRestartModemCommand()
2299 getOutPrintWriter().println(result); in handleRestartModemCommand()
2309 getErrPrintWriter().println("Device IMEI: Permission denied."); in handleGetImei()
2323 errPw.println("-s requires an integer as slot index."); in handleGetImei()
2330 getOutPrintWriter().println("Device IMEI: " + imei); in handleGetImei()
2341 getErrPrintWriter().println("UnattendedReboot: Permission denied."); in handleUnattendedReboot()
2346 getOutPrintWriter().println("result: " + result); in handleUnattendedReboot()
2356 getErrPrintWriter().println("GetSimSlotsMapping: Permission denied."); in handleGetSimSlotsMapping()
2361 getOutPrintWriter().println("simSlotsMapping: " + result); in handleGetSimSlotsMapping()
2398 getErrPrintWriter().println(cmd + " requires an integer as a SLOT_ID."); in getSubId()
2421 getOutPrintWriter().println(result); in handleGbaSetServiceCommand()
2425 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleGbaSetServiceCommand()
2447 getOutPrintWriter().println(result); in handleGbaGetServiceCommand()
2471 getOutPrintWriter().println(result); in handleGbaSetReleaseCommand()
2475 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleGbaSetReleaseCommand()
2496 getOutPrintWriter().println(result); in handleGbaGetReleaseCommand()
2582 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleRemovingEabContactCommand()
2602 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleGettingEabContactCommand()
2609 getOutPrintWriter().println(result); in handleGettingEabContactCommand()
2623 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleGettingEabCapabilityCommand()
2630 getOutPrintWriter().println(result); in handleGettingEabCapabilityCommand()
2645 getOutPrintWriter().println(result); in handleUceGetDeviceEnabledCommand()
2663 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleUceSetDeviceEnabledCommand()
2685 getOutPrintWriter().println(result); in handleUceRemoveRequestDisallowedStatus()
2706 getOutPrintWriter().println(result); in handleUceSetCapRequestTimeout()
2721 getOutPrintWriter().println("Done"); in handleSrcSetTestEnabledCommand()
2724 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleSrcSetTestEnabledCommand()
2740 getOutPrintWriter().println(result); in handleSrcGetTestEnabledCommand()
2754 getErrPrintWriter().println("Invalid operation: " + operation); in handleUceOverridePublishCaps()
2760 getErrPrintWriter().println("\"" + operation + "\" requires capabilities to be " in handleUceOverridePublishCaps()
2794 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleUceOverridePublishCaps()
2800 getErrPrintWriter().println("Exception: " + imsException); in handleUceOverridePublishCaps()
2804 getErrPrintWriter().println("Service not available"); in handleUceOverridePublishCaps()
2807 getOutPrintWriter().println(result); in handleUceOverridePublishCaps()
2822 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleUceGetPidfXml()
2828 getErrPrintWriter().println("Exception: " + imsException); in handleUceGetPidfXml()
2832 getErrPrintWriter().println("Service not available"); in handleUceGetPidfXml()
2835 getOutPrintWriter().println(result); in handleUceGetPidfXml()
2850 getOutPrintWriter().println("Done"); in handleSrcSetDeviceEnabledCommand()
2853 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleSrcSetDeviceEnabledCommand()
2869 getOutPrintWriter().println(result); in handleSrcGetDeviceEnabledCommand()
2893 getOutPrintWriter().println(result); in handleSrcSetCarrierEnabledCommand()
2897 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleSrcSetCarrierEnabledCommand()
2918 getOutPrintWriter().println(result); in handleSrcGetCarrierEnabledCommand()
2942 getOutPrintWriter().println(result); in handleSrcSetFeatureValidationCommand()
2946 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleSrcSetFeatureValidationCommand()
2967 getOutPrintWriter().println(result); in handleSrcGetFeatureValidationCommand()
2974 pw.println("Call composer commands"); in onHelpCallComposer()
2975 pw.println(" callcomposer test-mode enable|disable|query"); in onHelpCallComposer()
2976 pw.println(" Enables or disables test mode for call composer. In test mode, picture"); in onHelpCallComposer()
2977 pw.println(" upload/download from carrier servers is disabled, and operations are"); in onHelpCallComposer()
2978 pw.println(" performed using emulated local files instead."); in onHelpCallComposer()
2979 pw.println(" callcomposer simulate-outgoing-call [subId] [UUID]"); in onHelpCallComposer()
2980 pw.println(" Simulates an outgoing call being placed with the picture ID as"); in onHelpCallComposer()
2981 pw.println(" the provided UUID. This triggers storage to the call log."); in onHelpCallComposer()
2982 pw.println(" callcomposer user-setting [subId] enable|disable|query"); in onHelpCallComposer()
2983 pw.println(" Enables or disables the user setting for call composer, as set by"); in onHelpCallComposer()
2984 pw.println(" TelephonyManager#setCallComposerStatus."); in onHelpCallComposer()
3004 getOutPrintWriter().println(CallComposerPictureManager.sTestMode); in handleCallComposerCommand()
3022 getOutPrintWriter().println(String.valueOf(uri)); in handleCallComposerCommand()
3039 getOutPrintWriter().println(mInterface.getCallComposerStatus(subscriptionId) in handleCallComposerCommand()
3066 getErrPrintWriter().println("Exception: " + e.getMessage()); in handleHasCarrierPrivilegesCommand()
3072 getOutPrintWriter().println(hasCarrierPrivileges); in handleHasCarrierPrivilegesCommand()
3092 errPw.println(tag + "No valid subscription found."); in handleAllowedNetworkTypesCommand()
3097 errPw.println(tag + "SLOT_ID expected after -s."); in handleAllowedNetworkTypesCommand()
3101 errPw.println(tag + "Unknown option " + opt); in handleAllowedNetworkTypesCommand()
3128 errPw.println(GET_ALLOWED_NETWORK_TYPES_FOR_USER + "RemoteException " + e); in handleGetAllowedNetworkTypesCommand()
3132 getOutPrintWriter().println(TelephonyManager.convertNetworkTypeBitmaskToString(result)); in handleGetAllowedNetworkTypesCommand()
3141 errPw.println(SET_ALLOWED_NETWORK_TYPES_FOR_USER + " No NETWORK_TYPES_BITMASK"); in handleSetAllowedNetworkTypesCommand()
3146 errPw.println(SET_ALLOWED_NETWORK_TYPES_FOR_USER + " No valid NETWORK_TYPES_BITMASK"); in handleSetAllowedNetworkTypesCommand()
3159 errPw.println(SET_ALLOWED_NETWORK_TYPES_FOR_USER + " RemoteException " + e); in handleSetAllowedNetworkTypesCommand()
3167 getOutPrintWriter().println(resultMessage); in handleSetAllowedNetworkTypesCommand()
3207 getOutPrintWriter().println(result); in handleRadioSetModemServiceCommand()
3211 errPw.println("Exception: " + e.getMessage()); in handleRadioSetModemServiceCommand()
3223 getOutPrintWriter().println(result); in handleRadioGetModemServiceCommand()
3225 errPw.println("Exception: " + e.getMessage()); in handleRadioGetModemServiceCommand()
3281 getOutPrintWriter().println(result); in handleSetSatelliteServicePackageNameCommand()
3285 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteServicePackageNameCommand()
3314 getOutPrintWriter().println(result); in handleSetSatelliteAccessAllowedForSubscriptions()
3317 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteAccessAllowedForSubscriptions()
3346 getOutPrintWriter().println(result); in handleSetSatelliteGatewayServicePackageNameCommand()
3350 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteGatewayServicePackageNameCommand()
3382 getOutPrintWriter().println(result); in handleSetSatellitePointingUiClassNameCommand()
3386 errPw.println("Exception: " + e.getMessage()); in handleSetSatellitePointingUiClassNameCommand()
3404 errPw.println("SetEmergencyCallToSatelliteHandoverType: require an integer" in handleSetEmergencyCallToSatelliteHandoverType()
3414 errPw.println("SetEmergencyCallToSatelliteHandoverType: require an integer" in handleSetEmergencyCallToSatelliteHandoverType()
3431 getOutPrintWriter().println(result); in handleSetEmergencyCallToSatelliteHandoverType()
3435 errPw.println("Exception: " + e.getMessage()); in handleSetEmergencyCallToSatelliteHandoverType()
3463 getOutPrintWriter().println(result); in handleSetSatelliteListeningTimeoutDuration()
3467 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteListeningTimeoutDuration()
3494 getOutPrintWriter().println(result); in handleSetSatelliteIgnoreCellularServiceState()
3498 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteIgnoreCellularServiceState()
3532 getOutPrintWriter().println(result); in handleSetSupportDisableSatelliteWhileEnableInProgress()
3536 errPw.println("Exception: " + e.getMessage()); in handleSetSupportDisableSatelliteWhileEnableInProgress()
3577 getOutPrintWriter().println(result); in handleSetSatelliteTnScanningSupport()
3580 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteTnScanningSupport()
3619 getOutPrintWriter().println(result); in handleSetDatagramControllerTimeoutDuration()
3623 errPw.println("Exception: " + e.getMessage()); in handleSetDatagramControllerTimeoutDuration()
3661 getOutPrintWriter().println(result); in handleSetDatagramControllerBooleanConfig()
3664 errPw.println("Exception: " + e.getMessage()); in handleSetDatagramControllerBooleanConfig()
3703 getOutPrintWriter().println(result); in handleSetSatelliteControllerTimeoutDuration()
3707 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteControllerTimeoutDuration()
3719 errPw.println( in handleSetShouldSendDatagramToModemInDemoMode()
3734 errPw.println( in handleSetShouldSendDatagramToModemInDemoMode()
3751 getOutPrintWriter().println(false); in handleSetShouldSendDatagramToModemInDemoMode()
3755 errPw.println("Exception: " + e.getMessage()); in handleSetShouldSendDatagramToModemInDemoMode()
3814 getOutPrintWriter().println(result); in handleSetSatelliteAccessControlOverlayConfigs()
3817 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteAccessControlOverlayConfigs()
3870 getOutPrintWriter().println(result); in handleSetCountryCodes()
3873 errPw.println("Exception: " + e.getMessage()); in handleSetCountryCodes()
3904 getOutPrintWriter().println(result); in handleOverrideConfigDataVersion()
3907 errPw.println("Exception: " + e.getMessage()); in handleOverrideConfigDataVersion()
3926 errPw.println("setOemEnabledSatelliteProvisionStatus requires a boolean " in handleSetOemEnabledSatelliteProvisionStatus()
3941 getOutPrintWriter().println(result); in handleSetOemEnabledSatelliteProvisionStatus()
3944 errPw.println("Exception: " + e.getMessage()); in handleSetOemEnabledSatelliteProvisionStatus()
3955 errPw.println( in handleSetIsSatelliteCommunicationAllowedForCurrentLocationCache()
3979 errPw.println( in handleSetIsSatelliteCommunicationAllowedForCurrentLocationCache()
3998 getOutPrintWriter().println(result); in handleSetIsSatelliteCommunicationAllowedForCurrentLocationCache()
4002 errPw.println("Exception: " + e.getMessage()); in handleSetIsSatelliteCommunicationAllowedForCurrentLocationCache()
4015 errPw.println("adb shell cmd phone " + cmd + ": Invalid Argument"); in handleSetSatelliteSubscriberIdListChangedIntentComponent()
4032 errPw.println("adb shell cmd phone " + cmd + ": Invalid Argument"); in handleSetSatelliteSubscriberIdListChangedIntentComponent()
4046 getOutPrintWriter().println(result); in handleSetSatelliteSubscriberIdListChangedIntentComponent()
4050 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteSubscriberIdListChangedIntentComponent()
4069 errPw.println("handleAddAttachRestrictionForCarrier:" in handleAddAttachRestrictionForCarrier()
4079 errPw.println("handleAddAttachRestrictionForCarrier:" in handleAddAttachRestrictionForCarrier()
4098 getOutPrintWriter().println(result); in handleAddAttachRestrictionForCarrier()
4106 errPw.println("Exception: " + e.getMessage()); in handleAddAttachRestrictionForCarrier()
4125 errPw.println("handleRemoveAttachRestrictionForCarrier:" in handleRemoveAttachRestrictionForCarrier()
4135 errPw.println("handleRemoveAttachRestrictionForCarrier:" in handleRemoveAttachRestrictionForCarrier()
4154 getOutPrintWriter().println(result); in handleRemoveAttachRestrictionForCarrier()
4162 errPw.println("Exception: " + e.getMessage()); in handleRemoveAttachRestrictionForCarrier()
4255 errPw.println( in setCarrierServicePackageOverride()
4266 errPw.println("set-carrier-service-package-override requires a override package name."); in setCarrierServicePackageOverride()
4288 errPw.println("Exception: " + e.getMessage()); in setCarrierServicePackageOverride()
4306 errPw.println( in clearCarrierServicePackageOverride()
4328 errPw.println("Exception: " + e.getMessage()); in clearCarrierServicePackageOverride()
4366 getOutPrintWriter().println(result); in handleDomainSelectionSetServiceOverrideCommand()
4370 errPw.println("Exception: " + e.getMessage()); in handleDomainSelectionSetServiceOverrideCommand()
4385 getOutPrintWriter().println(result); in handleDomainSelectionClearServiceOverrideCommand()
4388 errPw.println("Exception: " + e.getMessage()); in handleDomainSelectionClearServiceOverrideCommand()
4454 getOutPrintWriter().println(result); in handleOverrideCarrierRoamingNtnEligibilityChanged()
4458 errPw.println("Exception: " + e.getMessage()); in handleOverrideCarrierRoamingNtnEligibilityChanged()
4505 getOutPrintWriter().println(result); in handleSetSatelliteIgnorePlmnListFromStorage()
4509 errPw.println("Exception: " + e.getMessage()); in handleSetSatelliteIgnorePlmnListFromStorage()