• Home
  • Raw
  • Download

Lines Matching refs:arg

660         String arg = getNextArg();  in handleImsCommand()  local
661 if (arg == null) { in handleImsCommand()
666 switch (arg) { in handleImsCommand()
692 String arg = getNextArgRequired(); in handleDataTestModeCommand() local
693 if (arg == null) { in handleDataTestModeCommand()
697 switch (arg) { in handleDataTestModeCommand()
824 String arg = getNextArg(); in handleNumberVerificationCommand() local
825 if (arg == null) { in handleNumberVerificationCommand()
834 switch (arg) { in handleNumberVerificationCommand()
886 String arg = getNextArg(); in handleThermalMitigationCommand() local
888 if (arg == null || packageName == null) { in handleThermalMitigationCommand()
897 switch (arg) { in handleThermalMitigationCommand()
916 String arg = getNextArg(); in handleD2dCommand() local
917 if (arg == null) { in handleD2dCommand()
922 switch (arg) { in handleD2dCommand()
942 String arg = getNextArg(); in handleD2dSendCommand() local
943 if (arg == null) { in handleD2dSendCommand()
948 messageType = Integer.parseInt(arg); in handleD2dSendCommand()
954 arg = getNextArg(); in handleD2dSendCommand()
955 if (arg == null) { in handleD2dSendCommand()
960 messageValue = Integer.parseInt(arg); in handleD2dSendCommand()
980 String arg = getNextArg(); in handleD2dTransportCommand() local
981 if (arg == null) { in handleD2dTransportCommand()
987 mInterface.setActiveDeviceToDeviceTransport(arg); in handleD2dTransportCommand()
996 String arg = getNextArg(); in handleBarringCommand() local
997 if (arg == null) { in handleBarringCommand()
1002 switch (arg) { in handleBarringCommand()
1086 String arg = getNextArg(); in handleD2dDeviceSupportedCommand() local
1087 if (arg == null) { in handleD2dDeviceSupportedCommand()
1092 boolean isEnabled = "true".equals(arg.toLowerCase()); in handleD2dDeviceSupportedCommand()
1448 String arg = getNextArg(); in handleCcCommand() local
1449 if (arg == null) { in handleCcCommand()
1454 switch (arg) { in handleCcCommand()
1465 getErrPrintWriter().println("cc: Unknown argument: " + arg); in handleCcCommand()
1908 String arg = getNextArg(); in handleGbaCommand() local
1909 if (arg == null) { in handleGbaCommand()
1914 switch (arg) { in handleGbaCommand()
2043 String arg = getNextArg(); in handleSingleRegistrationConfigCommand() local
2044 if (arg == null) { in handleSingleRegistrationConfigCommand()
2049 switch (arg) { in handleSingleRegistrationConfigCommand()
2080 String arg = getNextArg(); in handleRcsUceCommand() local
2081 if (arg == null) { in handleRcsUceCommand()
2086 switch (arg) { in handleRcsUceCommand()
2530 String arg = getNextArg(); in handleCallComposerCommand() local
2531 if (arg == null) { in handleCallComposerCommand()
2538 switch (arg) { in handleCallComposerCommand()