-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ALogcatListenerParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private booleansubscribeToUpdatesprivate longcallbackIdprivate StringfilterLevelpublic final static Parcelable.Creator<ALogcatListenerParams>CREATOR
-
Constructor Summary
Constructors Constructor Description ALogcatListenerParams()
-
Method Summary
Modifier and Type Method Description voidsetSubscribeToUpdates(boolean subscribeToUpdates)longgetCallbackId()voidsetCallbackId(long callbackId)StringgetFilterLevel()voidsetFilterLevel(String filterLevel)booleanisSubscribeToUpdates()-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setSubscribeToUpdates
void setSubscribeToUpdates(boolean subscribeToUpdates)
-
getCallbackId
long getCallbackId()
-
setCallbackId
void setCallbackId(long callbackId)
-
getFilterLevel
String getFilterLevel()
-
setFilterLevel
void setFilterLevel(String filterLevel)
-
isSubscribeToUpdates
boolean isSubscribeToUpdates()
-
-
-
-