Home
last modified time | relevance | path

Searched refs:currentRas (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/metrics/
DApfProgramEvent.java70 public final int currentRas; // Total number of current RAs at generation time field in ApfProgramEvent
78 private ApfProgramEvent(long lifetime, long actualLifetime, int filteredRas, int currentRas, in ApfProgramEvent() argument
83 this.currentRas = currentRas; in ApfProgramEvent()
92 this.currentRas = in.readInt(); in ApfProgramEvent()
139 public Builder setCurrentRas(int currentRas) { in setCurrentRas() argument
140 mCurrentRas = currentRas; in setCurrentRas()
178 out.writeInt(currentRas); in writeToParcel()
193 return String.format("ApfProgramEvent(%d/%d RAs %dB %ds/%s %s)", filteredRas, currentRas, in toString()
204 && currentRas == other.currentRas in equals()
/frameworks/base/tests/net/common/java/android/net/metrics/
DApfProgramEventTest.kt47 assertEquals(4, apfProgramEvent.currentRas) in hasFlag()
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityEventBuilder.java269 apfProgramEvent.currentRas = in.currentRas; in setApfProgramEvent()