Searched defs:actualLifetime (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/net/metrics/
H A DApfProgramEvent.java51 public long actualLifetime; // Effective program lifetime in seconds field in class:ApfProgramEvent
62 this.actualLifetime = in.readLong();
72 out.writeLong(actualLifetime);
88 programLength, actualLifetime, lifetimeString, namesOf(flags));

Completed in 88 milliseconds