Searched refs:actualContext (Results 1 – 1 of 1) sorted by relevance
9020 Context actualContext = context; in composeQuickContactsIntent() local9021 while ((actualContext instanceof ContextWrapper) in composeQuickContactsIntent()9022 && !(actualContext instanceof Activity)) { in composeQuickContactsIntent()9023 actualContext = ((ContextWrapper) actualContext).getBaseContext(); in composeQuickContactsIntent()9025 final int intentFlags = ((actualContext instanceof Activity) in composeQuickContactsIntent()