HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 51 - 75 of 98) sorted by null

1 23 4

  /device/samsung/tuna/
full_tuna.mk 19 # product configuration (apps). Except for a few implementation
  /device/ti/panda/
full_panda.mk 19 # product configuration (apps). Except for a few implementation
  /frameworks/ex/common/
Android.mk 32 # we can't build the test for apps only build, because android.test.runner is not unbundled yet.
  /frameworks/support/v7/appcompat/
Android.mk 17 # Here is the final static library that apps can link against.
  /frameworks/support/v7/gridlayout/
Android.mk 17 # Here is the final static library that apps can link against.
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 17 package com.android.apps.tagcanon;
19 import com.android.apps.tag.MockNdefMessages;
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
  /build/
envsetup.sh 221 local apps=$TARGET_BUILD_APPS
222 if [ -z "$apps" ]; then
225 export PROMPT_COMMAND="echo -ne \"\033]0;[$arch $apps $variant] ${USER}@${HOSTNAME}: ${PWD}\007\""
539 # Configures the build to build unbundled apps.
545 local apps=$(echo -n $(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|mips|armv5)$'))
565 if [ -z "$apps" ]; then
566 apps=all
572 export TARGET_BUILD_APPS=$apps
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 103 * Total apps disk usage.
106 * all apps (regardless of install status for current user), and
107 * internal disk used by the current user's apps. When the device
109 * used by the current user's apps.
112 * usage by all apps on that volume.
117 * Total cache disk usage by apps.
431 // Measure total emulated storage of all users; internal apps data
439 // Measure all apps for all users
442 final List<ApplicationInfo> apps = pm.getInstalledApplications( local
446 final int count = users.size() * apps.size()
    [all...]
  /external/openssl/android.testssl/
testssl 4 key=../apps/server.pem
9 cert=../apps/server.pem
  /sdk/build/
tools.atree 128 sdk/apps/SdkController tools/apps/SdkController
  /development/ide/xcode/ports/
skia_mac.cp 32 const char systemParent[] = "apps/";
  /external/openssl/crypto/threads/
netware.bat 10 rem "mttest.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >mttest.out 2>mttest.err"
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 46 * apps - A list of applications to start and their corresponding result keys
48 * -e apps <app name>^<result key>|<app name>^<result key>
59 private static final String KEY_APPS = "apps";
102 Log.e(TAG, "The apps key is incorectly formatted");
120 Log.i(TAG, "Could not find any apps");
245 List<RunningAppProcessInfo> apps = am.getRunningAppProcesses(); local
247 for (RunningAppProcessInfo proc : apps) {
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 114 // For apps with no preference and the default value set
216 public TabInfo(ManageApplications owner, ApplicationsState apps,
220 mApplicationsState = apps;
698 public void onRebuildComplete(ArrayList<AppEntry> apps) {
708 mBaseEntries = apps;
1129 List<ApplicationInfo> apps = pm.getInstalledApplications( local
    [all...]
ApplicationsState.java 48 public void onRebuildComplete(ArrayList<AppEntry> apps);
434 // Only the owner can see all apps.
566 List<ApplicationInfo> apps; local
568 apps = new ArrayList<ApplicationInfo>(mApplications);
573 for (int i=0; i<apps.size(); i++) {
574 ApplicationInfo info = apps.get(i);
    [all...]
  /development/build/
sdk.atree 100 # the uper-jar file that apps link against. This is the public API
186 development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder
243 development/apps/WidgetPreview samples/${PLATFORM_NAME}/legacy/WidgetPreview
313 system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
314 system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 523 List<ApplicationInfo> apps = mContext.getPackageManager().getInstalledApplications(0); local
525 mStats.dumpCheckinLocked(pw, args, apps);
  /frameworks/native/opengl/libs/
Android.mk 128 # Platform modules should link against libGLESv2.so (-lGLESv2), but NDK apps
  /frameworks/support/v7/mediarouter/
Android.mk 56 # Here is the final static library that apps can link against.
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 93 # Make the apps-test (mm-vdec-omx-test)
  /external/openssl/
import_openssl.sh 178 rm -f apps/CA.pl.bak crypto/opensslconf.h.bak
422 sed 's#../util/shlib_wrap.sh ../apps/openssl#adb shell /system/bin/openssl#' | \
425 sed 's#../apps/server2.pem#/sdcard/android.testssl/server2.pem#' | \
431 cp apps/server2.pem android.testssl/
438 generate_config_mk Apps-config.mk APPS
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /external/chromium/chrome/browser/resources/
new_new_tab.js 358 apps.layout({force:true});
678 case Section.APPS:
679 apps.visible = true;
680 apps.layout({disableAnimations:true});
706 case Section.APPS:
707 apps.visible = false;
708 apps.layout();
758 setSectionMenuMode('apps', Section.APPS, newShownSections & MENU_APPS,
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 77 private int mBatchSize; // 0 is all apps at once
158 public void bindAllApplications(ArrayList<ApplicationInfo> apps);
159 public void bindAppsAdded(ArrayList<ApplicationInfo> apps);
160 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps);
261 // From all apps
1881 List<ResolveInfo> apps = null; local
    [all...]

Completed in 928 milliseconds

1 23 4