Searched refs:actualContext (Results 1 – 1 of 1) sorted by relevance
9220 Context actualContext = context; in composeQuickContactsIntent() local9221 while ((actualContext instanceof ContextWrapper) in composeQuickContactsIntent()9222 && !(actualContext instanceof Activity)) { in composeQuickContactsIntent()9223 actualContext = ((ContextWrapper) actualContext).getBaseContext(); in composeQuickContactsIntent()9225 final int intentFlags = ((actualContext instanceof Activity) in composeQuickContactsIntent()