Searched refs:mIsProfileCached (Results 1 – 1 of 1) sorted by relevance
92 private Boolean mIsProfileCached; field in UserManager2088 if (mIsProfileCached != null) { in isProfile()2089 return mIsProfileCached; in isProfile()2092 mIsProfileCached = mService.isProfile(userId); in isProfile()2093 return mIsProfileCached; in isProfile()