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

  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 35 public class WifiP2pDeviceList implements Parcelable {
39 public WifiP2pDeviceList() {
43 public WifiP2pDeviceList(WifiP2pDeviceList source) {
52 public WifiP2pDeviceList(ArrayList<WifiP2pDevice> devices) {
155 public boolean remove(WifiP2pDeviceList list) {
200 public static final Creator<WifiP2pDeviceList> CREATOR =
201 new Creator<WifiP2pDeviceList>() {
202 public WifiP2pDeviceList createFromParcel(Parcel in) {
203 WifiP2pDeviceList deviceList = new WifiP2pDeviceList()
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /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/21/
android.jar 

Completed in 318 milliseconds