HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 101 - 118 of 118) sorted by null

1 2 3 45

  /frameworks/support/v4/
Android.mk 101 # Here is the final static library that apps can link against.
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /frameworks/base/services/java/com/android/server/am/
ActiveServices.java 534 + " apps=" + b.intent.apps.size()
551 if (b.intent.apps.size() == 1 && b.intent.doRebind) {
649 + " at " + b + ": apps="
650 + (b != null ? b.apps.size() : 0));
654 if (b.apps.size() > 0 && !inStopping) {
    [all...]
ActivityManagerService.java 229 // How long to wait after going idle before forcing apps to GC.
235 // The rate at which we check for apps using excessive power -- 15 mins.
7874 List apps = AppGlobals.getPackageManager(). local
    [all...]
  /device/samsung/tuna/
device.mk 154 packages/apps/Nfc/migrate_nfc.txt:system/etc/updatecmds/migrate_nfc.txt)
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveInstaller.java 615 // the user know and let it close apps that access that folder.
622 // If it still fails, we do nothing and ask the user to terminate apps that can be
791 TreeSet<String> apps = new TreeSet<String>(Arrays.asList( local
794 for (String app : apps) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 614 // if you turned the screen off and then back while in All Apps, Launcher would not
749 // Resets the previous all apps icon press state
    [all...]
Workspace.java 159 // in all apps or customize mode)
346 // Disable multitouch across the workspace/all apps/customize tray
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/adt/
DDMSFacade.java 1223 Collection<String> apps = new ArrayList<String>(); local
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 1093 final List<ApplicationInfo> apps = mContext.getPackageManager().getInstalledApplications( local
    [all...]
NetworkPolicyManagerService.java 1769 final List<ApplicationInfo> apps = pm.getInstalledApplications( local
    [all...]
  /tools/motodev/src/plugins/snippets/
plugin.properties 53 snippet.service.systemService17.description=Obtain a handle to the manager responsible for granting apps access to the system window manager
  /build/core/
main.mk 578 # APPS:Quake or HOST:SHARED_LIBRARIES:libutils.
801 # If this build is just for apps, only build apps and not the full system by default.
805 # If they used the magic goal "all" then build all apps in the source tree.
806 unbundled_build_modules := $(foreach m,$(sort $(ALL_MODULES)),$(if $(filter APPS,$(ALL_MODULES.$(m).CLASS)),$(m)))
Makefile     [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 247 // A similar synchronization mechanism around clearing apps' data for restore
432 // Keep a log of all the apps we've ever backed up, and what the
4930 HashSet<String> apps; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 292 // Always let apps move to internal storage from sdcard.
321 // by not allowing disabling of apps signed with the
588 public void onRebuildComplete(ArrayList<AppEntry> apps) {
766 // If this app is running under a shared user ID with other apps,
    [all...]
  /external/openssl/ssl/
Makefile 19 APPS=
74 @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
    [all...]

Completed in 2541 milliseconds

1 2 3 45