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

<<111213141516171819

  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
RecycleBitmapPool.java 16 package com.android.car.apps.common;
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
RootsFragment.java 250 * @param handlerAppIntent When not null, apps capable of handling the original intent will
289 // Include apps that can handle this intent too.
298 * Adds apps capable of handling the original intent will be included in list of roots (in
303 if (VERBOSE) Log.v(TAG, "Adding handler apps for intent: " + handlerAppIntent);
309 final List<AppItem> apps = new ArrayList<>(); local
317 apps.add(app);
321 if (apps.size() > 0) {
323 result.addAll(apps);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
AllAppsSearchBarController.java 59 * Sets the references to the apps model and the search result callback.
180 * @param apps sorted list of matching components or null if in case of failure.
182 void onSearchResult(String query, ArrayList<ComponentKey> apps);
  /packages/apps/Launcher3/src/com/android/launcher3/model/
ShortcutsChangedTask.java 56 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) {
UserLockStateChangedTask.java 52 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) {
  /packages/apps/Settings/src/com/android/settings/datausage/
DataSaverSummary.java 163 public void onRebuildComplete(ArrayList<AppEntry> apps) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
MoveAppActivity.java 17 package com.android.tv.settings.device.apps;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
ManageExternalSources.java 17 package com.android.tv.settings.device.apps.specialaccess;
37 * Fragment for controlling if apps can install other apps
  /prebuilts/go/darwin-x86/src/html/
escape.go 15 // http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
59 // http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
  /prebuilts/go/linux-x86/src/html/
escape.go 15 // http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
59 // http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /compatibility/cdd/2_device-types/
2_3_television-reqs.md 4 is an entertainment interface for consuming digital media, movies, games, apps,
  /compatibility/cdd/3_software/
3_5_api-behavioral-compatibility.md 14 More specifically, for background apps:
3_3_native-api-compatibility.md 44 available to apps that include native code:
72 third-party apps in `/vendor/etc/public.libraries.txt`.
74 provided in AOSP as system libraries, to third-party apps targeting API
  /external/walt/
README.md 22 [installed from Google Play](https://play.google.com/store/apps/details?id=org.kamrik.latency.walt)
  /external/walt/docs/
ChromeOS.md 5 1. Using the [WALT Android app](https://play.google.com/store/apps/details?id=org.kamrik.latency.walt) and walt.py script as a bridge
  /frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp 124 int handleQueryAppsResponse(const std::vector<HubAppInfo> apps,
333 const android::hardware::hidl_vec<HubAppInfo>& apps) {
335 handleQueryAppsResponse(apps,mContextHubId);
423 ALOGD("Sent query for apps to hub %" PRIu32 " with result %" PRIu32, hubId, r);
457 // Not checking if the apps are indeed distinct
647 int handleQueryAppsResponse(const std::vector<HubAppInfo> apps,
654 int numApps = apps.size();
659 // apps no longer running on Context Hub.
660 // 2) Populate our caches with the latest information of all these apps.
667 // B) The total number of apps is relatively small, so horribly inefficen
    [all...]
  /packages/apps/Car/Stream/src/com/android/car/stream/media/
MediaPlaybackMonitor.java 30 import com.android.car.apps.common.BitmapDownloader;
31 import com.android.car.apps.common.BitmapWorkerOptions;
  /compatibility/cdd/5_multimedia/
5_2_video-encoding.md 21 to third-party apps, they:
47 available to third-party apps, they:
55 to third-party apps, they:
  /packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java 244 // Query for the set of apps
245 final List<LauncherActivityInfo> apps = mLauncherApps.getActivityList(null, user); local
246 // Fail if we don't have any apps
248 if (apps == null || apps.isEmpty()) {
254 updateDBIcons(user, apps, Process.myUserHandle().equals(user)
260 * Updates the persistent DB, such that only entries corresponding to {@param apps} remain in
264 private void updateDBIcons(UserHandle user, List<LauncherActivityInfo> apps,
274 for (LauncherActivityInfo app : apps) {
340 // Insert remaining apps
    [all...]
  /build/make/
envsetup.sh 321 local apps=$TARGET_BUILD_APPS
322 if [ -z "$apps" ]; then
325 export PROMPT_COMMAND="echo -ne \"\033]0;[$arch $apps $variant] ${USER}@${HOSTNAME}: ${PWD}\007\""
650 # Configures the build to build unbundled apps.
657 local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|mips|armv5|arm64|x86_64|mips64|ldpi|mdpi|tvdpi|hdpi|xhdpi|xxhdpi|xxxhdpi|alldpi)$' | xargs)"
684 if [ -z "$apps" ]; then
685 apps=all
695 export TARGET_BUILD_APPS=$apps
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
PerformUnifiedRestoreTask.java 129 // Number of apps restored in this pass
183 List<PackageInfo> apps = local
186 filterSet = packagesToNames(apps);
188 Slog.i(TAG, "Full restore; asking about " + filterSet.length + " apps");
246 private String[] packagesToNames(List<PackageInfo> apps) {
247 final int N = apps.size();
250 names[i] = apps.get(i).packageName;
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 355 List<ResolveInfo> apps = pmInt.queryIntentActivities(intent, local
359 return new ParceledListSlice<>(apps);
636 List<ResolveInfo> apps = pmInt.queryIntentActivities(launchIntent, local
640 final int size = apps.size();
642 ActivityInfo activityInfo = apps.get(i).activityInfo;
    [all...]
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.cpp 288 std::vector<HubAppInfo> apps; local
300 apps.push_back(app);
304 cb->handleAppsInfo(apps);
558 ALOGW("Query Apps sendMessage failed");
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 47 * A RecyclerView with custom fast scroll support for the all apps view.
123 * Sets the list of apps in this view, used to determine the fastscroll position.
125 public void setApps(AlphabeticalAppsList apps) {
126 mApps = apps;
127 mFastScrollHelper = new AllAppsFastScrollHelper(this, apps);
135 * Sets the number of apps per row in this recycler view.

Completed in 915 milliseconds

<<111213141516171819