Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DMacAddressTest.java133 } catch (IllegalArgumentException excepted) { in testConstructorInputValidation()
140 } catch (NullPointerException excepted) { in testConstructorInputValidation()
154 } catch (IllegalArgumentException excepted) { in testConstructorInputValidation()
161 } catch (NullPointerException excepted) { in testConstructorInputValidation()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java651 final String excepted = "testValue"; in testClone() local
652 mIntent.putExtra(key, excepted); in testClone()
661 assertEquals(excepted, actual.getStringExtra(key)); in testClone()