Searched refs:apps (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/am/
H A DIntentBindRecord.java35 /** All apps that have bound to this Intent. */
36 final ArrayMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord
65 for (int i=0; i<apps.size(); i++) {
66 AppBindRecord a = apps.valueAt(i);
81 for (int i=apps.size()-1; i>=0; i--) {
82 final ArraySet<ConnectionRecord> connections = apps.valueAt(i).connections;
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java116 List<PackageInfo> apps = mPackageManager.getInstalledPackages(GET_PERMISSIONS);
117 if (apps == null) {
118 loge("No apps");
122 for (PackageInfo app : apps) {
183 private void update(Set<Integer> users, Map<Integer, Boolean> apps, boolean add) { argument
186 for (Entry<Integer, Boolean> app : apps.entrySet()) {
246 Map<Integer, Boolean> apps = new HashMap<Integer, Boolean>();
247 apps.put(appUid, isSystem);
248 update(mUsers, apps, true);
263 Map<Integer, Boolean> apps
[all...]
/frameworks/base/core/java/android/app/
H A DAppImportanceMonitor.java92 List<ActivityManager.RunningAppProcessInfo> apps = am.getRunningAppProcesses();
93 if (apps != null) {
94 for (int i=0; i<apps.size(); i++) {
95 ActivityManager.RunningAppProcessInfo app = apps.get(i);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierAppUtils.java44 * Handle preinstalled carrier apps which should be disabled until a matching SIM is inserted.
59 * privileged apps may have changed.
115 // Always re-grant default permissions to carrier apps w/ privileges.
123 // apps.
134 * Returns the list of "default" carrier apps.
136 * This is the subset of apps returned by
142 // Get all system apps from the default list.
148 // Filter out apps without carrier privileges.
168 * These are the apps subject to the hiding/showing logic in
170 * TelephonyManager, int)}, as well as the apps whic
[all...]
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DSmokeTestRunner.java48 final List<ResolveInfo> apps = ProcessErrorsTest.getLauncherActivities(pm);
68 for (final ResolveInfo app : apps) {
/frameworks/support/previewsdk/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/palette/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java202 List<ResolveInfo> apps = mPm.queryIntentActivitiesAsUser(mainIntent, 0 /* flags */,
204 return apps;
290 List<ResolveInfo> apps = mPm.queryIntentActivitiesAsUser(launchIntent,
292 final int size = apps.size();
294 ActivityInfo activityInfo = apps.get(i).activityInfo;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsFragment.java341 final List<AppItem> apps = Lists.newArrayList();
346 apps.add(new AppItem(info));
350 if (apps.size() > 0) {
352 for (Item item : apps) {
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DKCode.kt100 fun apps(glue : String = "", vararg codes : KCode?) : KCode {
105 fun apps(glue : String = "", codes : Collection<KCode?>) : KCode {
H A DCodeGenUtil.kt80 apps(if (first) "" else ",", it.toCode())
/frameworks/base/cmds/app_process/
H A DAndroid.mk4 # bad apps. This prevents a library from having a mismatch when resolving
/frameworks/ex/common/
H A DAndroid.mk29 # we can't build the test for apps only build, because android.test.runner is not unbundled yet.
/frameworks/support/customtabs/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/percent/
H A DAndroid.mk29 # Here is the final static library that apps can link against.
/frameworks/support/v7/appcompat/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/gridlayout/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/recyclerview/
H A DAndroid.mk31 # Here is the final static library that apps can link against.
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java189 * App IDs of built-in system apps that have been white-listed except for idle modes.
195 * App IDs of built-in system apps that have been white-listed.
236 * Current app IDs of temporarily whitelist apps for high-priority messages.
845 // These apps are on both the whitelist-except-idle as well
955 String[] apps = new String[size];
957 apps[i] = mPowerSaveWhitelistAppsExceptIdle.keyAt(i);
959 return apps;
966 String[] apps = new String[size];
968 apps[i] = mPowerSaveWhitelistApps.keyAt(i);
970 return apps;
[all...]
/frameworks/support/v14/preference/
H A DAndroid.mk34 # Here is the final static library that apps can link against.
/frameworks/support/v7/preference/
H A DAndroid.mk34 # Here is the final static library that apps can link against.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageMeasurement.java84 * Total apps disk usage per profiles of the current user.
87 * all apps (regardless of install status for the given profile), and
88 * internal disk used by the profile's apps. When the device
90 * used by the profile's apps.
93 * usage by all apps on that volume and only for the primary profile.
100 * Total cache disk usage by apps (over all users and profiles).
386 // Measure total emulated storage of all users; internal apps data
402 // Measure all apps hosted on this volume for all users
404 final List<ApplicationInfo> apps = packageManager.getInstalledApplications(
409 for (ApplicationInfo app : apps) {
[all...]
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java49 * apps - A list of applications to start and their corresponding result keys
51 * -e apps <app name>^<result key>|<app name>^<result key>
62 private static final String KEY_APPS = "apps";
124 Log.e(TAG, "The apps key is incorectly formatted");
162 Log.i(TAG, "Could not find any apps");
287 List<RunningAppProcessInfo> apps = am.getRunningAppProcesses();
289 for (RunningAppProcessInfo proc : apps) {
/frameworks/native/opengl/libs/
H A DAndroid.mk121 # Platform modules should link against libGLESv2.so (-lGLESv2), but NDK apps
/frameworks/support/v17/preference-leanback/
H A DAndroid.mk47 # Here is the final static library that apps can link against.

Completed in 584 milliseconds

12