Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DContactsContract.java8272 Context actualContext = context; in composeQuickContactsIntent() local
8273 while ((actualContext instanceof ContextWrapper) in composeQuickContactsIntent()
8274 && !(actualContext instanceof Activity)) { in composeQuickContactsIntent()
8275 actualContext = ((ContextWrapper) actualContext).getBaseContext(); in composeQuickContactsIntent()
8277 final int intentFlags = ((actualContext instanceof Activity) in composeQuickContactsIntent()