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

1 2 3 4 5 6 78 91011>>

  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 179 struct App apps[32]; variable in typeref:struct:App
214 struct App *currApp = &apps[appCount++];
229 if (apps[i].id == appId) {
230 return &apps[i];
480 LOGE("Download failed after %d retries; erasing all apps "
494 LOGE("Failed to download all apps!");
  /frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/
ConnTestActivity.java 17 package com.android.servicestests.apps.conntestapp;
  /hardware/qcom/media/msm8974/mm-core/omxcore/
Android.mk 63 # LIBRARY for Android apps
79 # LIBRARY for command line test apps
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/
venc.mk 79 # # Make the apps-test (mm-venc-omx-test720p)
104 # Make the apps-test (mm-video-driver-test)
  /hardware/qcom/media/msm8998/mm-core/
Android.mk 93 # LIBRARY for Android apps
120 # LIBRARY for command line test apps
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
AccountImageHelper.java 16 package com.android.car.apps.common;
CircleBitmapDrawable.java 16 package com.android.car.apps.common;
  /packages/apps/Launcher3/src/com/android/launcher3/model/
BaseModelUpdateTask.java 74 LauncherAppState app, BgDataModel dataModel, AllAppsList apps);
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
LauncherExtension.java 124 public void bindAllApplications(ArrayList<AppInfo> apps) {
  /packages/apps/Settings/src/com/android/settings/notification/
ZenAccessSettings.java 119 final ArrayList<ApplicationInfo> apps = new ArrayList<>(); local
126 apps.add(app);
134 Collections.sort(apps, new PackageItemInfo.DisplayNameComparator(mPkgMan));
135 for (ApplicationInfo app : apps) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ClearDefaultsPreference.java 17 package com.android.tv.settings.device.apps;
ForceStopPreference.java 17 package com.android.tv.settings.device.apps;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
ManageAppOp.java 17 package com.android.tv.settings.device.apps.specialaccess;
ManageAppUsageAccess.java 17 package com.android.tv.settings.device.apps.specialaccess;
35 * Fragment for controlling if apps can monitor app usage
  /compatibility/cdd/5_multimedia/
5_5_audio-playback.md 3 Android includes the support to allow apps to playback audio through the audio
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/
Android.mk 15 # IMPORTANT: We build two apps from the same source but with different package name.
  /cts/hostsidetests/jvmti/attaching/app/jni/
Android.mk 36 # Platform libraries that are not available to apps. Link in statically.
  /cts/hostsidetests/jvmti/base/jni/
Android.mk 45 # Platform libraries that are not available to apps. Link in statically.
  /cts/tests/vr/
Android.mk 34 LOCAL_SRC_FILES := $(call all-java-files-under, src) ../../apps/CtsVerifier/src/com/android/cts/verifier/vr/MockVrListenerService.java
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
AppListFragment.java 84 // Fail-fast if the installed apps has not been loaded yet
89 // Clear current filtered apps and hide ListView
93 // If the query is empty, show all install apps
99 // Iterate through the installed apps to see if their label matches the query
101 // If the app label matches the query, add it to the filtered apps list
191 List<ApplicationInfo> apps = mPackageManager.getInstalledApplications(0); local
197 for (ApplicationInfo info : apps) {
208 // Add the results to the install apps list
  /device/google/dragon/
aosp_dragon.mk 19 # product configuration (apps). Except for a few implementation
aosp_dragon_car.mk 19 # product configuration (apps). Except for a few implementation
  /device/google/wahoo/wifi_offload/
offload_server.cpp 4 #include <chre/apps/wifi_offload/flatbuffers_serialization.h>
5 #include <chre/apps/wifi_offload/host_message_types.h>
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
  /frameworks/base/cmds/app_process/
Android.mk 14 # bad apps. This prevents a library from having a mismatch when resolving

Completed in 2108 milliseconds

1 2 3 4 5 6 78 91011>>