Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DContactsContract.java9228 Context actualContext = context; in composeQuickContactsIntent() local
9229 while ((actualContext instanceof ContextWrapper) in composeQuickContactsIntent()
9230 && !(actualContext instanceof Activity)) { in composeQuickContactsIntent()
9231 actualContext = ((ContextWrapper) actualContext).getBaseContext(); in composeQuickContactsIntent()
9233 final int intentFlags = ((actualContext instanceof Activity) in composeQuickContactsIntent()