HomeSort by relevance Sort by last modified time
    Searched refs:mClientCount (Results 1 - 5 of 5) sorted by null

  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
ObservableFrameServer.java 47 private final AtomicInteger mClientCount;
70 int clients = mClientCount.decrementAndGet();
79 mClientCount = new AtomicInteger(0);
86 int clients = mClientCount.incrementAndGet();
89 // Ownership of the incremented value in mClientCount is passed to
95 // mClientCount and must decrement it here.
96 clients = mClientCount.decrementAndGet();
109 int clients = mClientCount.incrementAndGet();
  /frameworks/base/core/java/android/app/
LoadedApk.java 125 int mClientCount = 0;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 83 milliseconds