OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAvailable
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ObjectPool.java
26
private FixedSizeArray<Object>
mAvailable
;
47
Object result =
mAvailable
.removeLast();
55
mAvailable
.add(entry);
60
return
mAvailable
.getCapacity() -
mAvailable
.getCount();
65
mAvailable
= new FixedSizeArray<Object>(mSize);
73
return
mAvailable
;
/frameworks/base/services/java/com/android/server/connectivity/
Tethering.java
783
private boolean
mAvailable
;
818
if (
mAvailable
) res += " - Available";
[
all
...]
Completed in 120 milliseconds