Home
last modified time | relevance | path

Searched defs:activityContext (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DDecorContext.java50 public DecorContext(Context context, Context activityContext) { in DecorContext()
73 Context activityContext = mActivityContext.get(); in getSystemService() local
86 Context activityContext = mActivityContext.get(); in getResources() local
103 Context activityContext = mActivityContext.get(); in getAutofillOptions() local
112 Context activityContext = mActivityContext.get(); in getContentCaptureOptions() local
/frameworks/base/core/java/android/app/
DSearchableInfo.java284 public Context getProviderContext(Context context, Context activityContext) { in getProviderContext()
314 private SearchableInfo(Context activityContext, AttributeSet attr, final ComponentName cName) { in SearchableInfo()
407 ActionKeyInfo(Context activityContext, AttributeSet attr) { in ActionKeyInfo()
575 Context activityContext = createActivityContext(context, cName); in getActivityMetaData() local
/frameworks/base/test-runner/src/android/test/
DActivityUnitTestCase.java200 public void setActivityContext(Context activityContext) { in setActivityContext()
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java110 final Context activityContext = mSearchable.getActivityContext(mContext); in SuggestionsAdapter() local