HomeSort by relevance Sort by last modified time
    Searched refs:oldInfo (Results 1 - 11 of 11) sorted by null

  /packages/services/Telephony/src/com/android/phone/settings/
CallForwardInfoUtil.java 60 public static boolean isUpdateRequired(CallForwardInfo oldInfo, CallForwardInfo newInfo) {
61 if (oldInfo == null) {
66 && oldInfo.status == CALL_FORWARD_INFO_INACTIVE_STATUS) {
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java 319 ItemAnimationInfo oldInfo = mRunningItemAnimations.get(j);
320 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.MOVE) {
321 oldInfo.animator.cancel();
357 ItemAnimationInfo oldInfo = mRunningItemAnimations.get(j);
358 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.FADE_IN) {
359 oldAlpha = oldInfo.menuItemLayoutInfo.view.getAlpha();
360 oldInfo.animator.cancel();
394 ItemAnimationInfo oldInfo = mRunningItemAnimations.get(j)
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 269 AccessibilityNodeInfo oldInfo = nodes.get(sourceId);
270 if (oldInfo != null) {
277 final int oldChildCount = oldInfo.getChildCount();
279 final long oldChildId = oldInfo.getChildId(i);
289 final long oldParentId = oldInfo.getParentNodeId();
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java     [all...]
  /frameworks/base/core/java/android/transition/
Transition.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 228 milliseconds