Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java478 private int mExcludedSurfaces; field in ShortcutInfo
505 mExcludedSurfaces = b.mExcludedSurfaces; in ShortcutInfo()
628 mExcludedSurfaces = source.mExcludedSurfaces; in ShortcutInfo()
1098 private int mExcludedSurfaces; field in ShortcutInfo.Builder
1504 mExcludedSurfaces = surfaces; in setExcludedFromSurfaces()
2265 return (mExcludedSurfaces & surface) != 0; in isExcludedFromSurfaces()
2275 return mExcludedSurfaces; in getExcludedFromSurfaces()
2402 mExcludedSurfaces = source.readInt(); in ShortcutInfo()
2464 dest.writeInt(mExcludedSurfaces); in writeToParcel()