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