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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RILRequest.java 39 static AtomicInteger sNextSerial = new AtomicInteger(0);
91 rr.mSerial = sNextSerial.getAndIncrement();
181 sNextSerial.set(sRandom.nextInt());
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 169 static AtomicInteger sNextSerial = new AtomicInteger(1);
754 int rilSerial = sNextSerial.getAndIncrement();
    [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 657 milliseconds