Searched refs:hasFlags (Results 1 – 7 of 7) sorted by relevance
1659 public boolean hasFlags(@ShortcutFlags int flags) { in hasFlags() method in ShortcutInfo1665 return hasFlags(FLAG_RETURNED_BY_SERVICE); in isReturnedByServer()1675 return hasFlags(FLAG_LONG_LIVED); in isLongLived()1685 return hasFlags(FLAG_DYNAMIC); in isDynamic()1690 return hasFlags(FLAG_PINNED); in isPinned()1704 return hasFlags(FLAG_MANIFEST); in isDeclaredInManifest()1723 return hasFlags(FLAG_IMMUTABLE); in isOriginallyFromManifest()1754 return hasFlags(FLAG_IMMUTABLE); in isImmutable()1762 return !hasFlags(FLAG_DISABLED); in isEnabled()1767 return hasFlags(FLAG_PINNED) || hasFlags(FLAG_DYNAMIC) || hasFlags(FLAG_MANIFEST); in isAlive()[all …]
330 public boolean hasFlags(@ApplyFlags int flag) { in hasFlags() method in RemoteViews801 hasFlags(FLAG_USE_LIGHT_BACKGROUND_LAYOUT)); in apply()863 if (hasFlags(FLAG_WIDGET_IS_COLLECTION_CHILD)) { in apply()877 if (!hasFlags(FLAG_WIDGET_IS_COLLECTION_CHILD)) { in apply()2446 return hasFlags(FLAG_USE_LIGHT_BACKGROUND_LAYOUT) && (mLightBackgroundLayoutId != 0)3335 if (hasFlags(FLAG_USE_LIGHT_BACKGROUND_LAYOUT)) {
1043 static bool getAbiFlags(const Input& pInput, uint64_t elfFlags, bool& hasFlags, in getAbiFlags() argument1056 hasFlags = true; in getAbiFlags()
797 && !oldView.hasFlags(RemoteViews.FLAG_REAPPLY_DISALLOWED)); in canReapplyRemoteView()
1661 s.hasFlags(shortcutFlags)); in assertAllHaveFlags()
19163 HSPLandroid/widget/RemoteViews;->hasFlags(I)Z41437 HSPLandroid/content/pm/ShortcutInfo;->hasFlags(I)Z
17279 Landroid/content/pm/ShortcutInfo;->hasFlags(I)Z