Searched defs:apps (Results 1 - 6 of 6) sorted by relevance

/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/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java133 // Only the owner can see all apps.
230 // There are less apps now, some must have been uninstalled.
630 List<AppEntry> apps;
632 apps = new ArrayList<>(mAppEntries);
637 for (int i=0; i<apps.size(); i++) {
638 AppEntry entry = apps.get(i);
792 // duplicates of work only apps showing up as 'not installed
1064 void onRebuildComplete(ArrayList<AppEntry> apps); argument
/frameworks/base/core/java/android/os/
H A DBatteryStats.java982 // Top three apps using CPU in the last step, with times in 1/100 second.
1735 * Return count of number of times radio was up that could not be blamed on apps.
5045 List<ApplicationInfo> apps, int flags, long histStart) {
5085 if (apps != null) {
5087 for (int i=0; i<apps.size(); i++) {
5088 ApplicationInfo ai = apps.get(i);
5044 dumpCheckinLocked(Context context, PrintWriter pw, List<ApplicationInfo> apps, int flags, long histStart) argument
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java298 // A similar synchronization mechanism around clearing apps' data for restore
576 // Keep a log of all the apps we've ever backed up, and what the
631 // High level policy: apps are generally ineligible for backup if certain conditions apply
1205 // Keep a log of what apps we've ever backed up. Because we might have
1280 List<PackageInfo> apps =
1310 foundApps.add(pkgName); // all apps that we've addressed already
1329 // New apps can arrive "out of band" via OTA and similar, so we also need to
1331 for (PackageInfo app : apps) {
1359 schedule = new ArrayList<FullBackupEntry>(apps.size());
1360 for (PackageInfo info : apps) {
7400 packagesToNames(List<PackageInfo> apps) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 211 milliseconds