Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsBaseTest.java71 final int[] roamings; in assertValues() local
73 roamings = new int[] {ROAMING_ALL, ROAMING_YES, ROAMING_NO}; in assertValues()
75 roamings = new int[] {roaming}; in assertValues()
94 for (int r : roamings) { in assertValues()