Home
last modified time | relevance | path

Searched defs:testInt (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/systemproperties/src/android/os/
H A DSystemPropertiesTest.java84 private static void testInt(String setVal, int defValue, int expected) { in testInt() method in SystemPropertiesTest
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
H A DPersistableBundleUtilsTest.java208 final int testInt = 1; in testIntegerConversionLossless() local
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DAidlTest.java216 public void testInt() throws Exception { in testInt() method in AidlTest