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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPageIndicatorMarker.java105 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");
103 public static boolean isActive(Context context, Policy policies) { method in class:PolicyServiceProxy
105 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DRecapitalizeStatus.java104 public boolean isActive() { method in class:RecapitalizeStatus
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DTargetDrawable.java95 public boolean isActive() { method in class:TargetDrawable
/packages/apps/Email/src/com/android/email/
H A DSecurityPolicy.java247 public boolean isActive(Policy policy) { method in class:SecurityPolicy
250 StringBuilder sb = new StringBuilder("isActive for " + policy + ": ");
273 * Return bits from isActive: Device Policy Manager has not been activated
278 * Return bits from isActive: Some required configuration is not correct (no user action).
283 * Return bits from isActive: Password needs to be set or updated
288 * Return bits from isActive: Encryption has not be enabled
293 * Return bits from isActive: Protocol-specific policies cannot be enforced
480 * API: Sync service should call this any time a sync fails due to isActive() returning false.
620 } 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/apps/Nfc/nci/jni/
H A DSecureElement.cpp1006 ** isActive: Whether the secure element is activated.
1046 ** isActive: Whether any secure element is activated.
1051 void SecureElement::notifyRfFieldEvent (bool isActive) argument
1054 ALOGD ("%s: enter; is active=%u", fn, isActive);
1070 if (isActive) {
1093 ** isActive: Whether any secure element is activated.

Completed in 426 milliseconds