HomeSort by relevance Sort by last modified time
    Searched full:apps (Results 501 - 525 of 2180) sorted by null

<<21222324252627282930>>

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 73 private int mBatchSize; // 0 is all apps at once
135 public void bindAllApplications(ArrayList<ApplicationInfo> apps);
136 public void bindAppsAdded(ArrayList<ApplicationInfo> apps);
137 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps);
138 public void bindAppsRemoved(ArrayList<ApplicationInfo> apps, boolean permanent);
202 // From all apps
615 // First, schedule to add these apps back in.
625 // If we have changed locale we need to clear out the labels in all apps/workspace.
629 // and we would need to clear out the labels in all apps/workspace. Same handling as
633 Log.d(TAG, "Reload apps on config change. curr_mcc:
1385 List<ResolveInfo> apps = null; local
    [all...]
  /frameworks/base/docs/html/guide/appendix/
market-filters.jd 53 href="http://play.google.com/apps/publish">Go to Google Play</a> to create a publisher
90 href="http://play.google.com/apps">Google Play web site</a>, they can see all published
200 </strong>The manifest includes <code>&lt;uses-configuration android:reqFiveWayNav=&quot;true&quot; /&gt;</code>, and a user is searching for apps on a device that does not have a five-way navigational control. <strong>Result</strong>: Google Play will not show the app to the user. </p>
220 is searching for apps on a device that does not have a light sensor.
251 requests OpenGL-ES version 1.1, and a user is searching for apps on a device that supports OpenGL-ES version 2.0. <strong>Result</strong>: Google Play will show the app to the user, unless other filters apply. If a
256 </strong>A user is searching for apps on a device that does not
258 supports only OpenGL-ES 1.0. Google Play will only show the user apps that do not specify <code>openGlEsVersion</code>, or apps that do not specify an OpenGL-ES version higher than 1.0. </p>
271 </strong>An app requires the <code>com.google.android.maps</code> library, and a user is searching for apps on a device that does not have the <code>com.google.android.maps</code> library. <strong>Result</strong>: Google Play will not show the app to the user. </p>
308 android:minSdkVersion=&quot;3&quot;&gt;</code>, and the app uses APIs that were introduced in API Level 3. A user is searching for apps on a device that has API Level 2. <strong>Result</strong>: Google Play will not show the app to th (…)
    [all...]
  /development/build/
sdk.atree 72 # the uper-jar file that apps link against. This is the public API
153 development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
197 development/apps/WidgetPreview samples/${PLATFORM_NAME}/WidgetPreview
240 system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
241 system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk
  /external/chromium/chrome/common/extensions/
extension_constants.h 283 // The name of the apps promo histogram.
286 // The buckets used in the apps promo histogram.
301 // Launch from NTP apps section while maximized.
304 // Launch from NTP apps section while collapsed.
307 // Launch from NTP apps section while in menu mode.
update_manifest.cc 255 std::vector<xmlNode*> apps = GetChildren(root, gupdate_ns, "app"); local
256 for (unsigned int i = 0; i < apps.size(); i++) {
259 if (!ParseSingleAppTag(apps[i], gupdate_ns, &current, &error)) {
  /external/openssl/
import_openssl.sh 109 rm -f apps/CA.pl.bak crypto/opensslconf.h.bak
133 cp ../patches/apps_Android.mk apps/Android.mk
148 sed 's#../util/shlib_wrap.sh ../apps/openssl#adb shell /system/bin/openssl#' | \
151 sed 's#../apps/server2.pem#/sdcard/android.testssl/server2.pem#' | \
157 cp apps/server2.pem android.testssl/
  /frameworks/base/docs/html/sdk/
android-2.2-highlights.jd 228 <p>Apps can utilize Android Cloud to Device Messaging to enable mobile alert, send to phone, and
234 <p>New bug reporting feature for Google Play apps enables developers to receive crash and freeze
244 <h3>Apps on external storage</h3>
261 profile enables apps to determine device hardware capablities.</p>
272 <p>Apps can participate in data backup and restore, to ensure that users maintain their data
android-3.2.jd 15 <li><a href="#apps">Built-in Applications</a></li>
32 Apps for Android 3.x</a></li>
63 href="{@docRoot}guide/practices/optimizing-for-3.0.html">Optimizing Apps for
101 <li><strong>Compatibility zoom for fixed-sized apps</strong>
104 users a new way to view fixed-sized apps on larger devices. The new mode provides a
105 pixel-scaled alternative to the standard UI stretching for apps that are not
107 accessible to users from a menu icon in the system bar, for apps that need
112 from the SD card to apps that use them. A system facility makes the files
113 accessible to apps from the system media store.</p></li>
126 apps are displayed on different sizes, rather than relying on generalize
    [all...]
  /frameworks/base/packages/SystemUI/res/values-da/
strings.xml 28 <string name="status_bar_no_recent_apps" msgid="6576392951053994640">"Der er ingen seneste apps"</string>
29 <string name="status_bar_accessibility_dismiss_recents" msgid="4576076075226540105">"Afvis de seneste apps"</string>
32 <item quantity="other" msgid="1040784359794890744">"%d seneste apps"</item>
56 <string name="usb_accessory_uri_prompt" msgid="513450621413733343">"Ingen installerede apps fungerer med USB-enheden. Få oplysninger om enheden på <xliff:g id="URL">%1$s</xliff:g>"</string>
79 <string name="accessibility_recent" msgid="8571350598987952883">"Seneste apps"</string>
  /frameworks/base/packages/SystemUI/res/values-de/
strings.xml 28 <string name="status_bar_no_recent_apps" msgid="6576392951053994640">"Keine kürzlich geöffneten Apps"</string>
29 <string name="status_bar_accessibility_dismiss_recents" msgid="4576076075226540105">"Kürzlich geöffnete Apps schließen"</string>
32 <item quantity="other" msgid="1040784359794890744">"%d kürzlich geöffnete Apps"</item>
56 <string name="usb_accessory_uri_prompt" msgid="513450621413733343">"Keine installierten Apps für dieses USB-Zubehör. Weitere Informationen unter <xliff:g id="URL">%1$s</xliff:g>"</string>
79 <string name="accessibility_recent" msgid="8571350598987952883">"Kürzlich geöffnete Apps"</string>
  /frameworks/base/packages/SystemUI/res/values-en-rGB/
strings.xml 28 <string name="status_bar_no_recent_apps" msgid="6576392951053994640">"No recent apps"</string>
29 <string name="status_bar_accessibility_dismiss_recents" msgid="4576076075226540105">"Dismiss recent apps"</string>
32 <item quantity="other" msgid="1040784359794890744">"%d recent apps"</item>
56 <string name="usb_accessory_uri_prompt" msgid="513450621413733343">"No installed apps work with this USB accessory. Learn more about this accessory at <xliff:g id="URL">%1$s</xliff:g>"</string>
79 <string name="accessibility_recent" msgid="8571350598987952883">"Recent apps"</string>
  /frameworks/base/packages/SystemUI/res/values-nl/
strings.xml 28 <string name="status_bar_no_recent_apps" msgid="6576392951053994640">"Geen recente apps"</string>
29 <string name="status_bar_accessibility_dismiss_recents" msgid="4576076075226540105">"Recente apps negeren"</string>
32 <item quantity="other" msgid="1040784359794890744">"%d recente apps"</item>
56 <string name="usb_accessory_uri_prompt" msgid="513450621413733343">"Er werken geen geïnstalleerde apps met dit USB-accessoire. Meer informatie op: <xliff:g id="URL">%1$s</xliff:g>"</string>
79 <string name="accessibility_recent" msgid="8571350598987952883">"Recente apps"</string>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 219 /** reserved for user apps; event data type = #snd_seq_ev_ext_t */
221 /** reserved for user apps; event data type = #snd_seq_ev_ext_t */
223 /** reserved for user apps; event data type = #snd_seq_ev_ext_t */
225 /** reserved for user apps; event data type = #snd_seq_ev_ext_t */
227 /** reserved for user apps; event data type = #snd_seq_ev_ext_t */
  /frameworks/base/core/res/res/values-de/
strings.xml 3 /* //device/apps/common/assets/res/any/strings.xml
148 <string name="no_recent_tasks" msgid="279702952298056674">"Keine kürzlich geöffneten Apps"</string>
203 <string name="permdesc_sendSmsNoConfirmation" msgid="4477752891276276168">"Ermöglicht der App das Senden von SMS. Bei schädlichen Apps können Kosten entstehen, wenn diese Nachrichten ohne Ihre Zustimmung versenden."</string>
208 <string name="permdesc_writeSms" product="tablet" msgid="5332124772918835437">"Ermöglicht einer App, auf Ihrem Tablet oder Ihrer SIM-Karte gespeicherte SMS zu bearbeiten. Schädliche Apps löschen möglicherweise Ihre Nachrichten."</string>
211 <string name="permdesc_receiveWapPush" msgid="5979623826128082171">"Ermöglicht der App, WAP-Mitteilungen zu empfangen und zu verarbeiten. Schädliche Apps können Ihre Nachrichten möglicherweise überwachen oder löschen, bevor sie angezeigt werden."</string>
212 <string name="permlab_getTasks" msgid="5005277531132573353">"laufende Apps abrufen"</string>
214 <string name="permlab_reorderTasks" msgid="5669588525059921549">"Laufende Apps neu ordnen"</string>
215 <string name="permdesc_reorderTasks" msgid="126252774270522835">"Ermöglicht einer App, Aufgaben in den Vorder- und Hintergrund zu verschieben. Schädliche Apps können so ohne Ihr Zutun eine Anzeige im Vordergrund erzwingen."</string>
216 <string name="permlab_removeTasks" msgid="4802740047161700683">"Aktive Apps beenden"</string>
217 <string name="permdesc_removeTasks" msgid="2000332928514575461">"Ermöglicht einer App das Entfernen von Aufgaben und Beenden der entsprechenden Apps. Schädliche Apps können das Verhalten anderer Apps stören."</string
    [all...]
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 162 // TODO(arv): Add initialization code to the Apps store etc.
222 // Don't include the WebStore and other component apps.
223 // The WebStore launcher gets special treatment in ntp/apps.js.
240 dictionary->Set("apps", list);
274 // like the set of apps installed has changed, and we will mark the promo
283 // Maximize the apps section on the first promo view.
293 // If the default apps have just expired (user viewed them too many times with
306 // the apps as they change.
441 // default apps (we know the user hasn't installed any apps on their own a
    [all...]
  /device/moto/stingray/
extract-files.sh 266 LOCAL_MODULE_CLASS := APPS
278 LOCAL_MODULE_CLASS := APPS
290 LOCAL_MODULE_CLASS := APPS
302 LOCAL_MODULE_CLASS := APPS
314 LOCAL_MODULE_CLASS := APPS
326 LOCAL_MODULE_CLASS := APPS
338 LOCAL_MODULE_CLASS := APPS
350 LOCAL_MODULE_CLASS := APPS
362 LOCAL_MODULE_CLASS := APPS
374 LOCAL_MODULE_CLASS := APPS
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
overview.html 8 you'll be all set to start writing extensions and packaged apps.
13 <em>Packaged apps</em> are implemented as extensions,
15 everything in this page applies to packaged apps.
43 Many extensions&mdash;but not packaged apps&mdash;add
96 Extensions (and packaged apps) can also present a UI in other ways,
122 see <a href="apps.html">Packaged Apps</a>.
266 and perhaps the differences between packaged apps and extensions. -->
410 In addition to having access to all the APIs that web pages and apps can use,
576 and packaged apps <em>do</em>
    [all...]
  /external/chromium/chrome/common/extensions/docs/
whats_new.html 216 <li><h2><a href="apps.html">Packaged Apps</a></h2></li>
242 <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.html">Hosted Apps</a></li>
390 disabled apps and extensions.
469 <a href="http://code.google.com/chrome/apps/index.html">apps</a>;
470 packaged apps can use extension APIs.
473 lets you work with installed apps and extensions.
480 mode as the default for installable web apps
    [all...]
  /device/samsung/toro/
extract-files.sh 149 LOCAL_MODULE_CLASS := APPS
161 LOCAL_MODULE_CLASS := APPS
173 LOCAL_MODULE_CLASS := APPS
185 LOCAL_MODULE_CLASS := APPS
197 LOCAL_MODULE_CLASS := APPS
209 LOCAL_MODULE_CLASS := APPS
unzip-files.sh 149 LOCAL_MODULE_CLASS := APPS
161 LOCAL_MODULE_CLASS := APPS
173 LOCAL_MODULE_CLASS := APPS
185 LOCAL_MODULE_CLASS := APPS
197 LOCAL_MODULE_CLASS := APPS
209 LOCAL_MODULE_CLASS := APPS
  /device/samsung/torospr/
extract-files.sh 149 LOCAL_MODULE_CLASS := APPS
161 LOCAL_MODULE_CLASS := APPS
173 LOCAL_MODULE_CLASS := APPS
185 LOCAL_MODULE_CLASS := APPS
197 LOCAL_MODULE_CLASS := APPS
209 LOCAL_MODULE_CLASS := APPS
unzip-files.sh 149 LOCAL_MODULE_CLASS := APPS
161 LOCAL_MODULE_CLASS := APPS
173 LOCAL_MODULE_CLASS := APPS
185 LOCAL_MODULE_CLASS := APPS
197 LOCAL_MODULE_CLASS := APPS
209 LOCAL_MODULE_CLASS := APPS
  /external/chromium/chrome/browser/
background_application_list_model_unittest.cc 101 // extensions, of which some are Background Apps and others are not.
121 // Add alternating Extensions and Background Apps
178 // removing extensions, of which some are Background Apps and others are not.
  /external/openssl/apps/
ciphers.c 0 /* apps/ciphers.c */
38 * the apps directory (application code) you must include an acknowledgement:
65 #include "apps.h"
gendh.c 0 /* apps/gendh.c */
39 * the apps directory (application code) you must include an acknowledgement:
72 #include "apps.h"

Completed in 486 milliseconds

<<21222324252627282930>>