Searched refs:actualContext (Results 1 – 1 of 1) sorted by relevance
8187 Context actualContext = context; in composeQuickContactsIntent() local8188 while ((actualContext instanceof ContextWrapper) in composeQuickContactsIntent()8189 && !(actualContext instanceof Activity)) { in composeQuickContactsIntent()8190 actualContext = ((ContextWrapper) actualContext).getBaseContext(); in composeQuickContactsIntent()8192 final int intentFlags = ((actualContext instanceof Activity) in composeQuickContactsIntent()