Searched defs:isActive (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPageIndicatorMarker.java99 boolean isActive() { method in class:PageIndicatorMarker
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DPolicyServiceProxy.java49 public boolean isActive(final Policy arg0) throws RemoteException { method in class:PolicyServiceProxy
53 mReturn = mService.isActive(arg0);
55 }, "isActive");
58 LogUtils.v(TAG, "isActive: " + ((mReturn == null) ? "null" : mReturn));
63 LogUtils.e(TAG, "PolicyService unavailable in isActive; assuming false");
109 public static boolean isActive(Context context, Policy policies) { method in class:PolicyServiceProxy
111 return new PolicyServiceProxy(context).isActive(policies);
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DAnimation.java42 // The isActive() method returns true after the animation start() is called and
72 public boolean isActive() { method in class:Animation
/packages/apps/Settings/src/com/android/settings/accounts/
H A DSyncStateCheckBoxPreference.java91 * @param isActive whether or not the sync is active
93 public void setActive(boolean isActive) { argument
94 mIsActive = isActive;
/packages/apps/Email/src/com/android/email/
H A DSecurityPolicy.java248 public boolean isActive(Policy policy) { method in class:SecurityPolicy
251 StringBuilder sb = new StringBuilder("isActive for " + policy + ": ");
274 * Return bits from isActive: Device Policy Manager has not been activated
279 * Return bits from isActive: Some required configuration is not correct (no user action).
284 * Return bits from isActive: Password needs to be set or updated
289 * Return bits from isActive: Encryption has not be enabled
294 * Return bits from isActive: Protocol-specific policies cannot be enforced
481 * API: Sync service should call this any time a sync fails due to isActive() returning false.
628 } else if (isActive(policy)) {
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTargetDrawable.java95 public boolean isActive() { method in class:TargetDrawable
/packages/apps/Settings/src/com/android/settings/
H A DDreamBackend.java58 boolean isActive; field in class:DreamBackend.DreamInfo
66 if (isActive)
110 dreamInfo.isActive = dreamInfo.componentName.equals(activeDream);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DWnnDictionary.java110 public boolean isActive(); method in interface:WnnDictionary
H A DOpenWnnDictionaryImpl.java347 public boolean isActive() { method in class:OpenWnnDictionaryImpl
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataLoader.java122 if (!isActive(index)) {
132 public boolean isActive(int index) { method in class:AlbumDataLoader
H A DAlbumSetDataLoader.java143 public boolean isActive(int index) { method in class:AlbumSetDataLoader
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java864 boolean isActive() { method in class:Call
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 3702 milliseconds