HomeSort by relevance Sort by last modified time
    Searched refs:applicationContext (Results 1 - 9 of 9) sorted by null

  /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);
  /frameworks/base/core/java/android/webkit/
L10nUtils.java 95 public static void setApplicationContext(Context applicationContext) {
96 mApplicationContext = applicationContext.getApplicationContext();
  /packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailPlaybackFragment.java 189 public PlaybackViewImpl(ActivityReference activityReference, Context applicationContext,
192 Preconditions.checkNotNull(applicationContext);
195 mApplicationContext = applicationContext;
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 144 Context applicationContext = context.getApplicationContext();
146 (ContactPhotoManager) applicationContext.getSystemService(CONTACT_PHOTO_SERVICE);
148 service = createContactPhotoManager(applicationContext);
149 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 
  /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 

Completed in 93 milliseconds