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

1 2 3 45 6 7 8 91011>>

  /compatibility/cdd/3_software/
3_13_quick-settings.md 14 * [C-1-3] MUST display all the user-added tiles from third-party apps
3_14_vehicle-ui-apis.md 5 apps that depend on [`MediaBrowser`](
3_16_companion_device_pairing.md 6 API for apps to access this feature.
  /packages/apps/Car/Media/src/com/android/car/media/util/widgets/
PlayPauseStopImageView.java 27 import com.android.car.apps.common.ColorChecker;
28 import com.android.car.apps.common.FabDrawable;
  /packages/apps/DeskClock/
Android.mk 4 LOCAL_RESOURCE_DIR := packages/apps/DeskClock/res
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 60 * The all apps view container.
118 * Sets the current set of predicted apps.
120 public void setPredictedApps(List<ComponentKeyMapper<AppInfo>> apps) {
121 mApps.setPredictedApps(apps);
125 * Sets the current set of apps.
127 public void setApps(List<AppInfo> apps) {
128 mApps.setApps(apps);
132 * Adds or updates existing apps in the list
134 public void addOrUpdateApps(List<AppInfo> apps) {
135 mApps.addOrUpdateApps(apps);
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
InactiveApps.java 68 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); local
69 for (ResolveInfo app : apps) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
InactiveApps.java 70 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); local
71 for (ResolveInfo app : apps) {
  /system/chre/
Makefile 69 include apps/apps.mk
  /system/sepolicy/tools/
post_process_mac_perms 20 containing apps is searched and the certs from those apps are added to the
65 apps = [transform(i) for i in files if condition(i)]
68 for app in apps:
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
StorageItemPreferenceControllerTest.java 282 StorageItemPreference apps = new StorageItemPreference(mContext); local
295 eq(StorageItemPreferenceController.OTHER_APPS_KEY))).thenReturn(apps);
323 assertThat(apps.getSummary().toString()).isEqualTo("0.09 GB");
337 StorageItemPreference apps = spy(new StorageItemPreference(mContext)); local
338 apps.setIcon(R.drawable.ic_storage_apps);
353 eq(StorageItemPreferenceController.OTHER_APPS_KEY))).thenReturn(apps);
366 verify(apps, times(2)).setIcon(nullable(Drawable.class));
376 StorageItemPreference apps = new StorageItemPreference(mContext); local
386 .thenReturn(apps);
405 StorageItemPreference apps = new StorageItemPreference(mContext) local
434 StorageItemPreference apps = new StorageItemPreference(mContext); local
462 StorageItemPreference apps = new StorageItemPreference(mContext); local
494 StorageItemPreference apps = new StorageItemPreference(mContext); local
    [all...]
  /compatibility/cdd/9_security-model/
9_1_permissions.md 17 MUST only be granted to apps preloaded in the privileged path(s) of the system
35 apps unless:
43 * [H-0-1] MUST allow third-party apps to access the usage statistics via the
45 user-accessible mechanism to grant or revoke access to such apps in response
51 third-party apps to access the usage statistics, they:
57 intent for apps that declare the `android.permission.PACKAGE_USAGE_STATS`
60 If device implementations intend to disallow any apps, including pre-installed
61 apps, from accessing the usage statistics, they:
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
main.js 18 * @see https://developer.chrome.com/apps/app_runtime
19 * @see https://developer.chrome.com/apps/app_window
  /external/syslinux/gnu-efi/gnu-efi-3.0/
Makefile 43 SUBDIRS = lib gnuefi inc apps
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ForegroundServicesDialog.java 175 ArrayList<ApplicationInfo> apps = new ArrayList<>(); local
178 apps.add(mPm.getApplicationInfo(packages[i],
184 apps.sort(new ApplicationInfo.DisplayNameComparator(mPm));
185 addAll(apps);
  /packages/apps/Car/LensPicker/
Android.mk 32 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
  /packages/apps/Car/LocalMediaPlayer/
Android.mk 48 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
  /packages/apps/Car/Radio/src/com/android/car/radio/
PlayPauseButton.java 25 import com.android.car.apps.common.FabDrawable;
RadioFabButton.java 22 import com.android.car.apps.common.FabDrawable;
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
ByteArrayPool.java 16 package com.android.car.apps.common;
  /packages/apps/ExactCalculator/
Android.mk 20 LOCAL_RESOURCE_DIR := packages/apps/ExactCalculator/res
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherCallbacks.java 72 void bindAllApplications(ArrayList<AppInfo> apps);
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionType.java 39 * AppDeletionType provides a list of apps which have not been used for a while on the system. It
40 * also provides the functionality to clear out these apps.
103 ArraySet<String> apps = new ArraySet<>(); local
107 apps.add(packageName);
111 PackageDeletionTask task = new PackageDeletionTask(activity.getPackageManager(), apps,
136 * Set a package to be checked for deletion, if the apps are cleared.
256 * @param apps A list of eligible, clearable AppEntries.
258 void onAppRebuild(List<PackageInfo> apps);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppActionPreference.java 17 package com.android.tv.settings.device.apps;
AppManagementActivity.java 17 package com.android.tv.settings.device.apps;

Completed in 1037 milliseconds

1 2 3 45 6 7 8 91011>>