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

  /frameworks/base/core/java/android/app/
SearchableInfo.java 260 Context theirContext = null;
262 theirContext = context.createPackageContext(activity.getPackageName(), 0);
269 return theirContext;
282 Context theirContext = null;
288 theirContext = context.createPackageContext(mSuggestProviderPackage, 0);
290 // unexpected, but we deal with this by null-checking theirContext
292 // unexpected, but we deal with this by null-checking theirContext
295 return theirContext;
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 593 Context theirContext = getRemoteContext();
594 mRemoteContext = theirContext;
596 theirContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
597 inflater = inflater.cloneInContext(theirContext);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 81 milliseconds