Searched refs:mPendingShow (Results 1 – 1 of 1) sorted by relevance
37 private Pair<Boolean /* show */, Boolean /* animate */> mPendingShow; field in ConversationSimSelector49 if (mPendingShow != null && mDataReady) { in onSubscriptionListDataLoaded()51 final boolean show = mPendingShow.first; in onSubscriptionListDataLoaded()52 final boolean animate = mPendingShow.second; in onSubscriptionListDataLoaded()61 mPendingShow = null; in onSubscriptionListDataLoaded()99 mPendingShow = Pair.create(show, animate); in showHide()