HomeSort by relevance Sort by last modified time
    Searched defs:oldId (Results 1 - 16 of 16) 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     [all...]
  /frameworks/base/core/java/android/os/storage/
IMountService.java 391 public int renameSecureContainer(String oldId, String newId) throws RemoteException {
397 _data.writeString(oldId);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 419 final long oldId = mCurrentConversation != null ? mCurrentConversation.id : -1;
421 final boolean different = oldId != newId;
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 294 final long oldId = Binder.clearCallingIdentity();
298 Binder.restoreCallingIdentity(oldId);
619 long oldId = Binder.clearCallingIdentity();
633 Binder.restoreCallingIdentity(oldId);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.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 518 milliseconds