Home
last modified time | relevance | path

Searched refs:peekNextArg (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDeviceConfigService.java94 if (peekNextArg() == null) { in onCommand()
125 if (peekNextArg() == null) { in onCommand()
130 if (peekNextArg() == null) { in onCommand()
141 if (peekNextArg() == null) { in onCommand()
152 if (peekNextArg() == null) { in onCommand()
162 if (verb == CommandVerb.PUT && peekNextArg() == null) { in onCommand()
167 if (verb == CommandVerb.PUT && peekNextArg() == null) { in onCommand()
DSettingsService.java183 if (peekNextArg() == null) { in onCommand()
187 if (peekNextArg() == null) { in onCommand()
196 if (peekNextArg() == null) { in onCommand()
204 if (peekNextArg() == null) { in onCommand()
224 if (peekNextArg() == null) { in onCommand()
232 if (peekNextArg() == null) { in onCommand()
242 if (peekNextArg() == null) { in onCommand()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java191 if (peekNextArg() != null) { in onCommand()
202 if (peekNextArg() != null) { in onCommand()
216 if (peekNextArg() != null) { in onCommand()
229 if (peekNextArg() != null) { in onCommand()
242 if (peekNextArg() != null) { in onCommand()
255 if (peekNextArg() != null) { in onCommand()
282 if (peekNextArg() != null) { in onCommand()
290 if (peekNextArg() != null) { in onCommand()
311 if (peekNextArg() != null) { in onCommand()
324 if (peekNextArg() != null) { in onCommand()
[all …]
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java118 public String peekNextArg() { in peekNextArg() method in BaseCommand
119 return mArgs.peekNextArg(); in peekNextArg()
/frameworks/base/core/java/android/os/
DShellCommand.java102 public String peekNextArg() { in peekNextArg() method in ShellCommand
103 return super.peekNextArg(); in peekNextArg()
DBasicShellCommandHandler.java256 public String peekNextArg() { in peekNextArg() method in BasicShellCommandHandler
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java166 if (peekNextArg() != null && !peekNextArg().startsWith("-")) in runInstrument()
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java402 if (TextUtils.isEmpty(mArgs.peekNextArg())) { in getPhoneAccountHandleFromArgs()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1386 timeoutMs = Long.parseLong(peekNextArg()); in runInstallCommit()
2871 params.timeoutMs = Long.parseLong(peekNextArg()); in makeInstallParams()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java2439 boolean multiple = peekNextArg() != null;