HomeSort by relevance Sort by last modified time
    Searched refs:theirContext (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
SearchableInfo.java 259 Context theirContext = null;
261 theirContext = context.createPackageContext(activity.getPackageName(), 0);
268 return theirContext;
281 Context theirContext = null;
287 theirContext = context.createPackageContext(mSuggestProviderPackage, 0);
289 // unexpected, but we deal with this by null-checking theirContext
291 // unexpected, but we deal with this by null-checking theirContext
294 return theirContext;
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 541 Context theirContext = getRemoteContext();
542 mRemoteContext = theirContext;
544 theirContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
545 inflater = inflater.cloneInContext(theirContext);

Completed in 1455 milliseconds