Lines Matching refs:opt
200 String opt = getNextOption(); in handleEmergencyNumberTestModeCommand() local
201 if (opt == null) { in handleEmergencyNumberTestModeCommand()
206 switch (opt) { in handleEmergencyNumberTestModeCommand()
316 String opt; in handleImsSetServiceCommand() local
317 while ((opt = getNextOption()) != null) { in handleImsSetServiceCommand()
318 switch (opt) { in handleImsSetServiceCommand()
372 String opt; in handleImsGetServiceCommand() local
373 while ((opt = getNextOption()) != null) { in handleImsGetServiceCommand()
374 switch (opt) { in handleImsGetServiceCommand()
416 String opt; in handleEnableIms() local
417 while ((opt = getNextOption()) != null) { in handleEnableIms()
418 switch (opt) { in handleEnableIms()
443 String opt; in handleDisableIms() local
444 while ((opt = getNextOption()) != null) { in handleDisableIms()
445 switch (opt) { in handleDisableIms()
509 String opt; in maybeParseUserIdArg() local
510 while ((opt = getNextOption()) != null) { in maybeParseUserIdArg()
511 switch (opt) { in maybeParseUserIdArg()