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

1 23 4 5 6 7 8 91011>>

  /external/devlib/src/netstats/src/com/arm/devlib/trafficcatcher/
TrafficMetricsService.java 52 List<ApplicationInfo> apps; local
54 apps = pm.getInstalledApplications(0);
55 for (ApplicationInfo app : apps) {
58 apps = new ArrayList<ApplicationInfo>();
62 apps.add(info);
69 for (ApplicationInfo appInfo : apps) {
  /packages/apps/Car/Media/src/com/android/car/media/drawer/
MediaItemsFetcher.java 25 import com.android.car.apps.common.BitmapDownloader;
26 import com.android.car.apps.common.BitmapWorkerOptions;
27 import com.android.car.apps.common.UriUtils;
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateNotificationBridge.java 54 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local
55 final int N = apps.size();
57 AppEntry app = apps.get(i);
AppStateSmsPremBridge.java 43 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local
44 final int N = apps.size();
46 AppEntry app = apps.get(i);
AppStateBaseBridge.java 84 public void onRebuildComplete(ArrayList<AppEntry> apps) {
140 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local
141 final int N = apps.size();
145 AppEntry app = apps.get(i);
AppOpsCategory.java 95 * Helper class to look for interesting changes to the installed apps
151 @Override public void deliverResult(List<AppOpEntry> apps) {
155 if (apps != null) {
156 onReleaseResources(apps);
159 List<AppOpEntry> oldApps = apps;
160 mApps = apps;
165 super.deliverResult(apps);
217 @Override public void onCanceled(List<AppOpEntry> apps) {
218 super.onCanceled(apps);
220 // At this point we can release the resources associated with 'apps'
    [all...]
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroupTest.java 75 ArgumentCaptor<Preference> apps = ArgumentCaptor.forClass(Preference.class); local
76 verify(mScreen).addPreference(apps.capture());
78 assertThat(apps.getValue().getOrder()).isGreaterThan(0);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppsFragment.java 17 package com.android.tv.settings.device.apps;
90 // should only be showing the apps on the internal storage or all apps.
111 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {
112 updateAppList(mSystemPreferenceGroup, apps);
124 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {
125 updateAppList(mDownloadedPreferenceGroup, apps);
136 setPreferencesFromResource(R.xml.apps, null);
164 ArrayList<ApplicationsState.AppEntry> apps = local
166 if (apps != null)
172 ArrayList<ApplicationsState.AppEntry> apps = local
    [all...]
  /cts/apps/CtsVerifier/
Android.mk 92 pre-installed-apps := \
97 other-required-apps := \
103 apps-to-include := \
104 $(pre-installed-apps) \
105 $(other-required-apps)
108 $(call intermediates-dir-for,APPS,$(1))/package.apk
113 cts-verifier: CtsVerifier adb $(pre-installed-apps)
115 $(foreach app,$(pre-installed-apps), \
139 #$(verifier-dir)/power/power_monitors/monsoon.py: cts/apps/CtsVerifier/assets/scripts/power_monitors/monsoon.py | $(ACP)
141 # $(hide) $(ACP) -fp cts/apps/CtsVerifier/assets/scripts/power_monitors/*.py $(verifier-dir)/power/power_monitors/
    [all...]
  /device/google/wahoo/wifi_offload/
offload_utils.h 5 #include <chre/apps/wifi_offload/flatbuffers_serialization.h>
  /external/selinux/gui/
Makefile 32 -mkdir -p $(DATADIR)/icons/hicolor/24x24/apps
42 install -m 644 system-config-selinux.png $(DATADIR)/icons/hicolor/24x24/apps
48 mkdir -p $(DESTDIR) $(DATADIR)/icons/hicolor/$${i}x$${i}/apps; \
49 install -m 644 sepolicy_$${i}.png $(DATADIR)/icons/hicolor/$${i}x$${i}/apps/sepolicy.png; \
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 178 * Helper class to look for interesting changes to the installed apps
231 List<ApplicationInfo> apps = mPm.getInstalledApplications( local
234 if (apps == null) {
235 apps = new ArrayList<ApplicationInfo>();
241 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size());
242 for (int i = 0; i < apps.size(); i++) {
243 AppEntry entry = new AppEntry(this, apps.get(i));
260 @Override public void deliverResult(List<AppEntry> apps) {
264 if (apps != null) {
265 onReleaseResources(apps);
    [all...]
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
RefcountBitmapDrawable.java 16 package com.android.car.apps.common;
RefcountObject.java 16 package com.android.car.apps.common;
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppStateBaseBridge.java 84 public void onRebuildComplete(ArrayList<AppEntry> apps) {
140 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local
141 final int N = apps.size();
145 AppEntry app = apps.get(i);
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 17 package com.android.apps.tag;
19 import com.android.apps.tag.message.NdefMessageParser;
20 import com.android.apps.tag.message.ParsedNdefMessage;
21 import com.android.apps.tag.record.ParsedNdefRecord;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
ManageExternalSourcesActivity.java 17 package com.android.tv.settings.device.apps.specialaccess;
  /packages/services/Car/car-maps-placeholder/
Android.mk 37 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 180 * Helper class to look for interesting changes to the installed apps
232 List<ApplicationInfo> apps = mPm.getInstalledApplications( local
235 if (apps == null) {
236 apps = new ArrayList<ApplicationInfo>();
242 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size());
243 for (int i=0; i<apps.size(); i++) {
244 AppEntry entry = new AppEntry(this, apps.get(i));
261 @Override public void deliverResult(List<AppEntry> apps) {
265 if (apps != null) {
266 onReleaseResources(apps);
    [all...]
  /compatibility/cdd/3_software/
3_15_instant-apps.md 1 ## 3.15\. Instant Apps
5 * [C-0-1] Instant Apps MUST only be granted permissions that have the
8 * [C-0-2] Instant Apps MUST NOT interact with installed apps via [implicit intents](https://developer.android.com/reference/android/content/Intent.html)
13 * [C-0-3] Instant Apps MUST NOT interact explicitly with installed apps unless the
15 * [C-0-4] IInstalled Apps MUST NOT see details about Instant Apps on the
  /device/linaro/bootloader/edk2/BaseTools/Source/C/
Makefile 36 all: libs apps install
46 apps: $(APPLICATIONS)
  /external/drrickorang/LoopbackApp/
PrivacyPolicy.md 3 This file is required in order to comply with Google Play requirements for apps using sensitive permissions:
  /system/chre/apps/imu_cal/
imu_cal.mk 42 COMMON_SRCS += apps/imu_cal/imu_cal.cc
43 COMMON_SRCS += apps/imu_cal/nano_calibration.cc
  /packages/apps/Launcher3/src/com/android/launcher3/model/
PackageInstallStateChangedTask.java 51 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) {
54 // For instant apps we do not get package-add. Use setting events to update
68 synchronized (apps) {
71 for (int i=0; i < apps.size(); i++) {
72 final AppInfo appInfo = apps.get(i);
81 apps.removePromiseApp(appInfo);
  /packages/apps/Car/Settings/
Android.mk 41 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
60 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
61 include packages/apps/Car/libs/car-apps-common/car-apps-common.mk

Completed in 2176 milliseconds

1 23 4 5 6 7 8 91011>>