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

1 2 3 45

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /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);
203 // From all apps
628 // First, schedule to add these apps back in.
638 // If we have changed locale we need to clear out the labels in all apps/workspace.
642 // and we would need to clear out the labels in all apps/workspace. Same handling as
646 Log.d(TAG, "Reload apps on config change. curr_mcc:
1470 List<ResolveInfo> apps = null; local
    [all...]
DragController.java 329 public void onAppsRemoved(ArrayList<ApplicationInfo> apps, Context context) {
335 for (ApplicationInfo info : apps) {
Launcher.java 566 // if you turned the screen off and then back while in All Apps, Launcher would not
692 // Resets the previous all apps icon press state
    [all...]
Workspace.java 160 // in all apps or customize mode)
340 // Disable multitouch across the workspace/all apps/customize tray
    [all...]
  /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...]
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 1330 add the current list of (not yet listed) apps before it. */
2050 GHashTable *apps; local
    [all...]
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 262 string16 apps = l10n_util::GetStringUTF16(IDS_NEW_TAB_APPS); local
273 localized_strings.SetString("apps", apps);
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 310 AppBindRecord a = i.apps.get(app);
315 i.apps.put(app, a);
ActivityManagerService.java 223 // How long to wait after going idle before forcing apps to GC.
229 // The rate at which we check for apps using excessive power -- 15 mins.
7622 List apps = AppGlobals.getPackageManager(). local
    [all...]
  /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
  /device/samsung/tuna/
device.mk 160 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 456 // the user know and let it close apps that access that folder.
463 // If it still fails, we do nothing and ask the user to terminate apps that can be
632 TreeSet<String> apps = new TreeSet<String>(Arrays.asList( local
635 for (String app : apps) {
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /device/samsung/crespo/
device_base.mk 90 packages/apps/Nfc/migrate_nfc.txt:system/etc/updatecmds/migrate_nfc.txt
  /build/core/
main.mk 534 # APPS:Quake or HOST:SHARED_LIBRARIES:libutils.
576 # Use tags to get the non-APPS user modules. Use the product
577 # definition files to get the APPS user modules.
729 # If this build is just for apps, only build apps and not the full system by default.
733 # If they used the magic goal "all" then build all apps in the source tree.
734 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/net/
NetworkPolicyManagerService.java 1698 final List<ApplicationInfo> apps = pm.getInstalledApplications(0); local
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 245 // A similar synchronization mechanism around clearing apps' data for restore
430 // Keep a log of all the apps we've ever backed up, and what the
4875 HashSet<String> apps; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 267 // Always let apps move to internal storage from sdcard.
303 // by not allowing disabling of apps signed with the
467 public void onRebuildComplete(ArrayList<AppEntry> apps) {
597 // If this app is running under a shared user ID with other apps,
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 537 ; Your are free use gvmat32 in any fre or commercial apps if you don't remove the string in the binary!
  /external/openssl/ssl/
Makefile 19 APPS=
74 @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
    [all...]

Completed in 864 milliseconds

1 2 3 45