HomeSort by relevance Sort by last modified time
    Searched defs:applicationContext (Results 1 - 13 of 13) 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/UnifiedEmail/src/com/android/mail/photomanager/
ContactPhotoManager.java 57 Context applicationContext = context.getApplicationContext();
59 (ContactPhotoManager) applicationContext.getSystemService(CONTACT_PHOTO_SERVICE);
61 service = createContactPhotoManager(applicationContext);
62 LogUtils.e(TAG, "No contact photo service in context: " + applicationContext);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 140 Context applicationContext = context.getApplicationContext();
142 (ContactPhotoManager) applicationContext.getSystemService(CONTACT_PHOTO_SERVICE);
144 service = createContactPhotoManager(applicationContext);
145 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 87 milliseconds