Searched refs:group (Results 176 - 200 of 203) sorted by relevance

123456789

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2432 XAint16 group,
2439 XAint16 group,
2532 XAint16 group,
2537 XAint16 group
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java790 boolean isFrontMostTaskInGroup = task.group == null || task.group.isFrontMostTask(task);
/frameworks/base/core/java/android/app/
H A DActivity.java1718 KeyboardShortcutGroup group = null;
1725 if (group == null) {
1727 group = new KeyboardShortcutGroup(resource != 0 ? getString(resource) : null);
1729 group.addItem(new KeyboardShortcutInfo(
1733 if (group != null) {
1734 data.add(group);
3282 * menu items. These are placed in the {@link Menu#CATEGORY_SYSTEM} group so that
5244 * finish() on this activity (the parent), finishing the entire group.
H A DApplicationPackageManager.java276 public List<PermissionInfo> queryPermissionsByGroup(String group, int flags) argument
280 mPM.queryPermissionsByGroup(group, flags);
291 throw new NameNotFoundException(group);
H A DActivityThread.java968 public void setSchedulingGroup(int group) { argument
974 Process.setProcessGroup(Process.myPid(), group);
976 Slog.w(TAG, "Failed setting process group to " + group, e);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java142 private static final String TAG_PERMISSION_GROUP = "permission-group";
150 private static final String TAG_FEATURE_GROUP = "feature-group";
1839 FeatureGroupInfo group = new FeatureGroupInfo();
1856 Slog.w(TAG, "Unknown element under <feature-group>: " + innerTagName +
1864 group.features = new FeatureInfo[features.size()];
1865 group.features = features.toArray(group.features);
1867 pkg.featureGroups = ArrayUtils.add(pkg.featureGroups, group);
2508 "<permission-group>", sa,
2532 if (!parseAllMetaData(res, parser, "<permission-group>", per
5286 public PermissionGroup group; field in class:PackageParser.Permission
[all...]
H A DPackageManager.java267 * {@link PackageInfo#gids group ids} that are associated with an
2697 * Return an array of all of the POSIX secondary group IDs that have been
2714 * Return an array of all of the POSIX secondary group IDs that have been
2798 * Query for all of the permissions associated with a particular group.
2800 * @param group The fully qualified name (i.e. com.google.permission.LOGIN)
2801 * of the permission group you are interested in. Use null to
2802 * find all of the permissions not associated with a group.
2807 * about all of the permissions in the given group.
2813 public abstract List<PermissionInfo> queryPermissionsByGroup(String group, argument
2817 * Retrieve all of the information we know about a particular group o
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java549 final Integer zone = Integer.valueOf(matcher.group(1), 10);
554 mPageTypeLabels.add(matcher.group(2));
555 mPageTypeSizes.add(splitAndParseNumbers(matcher.group(3)));
/frameworks/base/media/java/android/media/
H A DExifInterface.java1018 // Mappings from tag number to tag name and each item represents one IFD tag group.
1020 // Mappings from tag name to tag number and each item represents one IFD tag group.
1183 // Retrieves all tag groups. The value from primary image tag group has a higher priority
1184 // than the value from the thumbnail tag group if there are more than one candidates.
1287 value = Integer.parseInt(m.group(1)) + "/1," + Integer.parseInt(m.group(2)) + "/1,"
1288 + Integer.parseInt(m.group(3)) + "/1";
1540 Log.d(TAG, "The size of tag group[" + i + "]: " + mAttributes[i].size());
2163 // Reads image file directory, which is a tag group in EXIF.
2294 // Gets the corresponding IFD group inde
[all...]
H A DWebVttRenderer.java634 for (String group: parts[0].split(":")) {
635 value = value * 60 + Long.parseLong(group);
/frameworks/base/tools/aapt/
H A DCommand.cpp451 if (tag == "aid-group") {
511 * Represents a <feature-group> tag in the AndroidManifest.xml
522 * Explicit features defined in the group
551 printf("feature-group: label='%s'\n", grp.label.string());
1013 // This next group of variables is used to implement a group of
1438 } else if (tag == "feature-group") {
1440 FeatureGroup group; local
1441 group.label = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, &error);
1447 featureGroups.add(group);
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3227 // is if the current view is a view group that prefers to give focus
3231 ViewGroup group = (ViewGroup) focused;
3232 if (group.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS
3357 ViewGroup group = (ViewGroup) view;
3358 final int count = group.getChildCount();
3360 forceLayout(group.getChildAt(i));
3801 // some view group has focus, and doesn't prefer its children
5841 ViewGroup group = (ViewGroup) view;
5843 int count = group.getChildCount();
5845 getGfxInfo(group
[all...]
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1129 args.group = NULL;
H A Dandroid_util_Process.cpp96 jniThrowException(env, "java/lang/SecurityException", "No permission to set to given group");
156 struct group* grp = getgrnam(str);
244 // This task wants to stay in its current audio group so it can keep its budget
/frameworks/base/include/androidfw/
H A DResourceTypes.h1918 uint32_t findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name,
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java1998 return match.group(2);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java151 String plmn = matcher.group(1);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java2789 TaskGroup group = new TaskGroup();
2790 group.taskId = task.taskId;
2791 mValidateAppTokens.add(group);
2795 group.tokens.add(r.appToken);
4303 * activities for a specific task (gathering them if disjoint) into a single group at the
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java631 pw.print("permission group:");
1290 pw.println((labels ? "+ " : "") + "group:" + pgi.name);
1314 if (groups && groupName == null && pi.group != null) {
1446 pw.println(" -g: organize by group");
H A DPackageManagerService.java3368 public @Nullable ParceledListSlice<PermissionInfo> queryPermissionsByGroup(String group, argument
3372 if (group != null && !mPermissionGroups.containsKey(group)) {
3379 if (group == null) {
3380 if (p.perm == null || p.perm.info.group == null) {
3384 if (p.perm != null && group.equals(p.perm.info.group)) {
3979 //if (!compareStrings(pi1.group, pi2.group)) return false;
8795 Slog.w(TAG, "Permission group "
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2720 * <p>Cancels group children if the new notification causes a group to lose
2730 // notifications without a group shouldn't be a summary, otherwise autobundling can
2735 String group = sbn.getGroupKey();
2752 mSummaryByGroupKey.put(group, r);
2755 // Clear out group children of the old notification if the update
2756 // causes the group summary to go away. This happens when the old
2758 // notification was a summary and its group key changed.
2759 if (oldIsSummary && (!isSummary || !oldGroup.equals(group))) {
3534 if (DBG) Log.e(TAG, "No package for group summar
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1743 int adapterId = Integer.parseInt(matcher.group(1));
1744 int deviceId = Integer.parseInt(matcher.group(2));
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1254 productType = matcher.group(1);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1673 SLObjectItf group
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java881 // In this case the group is expanded and showing the gear for the
882 // group, further interaction should apply to the group, not any
1009 // Faking a measure with the group expanded to simulate how the group would look if
2357 * @return whether a view is not a top level child but a child notification and that group is
2408 // We're asking for a child in a group. Calculate the position of the parent first,
2641 // Generate a group expansion/collapsing event if there is such a group at all
3598 public void onGroupCreatedFromChildren(NotificationGroupManager.NotificationGroup group) { argument
[all...]

Completed in 9160 milliseconds

123456789