HomeSort by relevance Sort by last modified time
    Searched refs:Application (Results 101 - 125 of 206) sorted by null

1 2 3 45 6 7 8 9

  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 40 # Daemon Application
  /packages/apps/Contacts/src/com/android/contacts/
ContactsApplication.java 19 import android.app.Application;
41 public final class ContactsApplication extends Application {
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 20 import android.app.Application;
49 public class MmsApp extends Application {
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 19 import android.app.Application;
39 * Top-level Application class for the example IMS framework.
41 public class ImsFrameworkApp extends Application {
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 43 Application,
98 * Called when the Java application exits to perform additional cleanup actions
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApplicationStatus.java 8 import android.app.Application;
9 import android.app.Application.ActivityLifecycleCallbacks;
52 private static Application sApplication;
60 /** A lazily initialized listener that forwards application state changes to native. */
76 * A list of observers to be notified when the visibility state of this {@link Application}
87 * Called when the application's state changes.
88 * @param newState The application state.
108 * Initializes the activity status for a specified application.
110 * @param application The application whose status you wish to monitor
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSEntry.java 50 String application = _qualifiedNameMap.get(Fields.Application); local
52 _type = (application.length() > 0 ? "_" + application + "." : "") + (protocol.length() > 0 ? "_" + protocol + "." : "") + domain + ".";
151 return _qualifiedNameMap.get(Fields.Application).equals("dns-sd") && _qualifiedNameMap.get(Fields.Instance).equals("_services");
161 if (_qualifiedNameMap.get(Fields.Application).equals("dns-sd")) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 3 import android.app.Application;
35 * Shadows the {@code android.app.Application} class.
38 @Implements(Application.class)
69 @RealObject private Application realApplication;
100 * Associates a {@code ResourceLoader} with an {@code Application} instance
102 * @param application application
104 * @return the application
107 public static Application bind(Application application, ResourceLoader resourceLoader)
    [all...]
ShadowAppWidgetManager.java 4 import android.app.Application;
39 protected AppWidgetManager createInstance(Application applicationContext) {
ShadowActivity.java 4 import android.app.Application;
62 public final Application getApplication() {
63 return Robolectric.application;
68 public final Application getApplicationContext() {
234 return (WindowManager) Robolectric.application.getSystemService(Context.WINDOW_SERVICE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 32 Provides the application with means to enable and disable logging
38 The application can add comments and enable or disable tracing of GL
39 operations at any time. The data flow from the application to GL
42 Application-side implementation of these features raises namespace
70 RESOLVED: No. The application can use NewTraceMESA/EndTraceMESA
223 returned to the application on its GetError calls. If the user does not
320 flow from application to OpenGL, as well as data flow from OpenGL to
321 application, except for timing, possible print I/O. TRACE_ERRORS_BIT_MESA
  /external/llvm/test/MC/ARM/
directive-arch-armv8a.s 27 @ CHECK-ATTR: Description: Application
  /external/mesa3d/docs/OLD/
MESA_trace.spec 32 Provides the application with means to enable and disable logging
38 The application can add comments and enable or disable tracing of GL
39 operations at any time. The data flow from the application to GL
42 Application-side implementation of these features raises namespace
70 RESOLVED: No. The application can use NewTraceMESA/EndTraceMESA
223 returned to the application on its GetError calls. If the user does not
320 flow from application to OpenGL, as well as data flow from OpenGL to
321 application, except for timing, possible print I/O. TRACE_ERRORS_BIT_MESA
  /external/proguard/examples/
android.pro 59 # Preserve all fundamental application classes.
62 -keep public class * extends android.app.Application
145 # You can comment this out if your application doesn't use serialization.
158 # Your application may contain more items that need to be preserved;
  /external/stlport/test/eh/
intel45.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
  /frameworks/base/core/java/android/app/
Application.java 30 * Base class for those who need to maintain global application state. You can
32 * AndroidManifest.xml's <application> tag, which will cause that class
33 * to be instantiated for you when the process for your application/package is
36 * <p class="note">There is normally no need to subclass Application. In
44 public class Application extends ContextWrapper implements ComponentCallbacks2 {
65 * Callback interface for use with {@link Application#registerOnProvideAssistDataListener}
66 * and {@link Application#unregisterOnProvideAssistDataListener}.
72 * application. You can override this method to place into the bundle anything
79 public Application() {
84 * Called when the application is starting, before any activity, service
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 58 # Preserve all fundamental application classes.
61 -keep public class * extends android.app.Application
131 # You can comment this out if your application doesn't use serialization.
144 # Your application may contain more items that need to be preserved;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 3 import android.app.Application;
38 private Application context;
42 context = new Application();
162 ViewGroup viewGroup = new LinearLayout(Robolectric.application) {
  /external/chromium_org/tools/accessibility/nvda/
nvda_chrome_tests.py 41 'Application',
108 app = pywinauto.application.Application()
  /external/chromium_org/tools/usb_gadget/
server.py 5 """WSGI application to manage a USB gadget.
160 app = web.Application([
  /external/llvm/test/tools/llvm-readobj/ARM/
attributes.s 74 @ CHECK: Description: Application
110 @ CHECK: Description: Linux Application

Completed in 2576 milliseconds

1 2 3 45 6 7 8 9