HomeSort by relevance Sort by last modified time
    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 68 milliseconds