Searched refs:mIsP2pDisallowedByAdmin (Results 1 – 1 of 1) sorted by relevance
400 private boolean mIsP2pDisallowedByAdmin = false; field in WifiP2pServiceImpl1573 mIsP2pDisallowedByAdmin = mUserManager.getUserRestrictions() in P2pStateMachine()1588 if (newIsP2pDisallowedByAdmin != mIsP2pDisallowedByAdmin) { in onUserRestrictionsChanged()1593 mIsP2pDisallowedByAdmin = newIsP2pDisallowedByAdmin; in onUserRestrictionsChanged()2891 + ", P2P disallowed by admin=" + mIsP2pDisallowedByAdmin); in setupInterface()3009 + ", P2P disallowed by admin=" + mIsP2pDisallowedByAdmin in processMessageImpl()5661 if (mIsP2pDisallowedByAdmin) return false; in isWifiP2pAvailable()5669 + mIsP2pDisallowedByAdmin + ", D2D allowed when infra sta is disabled=" in checkAndSendP2pStateChangedBroadcast()