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.java139 } catch (IllegalArgumentException excepted) { in testConstructorInputValidation()
146 } catch (NullPointerException excepted) { in testConstructorInputValidation()
160 } catch (IllegalArgumentException excepted) { in testConstructorInputValidation()
167 } 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()