Searched refs:isStaHigherPriority (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java647 * @param isStaHigherPriority Set to true to prefer STA over P2P during concurrency operations,
651 public boolean setConcurrencyPriority(boolean isStaHigherPriority) { argument
652 return mSupplicantStaIfaceHal.setConcurrencyPriority(isStaHigherPriority);
H A DSupplicantStaIfaceHal.java1630 * @param isStaHigherPriority Set to true to prefer STA over P2P during concurrency operations,
1634 public boolean setConcurrencyPriority(boolean isStaHigherPriority) { argument
1635 if (isStaHigherPriority) {

Completed in 71 milliseconds