OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BatchedScanResult
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
BatchedScanResult.java
30
public class
BatchedScanResult
implements Parcelable {
31
private static final String TAG = "
BatchedScanResult
";
40
public
BatchedScanResult
() {
43
public
BatchedScanResult
(
BatchedScanResult
source) {
52
sb.append("
BatchedScanResult
: ").
77
public static final Creator<
BatchedScanResult
> CREATOR =
78
new Creator<
BatchedScanResult
>() {
79
public
BatchedScanResult
createFromParcel(Parcel in) {
80
BatchedScanResult
result = new BatchedScanResult()
[
all
...]
/prebuilts/sdk/system_current/
android.jar
Completed in 56 milliseconds