OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activityContext
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/app/
SearchableInfo.java
273
* @param
activityContext
If we can determine that the provider and the activity are the
278
public Context getProviderContext(Context context, Context
activityContext
) {
281
return
activityContext
;
301
* @param
activityContext
runtime context for the activity that the searchable info is about.
307
private SearchableInfo(Context
activityContext
, AttributeSet attr, final ComponentName cName) {
310
TypedArray a =
activityContext
.obtainStyledAttributes(attr,
362
PackageManager pm =
activityContext
.getPackageManager();
393
* @param
activityContext
runtime context of the activity that the action key information
399
ActionKeyInfo(Context
activityContext
, AttributeSet attr) {
400
TypedArray a =
activityContext
.obtainStyledAttributes(attr
[
all
...]
SuggestionsAdapter.java
108
Context
activityContext
= mSearchable.getActivityContext(mContext);
109
mProviderContext = mSearchable.getProviderContext(mContext,
activityContext
);
/frameworks/base/tests/CoreTests/android/core/
DatabaseSessionCache.java
119
* @param
activityContext
121
public DatabaseSessionCache(Context
activityContext
) {
124
init(
activityContext
);
152
public synchronized static void init(Context
activityContext
) {
162
// if (enabled(
activityContext
)) {
163
Context appContext =
activityContext
.getApplicationContext();
/frameworks/base/test-runner/src/android/test/
ActivityUnitTestCase.java
192
public void setActivityContext(Context
activityContext
) {
193
mActivityContext =
activityContext
;
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 59 milliseconds