Searched refs:actualContext (Results 1 – 1 of 1) sorted by relevance
8526 Context actualContext = context; in composeQuickContactsIntent() local8527 while ((actualContext instanceof ContextWrapper) in composeQuickContactsIntent()8528 && !(actualContext instanceof Activity)) { in composeQuickContactsIntent()8529 actualContext = ((ContextWrapper) actualContext).getBaseContext(); in composeQuickContactsIntent()8531 final int intentFlags = ((actualContext instanceof Activity) in composeQuickContactsIntent()