Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java888 final int testInt = 1; in testGetIntent() local
889 mIntent.putExtra(TEST_EXTRA_NAME, testInt); in testGetIntent()
892 assertEquals(testInt, target.getIntExtra(TEST_EXTRA_NAME, 2)); in testGetIntent()
956 final int testInt = 1; in testToURI() local
957 mIntent.putExtra(TEST_EXTRA_NAME, testInt); in testToURI()
958 assertTrue(mIntent.toURI().indexOf(getString("i", TEST_EXTRA_NAME, testInt)) != -1); in testToURI()
DContextTest.java343 int testInt[] = { 0, 0 }; in testObtainStyledAttributes() local
344 testTypedArray = mContext.obtainStyledAttributes(-1, testInt); in testObtainStyledAttributes()
/cts/tests/tests/slice/src/android/slice/cts/
DSliceBindingTest.java166 public void testInt() { in testInt() method in SliceBindingTest
DSliceBuilderTest.java51 public void testInt() { in testInt() method in SliceBuilderTest