Home
last modified time | relevance | path

Searched refs:FLAG_REMOVED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPermissionInfo.java345 public static final int FLAG_REMOVED = 1<<1; field in PermissionInfo
388 FLAG_REMOVED,
/frameworks/base/services/core/java/com/android/server/pm/permission/
DBasePermission.java185 return perm != null && (perm.getFlags() & PermissionInfo.FLAG_REMOVED) != 0; in isRemoved()
621 || (perm.getFlags() & PermissionInfo.FLAG_REMOVED) != 0) { in dumpPermissionsLPr()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java5724 | ViewHolder.FLAG_REMOVED in recycleViewHolderInternal()
5818 if (holder.hasAnyOfTheFlags(ViewHolder.FLAG_REMOVED | ViewHolder.FLAG_INVALID) in scrapView()
5978 | ViewHolder.FLAG_INVALID | ViewHolder.FLAG_REMOVED); in getScrapOrCachedViewForId()
6095 holder.addFlags(ViewHolder.FLAG_REMOVED); in offsetPositionRecordsForRemove()
9959 static final int FLAG_REMOVED = 1 << 3; field in RecyclerView.ViewHolder
10066 addFlags(ViewHolder.FLAG_REMOVED); in flagRemovedAndOffsetPosition()
10244 return (mFlags & FLAG_REMOVED) != 0; in isRemoved()
10460 | ViewHolder.FLAG_REMOVED | ViewHolder.FLAG_ADAPTER_POSITION_UNKNOWN) in getAdapterPositionFor()
11516 public static final int FLAG_REMOVED = ViewHolder.FLAG_REMOVED; field in RecyclerView.ItemAnimator
11553 FLAG_CHANGED, FLAG_REMOVED, FLAG_MOVED, FLAG_INVALIDATED,
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java4844 if ((perm.getFlags() &PermissionInfo.FLAG_REMOVED) != 0) { in dumpPackageLPr()
/frameworks/base/api/
Dtest-current.txt1034 field public static final int FLAG_REMOVED = 2; // 0x2
Dsystem-current.txt2225 field public static final int FLAG_REMOVED = 2; // 0x2
/frameworks/base/non-updatable-api/
Dsystem-current.txt2173 field public static final int FLAG_REMOVED = 2; // 0x2