OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxSendRetryCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/aware/
DiscoverySession.java
70
public static int
getMaxSendRetryCount
() {
171
* indicates no retries. Max permitted value is {@link #
getMaxSendRetryCount
()}.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareServiceImpl.java
329
if (retryCount < 0 || retryCount > DiscoverySession.
getMaxSendRetryCount
()) {
Completed in 338 milliseconds