OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withoutUids
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/net/
NetworkStatsRecorder.java
261
mLastSnapshot = mLastSnapshot.
withoutUids
(uids);
/frameworks/base/core/java/android/net/
NetworkStats.java
625
public NetworkStats
withoutUids
(int[] uids) {
/frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java
290
final NetworkStats after = before.
withoutUids
(new int[] { 100 });
Completed in 145 milliseconds