HomeSort by relevance Sort by last modified time
    Searched defs:oldId (Results 1 - 17 of 17) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 192 String oldId = getId(element);
195 if (oldId != null && newId != null) {
205 oldId, newId);
ChangeLayoutRefactoring.java 249 String oldId = getId(layout);
252 if (oldId != null && newId != null) {
259 mSelectionEnd, oldId, newId);
VisualRefactoring.java 410 String oldId = primary.getAttributeNS(ANDROID_URI, ATTR_ID);
412 if (oldId != null && oldId.length() > 0) {
413 return oldId;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 894 static bool checkNeedsStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, const RuleFeatureSet& features)
896 ASSERT(newId != oldId);
897 if (!oldId.isEmpty() && features.hasSelectorForId(oldId))
927 AtomicString oldId = elementData()->idForStyleResolution();
929 if (newId != oldId) {
931 shouldInvalidateStyle = testShouldInvalidateStyle && checkNeedsStyleInvalidationForIdChange(oldId, newId, styleResolver->ruleFeatureSet());
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountService.java 390 public int renameSecureContainer(String oldId, String newId) throws RemoteException {
396 _data.writeString(oldId);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 311 final long oldId = mCurrentConversation != null ? mCurrentConversation.id : -1;
313 final boolean different = oldId != newId;
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 260 final long oldId = Binder.clearCallingIdentity();
264 Binder.restoreCallingIdentity(oldId);
536 long oldId = Binder.clearCallingIdentity();
545 Binder.restoreCallingIdentity(oldId);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 685 long oldId = Binder.clearCallingIdentity();
717 Binder.restoreCallingIdentity(oldId);
    [all...]
BackupManagerService.java     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1102 milliseconds