OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replyFailed
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java
86
replyFailed
(msg, RttManager.REASON_INVALID_LISTENER, "Could not find listener");
102
replyFailed
(msg, RttManager.REASON_INVALID_REQUEST, "Invalid request");
248
replyFailed
(msg, RttManager.REASON_NOT_AVAILABLE, "Try later");
277
replyFailed
(msg,
280
replyFailed
(msg,
376
void
replyFailed
(Message msg, int reason, String description) {
WifiScanningServiceImpl.java
132
replyFailed
(msg, WifiScanner.REASON_INVALID_LISTENER, "Could not find listener");
139
replyFailed
(msg, WifiScanner.REASON_NOT_AUTHORIZED, "Not authorized");
160
replyFailed
(msg, WifiScanner.REASON_INVALID_REQUEST, "Invalid request");
311
replyFailed
(msg, WifiScanner.REASON_UNSPECIFIED, "not available");
349
replyFailed
(msg, WifiScanner.REASON_UNSPECIFIED, "not implemented");
355
replyFailed
(msg, WifiScanner.REASON_INVALID_REQUEST, "bad request");
724
void
replyFailed
(Message msg, int reason, String description) {
[
all
...]
WifiServiceImpl.java
209
replyFailed
(msg, WifiManager.CONNECT_NETWORK_FAILED,
212
replyFailed
(msg, WifiManager.SAVE_NETWORK_FAILED,
223
replyFailed
(msg, WifiManager.FORGET_NETWORK_FAILED,
241
private void
replyFailed
(Message msg, int what, int why) {
[
all
...]
Completed in 240 milliseconds