/compatibility/cdd/8_performance-and-power/ |
8_5_consistent-performance.md | 3 Performance can fluctuate dramatically for high-performance long-running apps, 4 either because of the other apps running in the background or the CPU throttling
|
/hardware/qcom/media/msm8974/mm-core/ |
Android.mk | 83 # LIBRARY for Android apps 104 # LIBRARY for command line test apps
|
/hardware/qcom/media/msm8996/mm-core/ |
Android.mk | 56 # LIBRARY for Android apps 84 # LIBRARY for command line test apps
|
/hardware/qcom/media/sdm845/mm-core/ |
Android.mk | 67 # LIBRARY for Android apps 90 # LIBRARY for command line test apps
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
BitmapUtils.java | 16 package com.android.car.apps.common;
|
ColorChecker.java | 16 package com.android.car.apps.common;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
AppStoragePreference.java | 17 package com.android.tv.settings.device.apps;
|
ClearCachePreference.java | 17 package com.android.tv.settings.device.apps;
|
ClearDataPreference.java | 17 package com.android.tv.settings.device.apps;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
BackupAppsStepFragment.java | 35 import com.android.tv.settings.device.apps.AppInfo; 36 import com.android.tv.settings.device.apps.MoveAppActivity; 245 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) { 246 setActions(getAppActions(true, apps));
|
/test/vts/tools/build/tasks/ |
vts_package.mk | 158 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.py" -and -type f,.) \ 159 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.pdf" -and -type f,.) \ 160 $(call find-files-in-subdirs,cts/apps/CameraITS,"*.png" -and -type f,.) 164 cts/apps/CameraITS/$(f):$(VTS_TESTCASES_OUT)/CameraITS/$(f))
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
AppsSearchContainerLayout.java | 50 * Layout to contain the All-apps search UI. 173 public void onSearchResult(String query, ArrayList<ComponentKey> apps) { 174 if (apps != null) { 175 mApps.setOrderedFilter(apps);
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
WidgetsContainerView.java | 81 LauncherAppState apps = LauncherAppState.getInstance(context); local 83 apps.getWidgetCache(), new AlphabeticIndexCompat(context), this, this, 84 new WidgetsDiffReporter(apps.getIconCache()));
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/nonrequiredapps/ |
OverlayPackagesProvider.java | 49 * Class that provides the apps that are not required on a managed device / profile according to the 130 * Computes non-required apps. All the system apps with a launcher that are not in 131 * the required set of packages will be considered as non-required apps. 136 * @param userId The userId for which the non-required apps needs to be computed. 137 * @return the set of non-required apps. 145 // Newly installed system apps are uninstalled when they are not required and are either 165 Set<String> apps = new HashSet<>(); local 167 apps.add(resolveInfo.activityInfo.packageName); 169 return apps; [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
EnterpriseSetDefaultAppsPreferenceControllerTest.java | 93 final List<UserAppInfo> apps = new ArrayList<>(number); local 94 apps.add(new UserAppInfo(new UserInfo(i, "user." + i, UserInfo.FLAG_ADMIN), appInfo)); 96 argThat(matchesIntents(intents)))).thenReturn(apps); 118 127, 127)).thenReturn("127 apps"); 125 assertThat(preference.getSummary()).isEqualTo("127 apps");
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
AppStateUsageStatsBridge.java | 70 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local 71 if (apps == null) return; 74 for (AppEntry entry : apps) { 174 * Filters only non-system apps which haven't been used in the last 60 days. If an app's last
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
SmartPoster.java | 17 package com.android.apps.tag.record; 19 import com.android.apps.tag.R; 20 import com.android.apps.tag.message.NdefMessageParser;
|
/system/extras/app-launcher/ |
app-launcher | 403 # eg. adb shell 'am start -W -S -n com.android.chrome/com.google.android.apps.chrome.Main' 417 launch_app com.google.android.youtube.tv com.google.android.apps.youtube.tv.activity.TvGuideActivity > $BASHPID-youtube-$model 426 launch_app com.android.chrome com.google.android.apps.chrome.Main > $BASHPID-chrome-$model 430 launch_app com.google.android.apps.maps com.google.android.maps.MapsActivity > $BASHPID-maps-$model 432 launch_app com.google.android.youtube com.google.android.apps.youtube.app.WatchWhileActivity > $BASHPID-youtube-$model 437 launch_app com.android.chrome com.google.android.apps.chrome.Main > $BASHPID-chrome-$model 484 # TODO: kill all background apps
|
/development/samples/Home/src/com/example/android/home/ |
Home.java | 255 * Refreshes the favorite applications stacked over the all apps button. 489 final List<ResolveInfo> apps = manager.queryIntentActivities(mainIntent, 0); local 490 Collections.sort(apps, new ResolveInfo.DisplayNameComparator(manager)); 492 if (apps != null) { 493 final int count = apps.size(); 502 ResolveInfo info = apps.get(i); 610 public ApplicationsAdapter(Context context, ArrayList<ApplicationInfo> apps) { 611 super(context, 0, apps);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppOpsState.java | 573 List<PackageInfo> apps; local 575 apps = new ArrayList<PackageInfo>(); 578 apps.add(pi); 584 apps = mPm.getPackagesHoldingPermissions(permsArray, 0); 586 for (int i=0; i<apps.size(); i++) { 587 PackageInfo appInfo = apps.get(i);
|
AppStateAppOpsBridge.java | 141 List<AppEntry> apps = mAppSession.getAllApps(); local 142 final int N = apps.size(); 144 AppEntry app = apps.get(i); 323 // permission (this means pre-M gets approval during install time; M apps gets approval
|
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
DiskStatsFileLoggerTest.java | 127 // guarantee of the ordering of the apps in its output. By using a set, we avoid any order 129 ArraySet<AppSizeGrouping> apps = new ArraySet<>(); local 133 apps.add(app); 135 assertThat(apps).containsAllOf(new AppSizeGrouping("com.test.app", 1100, 20),
|
DiskStatsLoggingServiceTest.java | 127 // Write apps. 128 ArrayList<PackageStats> apps = new ArrayList<>(); local 134 apps.add(testApp); 135 when(mCollector.getPackageStats(anyLong())).thenReturn(apps);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CarrierAppUtils.java | 50 * Handle preinstalled carrier apps which should be disabled until a matching SIM is inserted. 70 * privileged apps may have changed. 90 * ContentResolver, int)}, but assumes that no carrier apps have carrier privileges. 162 // Also enable any associated apps for this carrier app. 182 // Always re-grant default permissions to carrier apps w/ privileges. 200 // Also disable any associated apps for this carrier app if this is the first 226 // Mark the execution so we do not disable apps again. 234 // apps. 245 * Returns the list of "default" carrier apps. 247 * This is the subset of apps returned b 303 List<ApplicationInfo> apps = new ArrayList<>(systemCarrierAppsDisabledUntilUsed.length); local [all...] |
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/ |
PermissionApps.java | 115 // We default to not showing system apps, so hide them from count. 132 // We default to not showing system apps, so hide them from count. 171 List<PackageInfo> apps = mCache != null ? mCache.getPackages(user.getIdentifier()) local 175 final int N = apps.size(); 177 PackageInfo app = apps.get(i);
|