Searched defs:activityContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DActivityUnitTestCase.java200 public void setActivityContext(Context activityContext) { argument
201 mActivityContext = activityContext;
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java276 * @param activityContext If we can determine that the provider and the activity are the
281 public Context getProviderContext(Context context, Context activityContext) { argument
284 return activityContext;
304 * @param activityContext runtime context for the activity that the searchable info is about.
310 private SearchableInfo(Context activityContext, AttributeSet attr, final ComponentName cName) { argument
313 TypedArray a = activityContext.obtainStyledAttributes(attr,
365 PackageManager pm = activityContext.getPackageManager();
397 * @param activityContext runtime context of the activity that the action key information
403 ActionKeyInfo(Context activityContext, AttributeSet attr) { argument
404 TypedArray a = activityContext
[all...]

Completed in 250 milliseconds