1、庞源电梯业务管理系统_源代码_java package java.animation; import java.util.ArrayList; public abstract class Animator implements Cloneable { public Animator() { throw new RuntimeException("Stub!");} public void start(){throw new RuntimeException("Stub!");} public void cancel(){throw new RuntimeException(
2、"Stub!");} public void end(){throw new RuntimeException("Stub!");} public void pause(){throw new RuntimeException("Stub!");} public void resume(){throw new RuntimeException("Stub!");} public boolean isPaused(){throw new RuntimeException("Stub!");} public abstract long getStartDelay(); public a
3、bstract void setStartDelay(long paramLong); public abstract Animator setDuration(long paramLong); public abstract long getDuration(); public abstract void setInterpolator(TimeInterpolator paramTimeInterpolator); public TimeInterpolator getInterpolator(){throw new RuntimeException("Stub!");} pub
4、lic abstract boolean isRunning(); public boolean isStarted(){throw new RuntimeException("Stub!");} public void addListener(AnimatorListener listener){throw new RuntimeException("Stub!");} public void removeListener(AnimatorListener listener){throw new RuntimeException("Stub!");} public ArrayList
5、
6、eners(){throw new RuntimeException("Stub!");} public Animator clone(){throw new RuntimeException("Stub!");} public void setupStartValues(){throw new RuntimeException("Stub!");} public void setupEndValues(){throw new RuntimeException("Stub!");} public void setTarget(Object target){throw new Runti
7、meException("Stub!");} public static abstract interface AnimatorPauseListener { public abstract void onAnimationPause(Animator paramAnimator); public abstract void onAnimationResume(Animator paramAnimator); } public static abstract interface AnimatorListener { public abstract void onAnimatio
8、nStart(Animator paramAnimator); public abstract void onAnimationEnd(Animator paramAnimator); public abstract void onAnimationCancel(Animator paramAnimator); public abstract void onAnimationRepeat(Animator paramAnimator); } }package java.animation; import java.content.Context; import java.cont
9、ent.res.Resources.NotFoundException; public class AnimatorInflater { public AnimatorInflater() { throw new RuntimeException("Stub!");} public static Animator loadAnimator(Context context,int id)throws Resources.NotFoundException{throw new RuntimeException("Stub!");} }package java.animation;
10、import java.util.ArrayList; import java.util.Collection; import java.util.List; public final class AnimatorSet extends Animator { public AnimatorSet() { throw new RuntimeException("Stub!");} public void playTogether(Animator[]items){throw new RuntimeException("Stub!");} public void playToge
11、ther(Collection
12、w RuntimeException("Stub!");} public void setTarget(Object target){throw new RuntimeException("Stub!");} public void setInterpolator(TimeInterpolator interpolator){throw new RuntimeException("Stub!");} public TimeInterpolator getInterpolator(){throw new RuntimeException("Stub!");} public Builder
13、 play(Animator anim){throw new RuntimeException("Stub!");} public void cancel(){ throw new RuntimeException("Stub!");} public void end(){throw new RuntimeException("Stub!");} public boolean isRunning(){throw new RuntimeException("Stub!");} public boolean isStarted(){throw new RuntimeException("
14、Stub!");} public long getStartDelay(){throw new RuntimeException("Stub!");} public void setStartDelay(long startDelay){throw new RuntimeException("Stub!");} public long getDuration(){throw new RuntimeException("Stub!");} public AnimatorSet setDuration(long duration){throw new RuntimeException("S
15、tub!");} public void setupStartValues(){throw new RuntimeException("Stub!");} public void setupEndValues(){throw new RuntimeException("Stub!");} public void pause(){throw new RuntimeException("Stub!");} public void resume(){throw new RuntimeException("Stub!");} public void start(){ throw new R
16、untimeException("Stub!");} public AnimatorSet clone(){throw new RuntimeException("Stub!");} public class Builder { Builder() { throw new RuntimeException("Stub!");} public Builder with(Animator anim){throw new RuntimeException("Stub!");} public Builder before(Animator anim){throw new Runtime
17、Exception("Stub!");} public Builder after(Animator anim){throw new RuntimeException("Stub!");} public Builder after(long delay){throw new RuntimeException("Stub!");} } }package java.animation; import java.view.View; import java.view.ViewGroup; import java.util.List; public class LayoutTransi
18、tion { public static final int CHANGE_APPEARING=0; public static final int CHANGE_DISAPPEARING=1; public static final int APPEARING=2; public static final int DISAPPEARING=3; public static final int CHANGING=4; public Object getAnimatedValue(){throw new RuntimeException("Stub!");} public Obj
19、ect getAnimatedValue(String propertyName){throw new RuntimeException("Stub!");} public void setRepeatCount(int value){throw new RuntimeException("Stub!");} public int getRepeatCount(){throw new RuntimeException("Stub!");} public void setRepeatMode(int value){throw new RuntimeException("Stub!");}
20、 public int getRepeatMode(){throw new RuntimeException("Stub!");} public void addUpdateListener(AnimatorUpdateListener listener){throw new RuntimeException("Stub!");} public void removeAllUpdateListeners(){throw new RuntimeException("Stub!");} public void removeUpdateListener(AnimatorUpdateListen
21、er listener){throw new RuntimeException("Stub!");} public void setInterpolator(TimeInterpolator value){throw new RuntimeException("Stub!");} public TimeInterpolator getInterpolator(){throw new RuntimeException("Stub!");} public void setEvaluator(TypeEvaluator value){throw new RuntimeException("St
22、ub!");} public void start(){throw new RuntimeException("Stub!");} public void cancel(){throw new RuntimeException("Stub!");} public void end(){throw new RuntimeException("Stub!");} public void resume(){throw new RuntimeException("Stub!");} public void pause(){throw new RuntimeException("Stub!")
23、} public boolean isRunning(){throw new RuntimeException("Stub!");} public boolean isStarted(){throw new RuntimeException("Stub!");} public void reverse(){throw new RuntimeException("Stub!");} public float getAnimatedFraction(){throw new RuntimeException("Stub!");} public ValueAnimator clone(){
24、throw new RuntimeException("Stub!");} public String toString(){throw new RuntimeException("Stub!");} public static abstract interface AnimatorUpdateListener { public abstract void onAnimationUpdate(ValueAnimator paramValueAnimator); } } package java.os.admin; import java.content.ComponentNam
25、e; import java.content.Context; import java.content.pm.ActivityInfo; import java.content.pm.PackageManager; import java.content.pm.ResolveInfo; import java.content.res.Resources.NotFoundException; import java.graphics.drawable.Drawable; import java.os.Parcel; import java.os.Parcelable; impo
26、rt java.os.Parcelable.Creator; import java.util.Printer; import java.io.IOException; import org.xmlpull.v1.XmlPullParserException; public final class DeviceAdminInfo implements Parcelable { public static final int USES_POLICY_LIMIT_PASSWORD=0; public static final int USES_POLICY_WATCH_LOGIN=
27、1; public static final int USES_POLICY_RESET_PASSWORD=2; public static final int USES_POLICY_FORCE_LOCK=3; public static final int USES_POLICY_WIPE_DATA=4; public static final int USES_POLICY_EXPIRE_PASSWORD=6; public static final int USES_ENCRYPTED_STORAGE=7; public static final int USES_POLI
28、CY_DISABLE_CAMERA=8;
public static final int USES_POLICY_DISABLE_KEYGUARD_FEATURES=9;
public static final Parcelable.Creator
29、);} public String getPackageName(){throw new RuntimeException("Stub!");} public String getReceiverName(){throw new RuntimeException("Stub!");} public ActivityInfo getActivityInfo(){throw new RuntimeException("Stub!");} public ComponentName getComponent(){throw new RuntimeException("Stub!");} pu
30、blic CharSequence loadLabel(PackageManager pm){throw new RuntimeException("Stub!");} public CharSequence loadDescription(PackageManager pm)throws Resources.NotFoundException{throw new RuntimeException("Stub!");} public Drawable loadIcon(PackageManager pm){throw new RuntimeException("Stub!");} pub
31、lic boolean isVisible(){throw new RuntimeException("Stub!");} public boolean usesPolicy(int policyIdent){throw new RuntimeException("Stub!");} public String getTagForPolicy(int policyIdent){throw new RuntimeException("Stub!");} public void dump(Printer pw,String prefix){throw new RuntimeException
32、"Stub!");} public String toString(){throw new RuntimeException("Stub!");} public void writeToParcel(Parcel dest,int flags){throw new RuntimeException("Stub!");} public int describeContents(){throw new RuntimeException("Stub!");} }package java.os.admin; import java.content.ComponentName; impor
33、t java.util.List; public class DevicePolicyManager { public static final String ACTION_ADD_DEVICE_ADMIN="java.os.action.ADD_DEVICE_ADMIN"; public static final String EXTRA_DEVICE_ADMIN="java.os.extra.DEVICE_ADMIN"; public static final String EXTRA_ADD_EXPLANATION="java.os.extra.ADD_EXPLANATION"
34、 public static final String ACTION_SET_NEW_PASSWORD="java.os.action.SET_NEW_PASSWORD"; public static final int PASSWORD_QUALITY_UNSPECIFIED=0; public static final int PASSWORD_QUALITY_BIOMETRIC_WEAK=32768; public static final int PASSWORD_QUALITY_SOMETHING=65536; public static final int PASSWO
35、RD_QUALITY_NUMERIC=131072; public static final int PASSWORD_QUALITY_ALPHABETIC=262144; public static final int PASSWORD_QUALITY_ALPHANUMERIC=327680; public static final int PASSWORD_QUALITY_COMPLEX=393216; public static final int RESET_PASSWORD_REQUIRE_ENTRY=1; public static final int WIPE_EXTE
36、RNAL_STORAGE=1; public static final int ENCRYPTION_STATUS_UNSUPPORTED=0; public static final int ENCRYPTION_STATUS_INACTIVE=1; public static final int ENCRYPTION_STATUS_ACTIVATING=2; public static final int ENCRYPTION_STATUS_ACTIVE=3; public static final String ACTION_START_ENCRYPTION="java.os.
37、action.START_ENCRYPTION"; public static final int KEYGUARD_DISABLE_FEATURES_NONE=0; public static final int KEYGUARD_DISABLE_WIDGETS_ALL=1; public static final int KEYGUARD_DISABLE_SECURE_CAMERA=2; public static final int KEYGUARD_DISABLE_FEATURES_ALL=2147483647; DevicePolicyManager() { throw
38、 new RuntimeException("Stub!");}
public boolean isAdminActive(ComponentName who){throw new RuntimeException("Stub!");}
public List
39、oolean hasGrantedPolicy(ComponentName admin,int usesPolicy){throw new RuntimeException("Stub!");} public void setPasswordQuality(ComponentName admin,int quality){throw new RuntimeException("Stub!");} public int getPasswordQuality(ComponentName admin){throw new RuntimeException("Stub!");} public v
40、oid setPasswordMinimumLength(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumLength(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumUpperCase(ComponentName admin,int length){throw new RuntimeException("Stub
41、");} public int getPasswordMinimumUpperCase(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumLowerCase(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumLowerCase(ComponentName admin){throw new RuntimeExcept
42、ion("Stub!");} public void setPasswordMinimumLetters(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumLetters(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumNumeric(ComponentName admin,int length){throw ne
43、w RuntimeException("Stub!");} public int getPasswordMinimumNumeric(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordMinimumSymbols(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumSymbols(ComponentName admin){throw
44、 new RuntimeException("Stub!");} public void setPasswordMinimumNonLetter(ComponentName admin,int length){throw new RuntimeException("Stub!");} public int getPasswordMinimumNonLetter(ComponentName admin){throw new RuntimeException("Stub!");} public void setPasswordHistoryLength(ComponentName admin
45、int length){throw new RuntimeException("Stub!");} public void setPasswordExpirationTimeout(ComponentName admin,long timeout){throw new RuntimeException("Stub!");} public long getPasswordExpirationTimeout(ComponentName admin){throw new RuntimeException("Stub!");} public long getPasswordExpiration
46、ComponentName admin){throw new RuntimeException("Stub!");} public int getPasswordHistoryLength(ComponentName admin){throw new RuntimeException("Stub!");} public int getPasswordMaximumLength(int quality){throw new RuntimeException("Stub!");} public boolean isActivePasswordSufficient(){throw new R
47、untimeException("Stub!");} public int getCurrentFailedPasswordAttempts(){throw new RuntimeException("Stub!");} public void setMaximumFailedPasswordsForWipe(ComponentName admin,int num){throw new RuntimeException("Stub!");} public int getMaximumFailedPasswordsForWipe(ComponentName admin){throw new
48、 RuntimeException("Stub!");} public boolean resetPassword(String password,int flags){throw new RuntimeException("Stub!");} public void setMaximumTimeToLock(ComponentName admin,long timeMs){throw new RuntimeException("Stub!");} public long getMaximumTimeToLock(ComponentName admin){throw new Runtim
49、eException("Stub!");} public void lockNow(){throw new RuntimeException("Stub!");} public void wipeData(int flags){throw new RuntimeException("Stub!");} public int setStorageEncryption(ComponentName admin,boolean encrypt){throw new RuntimeException("Stub!");} public boolean getStorageEncryption(C
50、omponentName admin){throw new RuntimeException("Stub!");} public int getStorageEncryptionStatus(){throw new RuntimeException("Stub!");} public void setCameraDisabled(ComponentName admin,boolean disabled){throw new RuntimeException("Stub!");} public boolean getCameraDisabled(ComponentName admin){t






