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

1 2 34

  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 91 List<ApplicationInfo> apps = getContext() local
95 for (ApplicationInfo app : apps) {
  /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 317 AppBindRecord a = i.apps.get(app);
322 i.apps.put(app, a);
377 // those dirty apps give it the app's icon.
380 // Do not allow apps to present a sneaky invisible content view either.
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 235 // How long to wait after going idle before forcing apps to GC.
241 // The rate at which we check for apps using excessive power -- 15 mins.
8153 List apps = AppGlobals.getPackageManager(). local
    [all...]
  /frameworks/support/v4/
Android.mk 116 # 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/docs/html/training/
training_toc.cs 149 "How to build a user experience that leverages other apps available
152 >Interacting with Other Apps</a>
164 Allowing Other Apps to Start Your Activity
175 information with other apps, receive information back, and provide a simple and
181 Sending Content to Other Apps
185 Receiving Content from Other Apps
203 <span class="small">Building Apps with</span><br/>Multimedia
236 "How to leverage existing camera apps on the user's device to capture
264 <span class="small">Building Apps with</span><br/>Graphics &amp; Animation
372 <span class="small">Building Apps with</span><br/
    [all...]
  /device/samsung/tuna/
device.mk 158 packages/apps/Nfc/migrate_nfc.txt:system/etc/updatecmds/migrate_nfc.txt)
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 617 // if you turned the screen off and then back while in All Apps, Launcher would not
749 // Background was set to gradient in onPause(), restore to black if in all apps.
794 // Resets the previous all apps icon press state
    [all...]
Workspace.java 158 // in all apps or customize mode)
345 // Disable multitouch across the workspace/all apps/customize tray
    [all...]
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 77 performance-critical portions of your apps in native code. It provides headers and
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 1094 final List<ApplicationInfo> apps = mContext.getPackageManager().getInstalledApplications( local
    [all...]
NetworkPolicyManagerService.java 1765 final List<ApplicationInfo> apps = pm.getInstalledApplications( local
    [all...]
  /build/core/
main.mk 540 # APPS:Quake or HOST:SHARED_LIBRARIES:libutils.
797 # If this build is just for apps, only build apps and not the full system by default.
801 # If they used the magic goal "all" then build all apps in the source tree.
802 unbundled_build_modules := $(foreach m,$(sort $(ALL_MODULES)),$(if $(filter APPS,$(ALL_MODULES.$(m).CLASS)),$(m)))
    [all...]
Makefile     [all...]
  /device/asus/deb/
init.deb.rc 255 write /dev/cpuctl/apps/cpu.notify_on_migrate 1
  /device/asus/flo/
init.flo.rc 257 write /dev/cpuctl/apps/cpu.notify_on_migrate 1
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 152 // onPause() might come in too late, causing apps to disappear after broadcasts
365 // Enable selected apps
377 // Blacklist all other apps, system or downloaded
434 * Add system apps that match an intent to the list, excluding any packages in the exclude list.
435 * @param visibleApps list of apps to append the new list to
653 // If this is the first time for a new profile, install/uninstall default apps for profile
680 private boolean appInfoListHasPackage(List<ApplicationInfo> apps, String packageName) {
681 for (ApplicationInfo info : apps) {
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 249 // A similar synchronization mechanism around clearing apps' data for restore
436 // Keep a log of all the apps we've ever backed up, and what the
5076 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
594 public void onRebuildComplete(ArrayList<AppEntry> apps) {
772 // If this app is running under a shared user ID with other apps
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 2558 milliseconds

1 2 34