HomeSort by relevance Sort by last modified time
    Searched defs:WifiP2pDeviceList (Results 1 - 4 of 4) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 36 public class WifiP2pDeviceList implements Parcelable {
40 public WifiP2pDeviceList() {
45 public WifiP2pDeviceList(WifiP2pDeviceList source) {
54 public WifiP2pDeviceList(ArrayList<WifiP2pDevice> devices) {
154 public static final Creator<WifiP2pDeviceList> CREATOR =
155 new Creator<WifiP2pDeviceList>() {
156 public WifiP2pDeviceList createFromParcel(Parcel in) {
157 WifiP2pDeviceList deviceList = new WifiP2pDeviceList();
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 68 milliseconds