Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextTest.java243 int testInt[] = { 0, 0 }; in testObtainStyledAttributes() local
244 testTypedArray = mContext.obtainStyledAttributes(-1, testInt); in testObtainStyledAttributes()
DIntentTest.java854 final int testInt = 1; in testGetIntent() local
855 mIntent.putExtra(TEST_EXTRA_NAME, testInt); in testGetIntent()
858 assertEquals(testInt, target.getIntExtra(TEST_EXTRA_NAME, 2)); in testGetIntent()
920 final int testInt = 1; in testToURI() local
921 mIntent.putExtra(TEST_EXTRA_NAME, testInt); in testToURI()
922 assertTrue(mIntent.toURI().indexOf(getString("i", TEST_EXTRA_NAME, testInt)) != -1); in testToURI()