Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDeviceConfigService.java95 if (peekNextArg() == null) { in onCommand()
126 if (peekNextArg() == null) { in onCommand()
131 if (peekNextArg() == null) { in onCommand()
142 if (peekNextArg() == null) { in onCommand()
153 if (peekNextArg() == null) { in onCommand()
163 if (verb == CommandVerb.PUT && peekNextArg() == null) { in onCommand()
168 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.java160 if (peekNextArg() != null) { in onCommand()
171 if (peekNextArg() != null) { in onCommand()
185 if (peekNextArg() != null) { in onCommand()
198 if (peekNextArg() != null) { in onCommand()
211 if (peekNextArg() != null) { in onCommand()
224 if (peekNextArg() != null) { in onCommand()
251 if (peekNextArg() != null) { in onCommand()
259 if (peekNextArg() != null) { in onCommand()
376 switch (peekNextArg()) { in doNotify()
420 if ("--user".equals(peekNextArg())) { in doNotify()
/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/cmds/am/src/com/android/commands/am/
DAm.java166 if (peekNextArg() != null && !peekNextArg().startsWith("-")) in runInstrument()
/frameworks/base/core/java/android/os/
DShellCommand.java309 public String peekNextArg() { in peekNextArg() method in ShellCommand
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java408 if (TextUtils.isEmpty(mArgs.peekNextArg())) { in getPhoneAccountHandleFromArgs()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java2384 boolean multiple = peekNextArg() != null;
2624 if ("null".equals(peekNextArg())) {
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1241 timeoutMs = Long.parseLong(peekNextArg()); in runInstallCommit()
2672 params.timeoutMs = Long.parseLong(peekNextArg()); in makeInstallParams()