Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DContactsContract.java8484 Context actualContext = context; in composeQuickContactsIntent() local
8485 while ((actualContext instanceof ContextWrapper) in composeQuickContactsIntent()
8486 && !(actualContext instanceof Activity)) { in composeQuickContactsIntent()
8487 actualContext = ((ContextWrapper) actualContext).getBaseContext(); in composeQuickContactsIntent()
8489 final int intentFlags = ((actualContext instanceof Activity) in composeQuickContactsIntent()