HomeSort by relevance Sort by last modified time
    Searched defs:applicationContext (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/component/
RecentsVisibilityChangedEvent.java 29 public final Context applicationContext;
33 this.applicationContext = context.getApplicationContext();
ScreenPinningRequestEvent.java 28 public final Context applicationContext;
32 this.applicationContext = context.getApplicationContext();
  /external/robolectric/v1/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 75 final Context applicationContext = context.getApplicationContext();
76 sInstance = new ResolveCache(applicationContext);
84 applicationContext.registerReceiver(sInstance.mPackageIntentReceiver, filter);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapDownloader.java 131 final Context applicationContext = context.getApplicationContext();
132 mConfiguration = new Configuration(applicationContext.getResources().getConfiguration());
134 applicationContext.registerComponentCallbacks(new ComponentCallbacks2() {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 56 Context applicationContext = getApplicationContext();
57 File resultFile = new File(applicationContext.getFilesDir(), getId());
69 MultiDex.install(applicationContext);
86 RandomAccessFile raf = new RandomAccessFile(new File(applicationContext.getFilesDir(), getId() + ".complete"), "rw");
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
NetworkMonitor.java 57 private final Context applicationContext;
71 applicationContext =
160 applicationContext);
VideoCapturerAndroid.java 75 private Context applicationContext;
397 final Context applicationContext, final CapturerObserver frameObserver) {
400 if (applicationContext == null) {
401 throw new RuntimeException("applicationContext not set.");
410 applicationContext);
417 final Context applicationContext) {
423 this.applicationContext = applicationContext;
445 applicationContext);
619 applicationContext);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 251 Context applicationContext = context.getApplicationContext();
253 TelecomUtil.getDefaultOutgoingPhoneAccount(applicationContext,
257 Uri uri = TelecomUtil.getAdnUriForPhoneAccount(applicationContext, null);
261 applicationContext, handler, sc);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactInfoCache.java 120 final Context applicationContext = context.getApplicationContext();
145 mCachedNumberLookupService.addContact(applicationContext, cacheInfo);
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 439 Context applicationContext = context.getApplicationContext();
440 sInstance = createContactPhotoManager(applicationContext);
441 applicationContext.registerComponentCallbacks(sInstance);
    [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/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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/sdk/current/support/customtabs/libs/
android-support-customtabs.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 

Completed in 3747 milliseconds

1 2