OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBatchedScanResults
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
WifiNative.java
323
public String
getBatchedScanResults
() {
WifiManager.java
370
* Call {@link #
getBatchedScanResults
()} to obtain the results.
844
public List<BatchedScanResult>
getBatchedScanResults
() {
846
return mService.
getBatchedScanResults
(mContext.getOpPackageName());
[
all
...]
/frameworks/base/services/java/com/android/server/wifi/
WifiService.java
431
public List<BatchedScanResult>
getBatchedScanResults
(String callingPackage) {
[
all
...]
Completed in 37 milliseconds