Searched refs:activityContext (Results 1 - 3 of 3) sorted by last modified time

/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...]
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java110 final Context activityContext = mSearchable.getActivityContext(mContext);
111 mProviderContext = mSearchable.getProviderContext(mContext, activityContext);

Completed in 140 milliseconds