OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WifiP2pDeviceList
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java
36
public class
WifiP2pDeviceList
implements Parcelable {
40
public
WifiP2pDeviceList
() {
44
public
WifiP2pDeviceList
(
WifiP2pDeviceList
source) {
53
public
WifiP2pDeviceList
(ArrayList<WifiP2pDevice> devices) {
156
public boolean remove(
WifiP2pDeviceList
list) {
201
public static final Creator<
WifiP2pDeviceList
> CREATOR =
202
new Creator<
WifiP2pDeviceList
>() {
203
public
WifiP2pDeviceList
createFromParcel(Parcel in) {
204
WifiP2pDeviceList
deviceList = new WifiP2pDeviceList()
[
all
...]
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 88 milliseconds