/packages/apps/Tag/src/com/android/apps/tag/record/ |
ParsedNdefRecord.java | 17 package com.android.apps.tag.record; 19 import com.android.apps.tag.R;
|
UnknownRecord.java | 17 package com.android.apps.tag.record; 19 import com.android.apps.tag.R;
|
/packages/providers/ApplicationsProvider/res/values/ |
strings.xml | 22 <string name="search_label">Apps</string> 27 <!-- Description line displayed for 'apps' as a searchable item within system search
|
/packages/providers/ApplicationsProvider/res/values-de/ |
strings.xml | 20 <string name="search_label" msgid="6182832093760999173">"Apps"</string> 22 <string name="settings_description" msgid="966629744054022387">"Namen der installierten Apps"</string>
|
/packages/providers/ApplicationsProvider/res/values-nl/ |
strings.xml | 20 <string name="search_label" msgid="6182832093760999173">"Apps"</string> 22 <string name="settings_description" msgid="966629744054022387">"Namen van geïnstalleerde apps"</string>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cm4000_cs.h | 10 * not to break compilation of userspace apps. -HW */ 27 * 32bit apps work, too.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cm4000_cs.h | 10 * not to break compilation of userspace apps. -HW */ 27 * 32bit apps work, too.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cm4000_cs.h | 10 * not to break compilation of userspace apps. -HW */ 27 * 32bit apps work, too.
|
/device/samsung/toroplus/self-extractors/samsung/staging/proprietary/ |
Android.mk | 23 LOCAL_MODULE_CLASS := APPS 34 LOCAL_MODULE_CLASS := APPS 43 LOCAL_MODULE_CLASS := APPS 53 LOCAL_MODULE_CLASS := APPS 64 LOCAL_MODULE_CLASS := APPS
|
/build/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS) 60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 64 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 68 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 71 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 87 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 91 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 99 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderCustom.java | 180 * Helper class to look for interesting changes to the installed apps 232 List<ApplicationInfo> apps = mPm.getInstalledApplications( local 235 if (apps == null) { 236 apps = new ArrayList<ApplicationInfo>(); 242 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size()); 243 for (int i=0; i<apps.size(); i++) { 244 AppEntry entry = new AppEntry(this, apps.get(i)); 261 @Override public void deliverResult(List<AppEntry> apps) { 265 if (apps != null) { 266 onReleaseResources(apps); [all...] |
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderCustomSupport.java | 182 * Helper class to look for interesting changes to the installed apps 234 List<ApplicationInfo> apps = mPm.getInstalledApplications( local 237 if (apps == null) { 238 apps = new ArrayList<ApplicationInfo>(); 244 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size()); 245 for (int i=0; i<apps.size(); i++) { 246 AppEntry entry = new AppEntry(this, apps.get(i)); 263 @Override public void deliverResult(List<AppEntry> apps) { 267 if (apps != null) { 268 onReleaseResources(apps); [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
AppOpsCategory.java | 87 * Helper class to look for interesting changes to the installed apps 139 @Override public void deliverResult(List<AppOpEntry> apps) { 143 if (apps != null) { 144 onReleaseResources(apps); 147 List<AppOpEntry> oldApps = apps; 148 mApps = apps; 153 super.deliverResult(apps); 205 @Override public void onCanceled(List<AppOpEntry> apps) { 206 super.onCanceled(apps); 208 // At this point we can release the resources associated with 'apps' [all...] |
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 23 * Template to use for creating new 'apps-page' elements 41 * The 'apps-page-list' element. 44 var appsPageList = getRequiredElement('apps-page-list'); 47 * A list of all 'apps-page' elements. 88 * Holds all event handlers tied to apps (and so subject to removal when the 98 // Request data on the apps so we can fill them in. 109 // simpler if we start with 0 pages and 0 apps and don't leave hidden 114 appsPages = appsPageList.getElementsByClassName('apps-page'); 116 'Expected exactly one apps-page in the apps-page-list.') [all...] |
/development/tools/findunused/ |
findunusedresources | 10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/ 22 apps=$1 23 if [ "$apps" == "" ] 25 apps=$ANDROID_BUILD_TOP/packages/apps/* 28 for app in $apps 55 rDotJava=$(find $ANDROID_BUILD_TOP/out/target/common/obj/APPS/${iappname}_intermediates/ -name R.java)
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/ |
popup.js | 50 // The list of all apps & extensions. 53 // A filtered list of apps we actually want to show. 60 var appsDiv = $("apps"); 71 // Puts only enabled apps from completeList into appList. 77 // Skip extensions and disabled apps. 89 // list of apps shown, we set an explicit width on the outermost div. 103 // Shows the list of apps based on the search box contents.
|
/cts/development/ide/eclipse/ |
.classpath | 5 <classpathentry kind="src" path="cts/apps/CtsVerifier/src"/> 6 <classpathentry kind="src" path="cts/apps/CtsVerifier/tests/src"/> 8 <classpathentry kind="src" path="cts/hostsidetests/appsecurity/test-apps/AppWithData/src"/> 10 <classpathentry kind="src" path="cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/src"/> 11 <classpathentry kind="src" path="cts/hostsidetests/monkey/test-apps/CtsMonkeyApp2/src"/> 91 <classpathentry kind="src" path="out/target/common/obj/APPS/CtsAccessibilityServiceTestCases_intermediates/src/src"/> 92 <classpathentry kind="src" path="out/target/common/obj/APPS/CtsTestStubs_intermediates/src/src"/> 93 <classpathentry kind="src" path="out/target/common/obj/APPS/CtsVerifier_intermediates/src"/> 94 <classpathentry kind="src" path="out/target/common/obj/APPS/CtsVerifierTests_intermediates/src"/>
|
/cts/build/ |
test_package.mk | 31 $(cts_package_apk): $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME))/package.apk | $(ACP) 33 $(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(PRIVATE_PACKAGE))/package.apk $@ 46 $(cts_package_xml): $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME))/package.apk $(CTS_EXPECTATIONS) $(CTS_JAVA_TEST_SCANNER_DOCLET) $(CTS_JAVA_TEST_SCANNER) $(CTS_XML_GENERATOR)
|
/development/tools/idegen/ |
excluded-paths | 32 ^development/apps/OBJViewer$ 33 ^packages/apps/IM/samples/PluginDemo$ 64 ^out/target/common/obj/APPS/CameraTests_intermediates$
|
/external/chromium/chrome/browser/web_applications/ |
web_app.h | 30 // Compute a deterministic name based on an extension/apps's id. 50 // Returns data dir for web apps for given profile path. 62 // GTK+ windows that correspond to web apps need to have a deterministic (and
|
/frameworks/base/core/java/com/android/internal/view/ |
ActionBarPolicy.java | 64 // The embedded tabs policy changed in Jellybean; give older apps the old policy 84 // Older apps get the home button interaction enabled by default. 85 // Newer apps need to enable it explicitly.
|
/frameworks/base/docs/html/design/patterns/ |
compatibility.jd | 20 <h2 id="older-hardware">Adapting Android 4.0 to Older Hardware and Apps</h2> 26 <p>Android apps written for Android 3.0 and later display actions in the action bar. Actions that don't 58 <h4>Legacy apps on phones with virtual navigation controls</h4>
|
/frameworks/base/docs/html/design/style/ |
themes.jd | 27 height, padding and font size. To promote greater cohesion between all apps on the platform, Android 28 provides three system themes that you can choose from when building apps for Ice Cream Sandwich:</p> 34 <p>Applying these themes will go a long way in helping you to build apps that fit right into the
|
/frameworks/base/docs/html/distribute/googleplay/promote/ |
index.jd | 1 page.title=Promoting Your Apps 2 page.metaDescription=Raise the visibility of your apps in Google Play through deep links and Google Play badges. 31 Raise the visibility of your apps with badges and link users to your products on Google Play.
|
/frameworks/base/docs/html/distribute/googleplay/quality/ |
index.jd | 14 Android users expect high-quality apps, even more so if they've spent money on 15 them. At the same time, users enjoy and value apps that put a priority on 33 A set of core quality criteria that all Android apps should meet on all targeted devices.
|