Searched refs:sCount (Results 1 – 2 of 2) sorted by relevance
81 int sCount = status.getSatelliteCount(); in validateGnssStatus() local82 Log.i(TAG, "Total satellite:" + sCount); in validateGnssStatus()84 softAssert.assertTrue("Satellite count test sCount : " + sCount , sCount < 200); in validateGnssStatus()85 for (int i = 0; i < sCount; ++i) { in validateGnssStatus()
27 private static int sCount = 0; field in Movie49 return Integer.toString(sCount); in getCount()53 sCount++; in incrementCount()