Searched refs:actualContext (Results 1 – 1 of 1) sorted by relevance
9228 Context actualContext = context; in composeQuickContactsIntent() local9229 while ((actualContext instanceof ContextWrapper) in composeQuickContactsIntent()9230 && !(actualContext instanceof Activity)) { in composeQuickContactsIntent()9231 actualContext = ((ContextWrapper) actualContext).getBaseContext(); in composeQuickContactsIntent()9233 final int intentFlags = ((actualContext instanceof Activity) in composeQuickContactsIntent()