Home
last modified time | relevance | path

Searched refs:MAX_ACTIVE_LOCKS (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowWifiManager.java151 public static final int MAX_ACTIVE_LOCKS = 50; field in ShadowWifiManager.ShadowWifiLock
156 …if (++refCount >= MAX_ACTIVE_LOCKS) throw new UnsupportedOperationException("Exceeded maximum numb… in acquire()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DWifiManagerTest.java176 for (int i=0; i<ShadowWifiManager.ShadowWifiLock.MAX_ACTIVE_LOCKS; i++) lock.acquire(); in shouldThrowUnsupportedOperationIfLockisOverlocked()