Home | History | Annotate | Download | only in provider

Lines Matching refs:actualContext

7798             Context actualContext = context;
7799 while ((actualContext instanceof ContextWrapper)
7800 && !(actualContext instanceof Activity)) {
7801 actualContext = ((ContextWrapper) actualContext).getBaseContext();
7803 final int intentFlags = (actualContext instanceof Activity)