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