Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java717 final Intent emptyIntent = new Intent(); in testResolveActivityEmpty() local
720 final ComponentName target = emptyIntent.resolveActivity(mPm); in testResolveActivityEmpty()