HomeSort by relevance Sort by last modified time
    Searched defs:appContext (Results 1 - 16 of 16) sorted by null

  /packages/apps/Email/src/com/android/email/mail/
Sender.java 110 Context appContext = context.getApplicationContext();
111 Sender sender = findSender(appContext, R.xml.senders_product, account);
113 sender = findSender(appContext, R.xml.senders, account);
Store.java 95 Context appContext = context.getApplicationContext();
100 store = (Store)m.invoke(null, account, appContext);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 58 Context appContext = context.getApplicationContext();
59 sInstance = new LocalBluetoothManager(adapter, appContext);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationLoading.java 84 Context appContext = AnimationLoading.this;
88 loadAnimator(appContext, R.anim.object_animator);
93 loadAnimator(appContext, R.anim.animator);
101 (AnimatorSet) AnimatorInflater.loadAnimator(appContext,
106 loadAnimator(appContext, R.anim.color_animator);
  /frameworks/base/core/java/android/app/
LoadedApk.java 497 ContextImpl appContext = new ContextImpl();
498 appContext.init(this, null, mActivityThread);
500 cl, appClass, appContext);
501 appContext.setOuterContext(app);
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 68 Context appContext = context.getApplicationContext();
69 if (appContext != null) {
70 sContext = appContext;
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java 87 Static(Context appContext) {
89 mHandler = new Handler(appContext.getMainLooper());
94 mDisplayService = (DisplayManager) appContext.getSystemService(Context.DISPLAY_SERVICE);
103 void startMonitoringRoutes(Context appContext) {
114 appContext.registerReceiver(new WifiDisplayStatusChangedReceiver(),
116 appContext.registerReceiver(new VolumeChangeReceiver(),
294 final Context appContext = context.getApplicationContext();
295 sStatic = new Static(appContext);
296 sStatic.startMonitoringRoutes(appContext);
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 215 Context appContext = context.getApplicationContext();
230 CacheManager.init(appContext);
232 CookieSyncManager.createInstance(appContext);
234 PluginManager.getInstance(appContext);
239 (WindowManager) appContext.getSystemService(
252 mDatabase = WebViewDatabaseClassic.getInstance(appContext);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 203 milliseconds