Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDeviceConfigService.java131 if (peekNextArg() == null) { in onCommand()
140 if (peekNextArg() != null) { in onCommand()
174 if (peekNextArg() == null) { in onCommand()
180 if (peekNextArg() == null) { in onCommand()
197 if (peekNextArg() == null) { in onCommand()
205 if (peekNextArg() == null) { in onCommand()
218 if (peekNextArg() == null) { in onCommand()
229 if (verb == CommandVerb.PUT && peekNextArg() == null) { in onCommand()
235 if (verb == CommandVerb.PUT && peekNextArg() == null) { in onCommand()
H A DSettingsService.java184 if (peekNextArg() == null) { in onCommand()
188 if (peekNextArg() == null) { in onCommand()
197 if (peekNextArg() == null) { in onCommand()
205 if (peekNextArg() == null) { in onCommand()
225 if (peekNextArg() == null) { in onCommand()
233 if (peekNextArg() == null) { in onCommand()
243 if (peekNextArg() == null) { in onCommand()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java192 if (peekNextArg() != null) { in onCommand()
203 if (peekNextArg() != null) { in onCommand()
217 if (peekNextArg() != null) { in onCommand()
231 if (peekNextArg() != null) { in onCommand()
245 if (peekNextArg() != null) { in onCommand()
258 if (peekNextArg() != null) { in onCommand()
266 if (peekNextArg() != null) { in onCommand()
274 if (peekNextArg() != null) { in onCommand()
295 if (peekNextArg() != null) { in onCommand()
308 if (peekNextArg() != null) { in onCommand()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBaseCommand.java120 public String peekNextArg() { in peekNextArg() method in BaseCommand
121 return mArgs.peekNextArg(); in peekNextArg()
/aosp14/frameworks/base/core/java/android/os/
H A DShellCommand.java96 public String peekNextArg() { in peekNextArg() method in ShellCommand
97 return super.peekNextArg(); in peekNextArg()
/aosp14/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java171 if (peekNextArg() != null && !peekNextArg().startsWith("-")) in runInstrument()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerShellCommand.java1007 if (peekNextArg() == null) { in runSetLetterboxStyle()
1010 while (peekNextArg() != null) { in runSetLetterboxStyle()
1107 if (peekNextArg() == null) { in runResetLetterboxStyle()
1111 while (peekNextArg() != null) { in runResetLetterboxStyle()
1199 if (peekNextArg() == null) { in runSetMultiWindowConfig()
1203 while (peekNextArg() != null) { in runSetMultiWindowConfig()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java1858 while ((nextArg = peekNextArg()) != null) { in CommonOptions()
1988 while ((nextArg = peekNextArg()) != null) { in nextEffect()
2055 while ((nextArg = peekNextArg()) != null) { in addWaveformToComposition()
2142 while ((nextArg = peekNextArg()) != null) { in addPrimitivesToComposition()
2147 nextArg = peekNextArg(); in addPrimitivesToComposition()
/aosp14/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java462 if (TextUtils.isEmpty(mArgs.peekNextArg())) { in getPhoneAccountHandleFromArgs()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationShell.java332 String pkgNameArg = commandHandler.peekNextArg(); in runResetAppLinks()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java3028 boolean multiple = peekNextArg() != null;