Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/credentials/selection/
DRequestInfo.java113 private final boolean mIsShowAllOptionsRequested; field in RequestInfo
239 return mIsShowAllOptionsRequested; in isShowAllOptionsRequested()
257 mIsShowAllOptionsRequested = isShowAllOptionsRequested; in RequestInfo()
280 mIsShowAllOptionsRequested = in.readBoolean(); in RequestInfo()
293 dest.writeBoolean(mIsShowAllOptionsRequested); in writeToParcel()