OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:applicationContext
(Results
1 - 12
of
12
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
AppSingletonizer.java
18
Application
applicationContext
= (Application) context.getApplicationContext();
19
ShadowApplication shadowApplication = (ShadowApplication) shadowOf(
applicationContext
);
22
instance = createInstance(
applicationContext
);
32
protected T createInstance(Application
applicationContext
) {
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java
74
final Context
applicationContext
= context.getApplicationContext();
75
sInstance = new ResolveCache(
applicationContext
);
83
applicationContext
.registerReceiver(sInstance.mPackageIntentReceiver, filter);
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java
139
Context
applicationContext
= context.getApplicationContext();
141
(ContactPhotoManager)
applicationContext
.getSystemService(CONTACT_PHOTO_SERVICE);
143
service = createContactPhotoManager(
applicationContext
);
144
Log.e(TAG, "No contact photo service in context: " +
applicationContext
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar
/prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar
Completed in 2630 milliseconds