OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertPositive
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/incident/src/com/android/server/cts/
PackageIncidentTest.java
37
private static void
assertPositive
(String name, long value) {
78
assertPositive
("install_time_ms", testPackage.getInstallTimeMs());
NetstatsIncidentTest.java
59
private void
assertPositive
(String name, long value) {
282
assertPositive
("# identities", iface.getIdentities().getIdentitiesList().size());
352
assertPositive
("duration", hist.getBucketDurationMs());
Completed in 3172 milliseconds