Searched refs:parseCommandArgs (Results 1 – 4 of 4) sorted by relevance
539 final Intent intent = Intent.parseCommandArgs(this, null); in doNotify()
542 return Intent.parseCommandArgs(this, new Intent.CommandOptionHandler() { in makeIntent()
1355 Intent intent = Intent.parseCommandArgs(this, new Intent.CommandOptionHandler() { in parseIntentAndUser()
8528 public static Intent parseCommandArgs(ShellCommand cmd, CommandOptionHandler optionHandler) in parseCommandArgs() method