Definition at line 17 of file QuickConnectBookmark.java.
 
◆ QuickConnectBookmark() [1/2]
  
  | 
        
          | com.freerdp.freerdpcore.domain.QuickConnectBookmark.QuickConnectBookmark | ( | Parcel | parcel | ) |  |  | inline | 
 
 
◆ QuickConnectBookmark() [2/2]
  
  | 
        
          | com.freerdp.freerdpcore.domain.QuickConnectBookmark.QuickConnectBookmark | ( |  | ) |  |  | inline | 
 
 
◆ clone()
  
  | 
        
          | Object com.freerdp.freerdpcore.domain.QuickConnectBookmark.clone | ( |  | ) |  |  | inline | 
 
 
◆ describeContents()
  
  | 
        
          | int com.freerdp.freerdpcore.domain.QuickConnectBookmark.describeContents | ( |  | ) |  |  | inline | 
 
 
◆ readFromSharedPreferences()
  
  | 
        
          | void com.freerdp.freerdpcore.domain.QuickConnectBookmark.readFromSharedPreferences | ( | SharedPreferences | sharedPrefs | ) |  |  | inline | 
 
 
◆ writeToParcel()
  
  | 
        
          | void com.freerdp.freerdpcore.domain.QuickConnectBookmark.writeToParcel | ( | Parcel | out, |  
          |  |  | int | flags |  
          |  | ) |  |  |  | inline | 
 
 
◆ writeToSharedPreferences()
  
  | 
        
          | void com.freerdp.freerdpcore.domain.QuickConnectBookmark.writeToSharedPreferences | ( | SharedPreferences | sharedPrefs | ) |  |  | inline | 
 
 
◆ CREATOR
  
  | 
        
          | final Parcelable.Creator<QuickConnectBookmark> com.freerdp.freerdpcore.domain.QuickConnectBookmark.CREATOR |  | static | 
 
Initial value:=
      new Parcelable.Creator<QuickConnectBookmark>() {
        public QuickConnectBookmark createFromParcel(Parcel in)
        {
          return new QuickConnectBookmark(in);
        }
 
        {
        }
      }
Definition at line 20 of file QuickConnectBookmark.java.
   21                                                     {
   22        public QuickConnectBookmark createFromParcel(Parcel in)
   23        {
   24          return new QuickConnectBookmark(in);
   25        }
   26 
   27        @Override public QuickConnectBookmark[] newArray(int size)
   28        {
   29          return new QuickConnectBookmark[size];
   30        }
   31      };
 
 
The documentation for this class was generated from the following file: