Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java213 static final int DEFAULT_GROUP_OWNER_INTENT = 6; field in WifiP2pServiceImpl
7561 intent = DEFAULT_GROUP_OWNER_INTENT; in selectGroupOwnerIntentIfNecessary()
7582 intent = DEFAULT_GROUP_OWNER_INTENT; in selectGroupOwnerIntentIfNecessary()
7598 intent = DEFAULT_GROUP_OWNER_INTENT; in selectGroupOwnerIntentIfNecessary()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImplTest.java2769 config.groupOwnerIntent = WifiP2pServiceImpl.DEFAULT_GROUP_OWNER_INTENT; in createPlaceholderP2pConfig()
DSupplicantP2pIfaceHalHidlImplTest.java2939 config.groupOwnerIntent = WifiP2pServiceImpl.DEFAULT_GROUP_OWNER_INTENT; in createPlaceholderP2pConfig()
DWifiP2pServiceImplTest.java6260 WifiP2pServiceImpl.DEFAULT_GROUP_OWNER_INTENT); in testGroupOwnerIntentSelectionWithoutStaConnection()