Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DSettings_NameValueTableTest.java38 int origCount = c.getCount(); in testPutString() local
44 assertEquals(origCount + 1, c.getCount()); in testPutString()
61 assertEquals(origCount, c.getCount()); in testPutString()
DSettings_SystemTest.java104 int origCount = c.getCount(); in testSystemSettings() local
117 assertEquals(origCount + 4, c.getCount()); in testSystemSettings()
132 assertEquals(origCount, c.getCount()); in testSystemSettings()
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js2945 t, tns, type, origType, namespaces, origCount,
2970 origCount = eventType.length;
2994 if ( eventType.length === 0 && origCount !== eventType.length ) {