HomeSort by relevance Sort by last modified time
    Searched full:application (Results 176 - 200 of 12067) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/samples/Alarm/
_index.html 3 ApiDemos sample application. It is used as the application under test
5 sample test application.
8 This application demonstrates a simple Android service that is started when needed by
20 The application also contains the <code>AlarmActivity</code> activity that is a client of the
27 The test application <a href="tests/index.html">AlarmServiceTest</a>
  /development/samples/VoiceRecognitionService/
_index.html 1 <p>A sample application that demonstrates Android's pluggable voice recognition framework.</p>
3 <p>This application includes a
15 <p>Installing this application onto a device that already has a voice recognition service
20 every application that wishes to use voice recognition. For example, because Google's
21 VoiceSearch application relies on more than just simple text results, it may not work
24 work as expected - returning just the very simple list of results to the application.</p>
  /external/chromium/chrome/browser/
background_application_list_model.cc 45 // Background application representation, private to the
47 class BackgroundApplicationListModel::Application
50 Application(BackgroundApplicationListModel* model,
53 virtual ~Application();
109 BackgroundApplicationListModel::Application::~Application() {
112 BackgroundApplicationListModel::Application::Application(
121 void BackgroundApplicationListModel::Application::OnImageLoaded(
131 void BackgroundApplicationListModel::Application::RequestIcon
168 Application* application = FindApplication(extension); local
215 const Application* application = FindApplication(extension); local
    [all...]
  /external/chromium_org/chrome/common/
web_application_info.h 28 // URL to a manifest that defines the application. If specified, all other
30 // ID of the application.
33 // Setting indicating this application is artificially constructed. If set,
34 // the application was created from bookmark-style data (title, url, possibly
40 // Title of the application.
43 // Description of the application.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocalBroadcastManagerTest.java 21 LocalBroadcastManager instance = LocalBroadcastManager.getInstance(Robolectric.application);
23 assertSame(instance, LocalBroadcastManager.getInstance(Robolectric.application));
28 LocalBroadcastManager instance = LocalBroadcastManager.getInstance(Robolectric.application);
48 LocalBroadcastManager instance = LocalBroadcastManager.getInstance(Robolectric.application);
65 lastInstance = LocalBroadcastManager.getInstance(Robolectric.application);
72 assertNotSame(lastInstance, LocalBroadcastManager.getInstance(Robolectric.application));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 54 WELL_KNOWN_SHORT_MIME_TYPES.put(0x10, "application/*");
55 WELL_KNOWN_SHORT_MIME_TYPES.put(0x11, "application/java-vm");
56 WELL_KNOWN_SHORT_MIME_TYPES.put(0x12, "application/x-www-form-urlencoded");
57 WELL_KNOWN_SHORT_MIME_TYPES.put(0x13, "application/x-hdmlc");
58 WELL_KNOWN_SHORT_MIME_TYPES.put(0x14, "application/vnd.wap.wmlc");
59 WELL_KNOWN_SHORT_MIME_TYPES.put(0x15, "application/vnd.wap.wmlscriptc");
60 WELL_KNOWN_SHORT_MIME_TYPES.put(0x16, "application/vnd.wap.wta-eventc");
61 WELL_KNOWN_SHORT_MIME_TYPES.put(0x17, "application/vnd.wap.uaprof");
62 WELL_KNOWN_SHORT_MIME_TYPES.put(0x18, "application/vnd.wap.wtls-ca-certificate");
63 WELL_KNOWN_SHORT_MIME_TYPES.put(0x19, "application/vnd.wap.wtls-user-certificate")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 52 getbaseclasses(application)
56 getbaseclasses(application)
70 'capp' : application,
74 'capp' : application,
92 _elemdict = application._elemdict
93 _propdict = application._propdict
  /development/ndk/platforms/android-4/samples/san-angeles/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /development/ndk/platforms/android-8/samples/bitmap-plasma/
AndroidManifest.xml 6 <application android:label="@string/app_name" android:debuggable="true">
14 </application>
  /development/ndk/samples/hello-jni/
AndroidManifest.xml 7 <application android:label="@string/app_name"
16 </application>
  /development/ndk/samples/hello-jni/tests/src/com/example/hellojni/
HelloJniTest.java 6 * This is a simple framework for a test of an Application. See
8 * how to write and extend Application tests.
  /development/ndk/samples/hello-neon/
AndroidManifest.xml 7 <application android:label="@string/app_name">
15 </application>
  /development/ndk/samples/two-libs/
AndroidManifest.xml 7 <application android:label="@string/app_name">
15 </application>
  /development/ndk/samples/two-libs/tests/src/com/example/twolibs/
TwoLibsTest.java 6 * This is a simple framework for a test of an Application. See
8 * how to write and extend Application tests.
  /development/samples/ControllerSample/res/values/
styles.xml 4 Base application theme, dependent on API level. This theme is replaced
15 <!-- Application theme. -->
  /development/samples/FixedGridLayout/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /development/samples/TicTacToeLib/
_index.html 1 <p>This application is an example of an Android library project, a type of
8 <code>GameActivity</code> assumes control of the application lifecycle and
17 handles most of the application lifecycle and manages general game play.</li>
23 <p>If you want to build the TicTacToeLib application, you can obtain it by
28 library project and not a true Android application project. To run it, you need
29 to build the application that uses the library project &mdash; in this case, the
30 <a href="../TicTacToeMain/index.html">TicTacToeMain</a> application, which is also included in the Samples
33 <p>To build an application that uses a library project, you also need to update
  /development/samples/browseable/BasicAndroidKeyStore/
_index.jd 9 safely create and store encryption keys that only your application can access.
11 <p>To see this in action, run the sample application and click:</p>
  /development/samples/training/ads-and-ux/
ReadMe.txt 1 This sample demonstrates the integration of an mobile ad SDK with your application. In this case,
4 The application has the following external dependencies. In order to build, be sure to obtain these
  /development/tools/recovery_l10n/
AndroidManifest.xml 6 <application android:label="Recovery Localizer">
14 </application>
  /development/tools/templates/
AndroidManifest.template 6 <application android:label="@string/app_name" ICON>
14 </application>
  /development/tutorials/MoarRam/res/values/
styles.xml 4 Base application theme, dependent on API level. This theme is replaced
15 <!-- Application theme. -->
  /development/tutorials/NotepadCodeLab/Notepadv1/
AndroidManifest.xml 4 <application android:icon="@drawable/icon">
11 </application>
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/
AndroidManifest.xml 4 <application android:icon="@drawable/icon">
11 </application>
  /development/tutorials/NotepadCodeLab/Notepadv2/
AndroidManifest.xml 4 <application android:icon="@drawable/icon">
11 </application>

Completed in 892 milliseconds

1 2 3 4 5 6 78 91011>>