HomeSort by relevance Sort by last modified time
    Searched defs:nextArgRequired (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
BaseCommand.java 120 public String nextArgRequired() {
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 145 mPeriodicIntervalSeconds = Integer.parseInt(nextArgRequired());
160 mAccountName = nextArgRequired();
162 mAccountType = nextArgRequired();
164 mAuthority = nextArgRequired();
186 final String key = nextArgRequired();
187 final String value = nextArgRequired();
190 final String key = nextArgRequired();
193 final String key = nextArgRequired();
194 final String value = nextArgRequired();
197 final String key = nextArgRequired();
    [all...]
  /frameworks/opt/net/lowpan/command/java/com/android/commands/lowpan/
LowpanCtl.java 152 while ((op = nextArgRequired()) != null) {
154 mLowpanInterfaceName = nextArgRequired();
249 identityBuilder.setName(nextArgRequired());
252 identityBuilder.setPanid(Integer.decode(nextArgRequired()));
254 identityBuilder.setChannel(Integer.decode(nextArgRequired()));
256 identityBuilder.setXpanid(HexDump.hexStringToByteArray(nextArgRequired()));
258 masterKey = HexDump.hexStringToByteArray(nextArgRequired());
260 masterKeyIndex = Integer.decode(nextArgRequired());
403 scanner.addChannel(Integer.decode(nextArgRequired()));
441 scanner.addChannel(Integer.decode(nextArgRequired()));
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 109 milliseconds