HomeSort by relevance Sort by last modified time
    Searched refs:oldId (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 124 public static boolean renameSdDir(String oldId, String newId) {
126 int rc = getMountService().renameSecureContainer(oldId, newId);
128 Log.e(TAG, "Failed to rename " + oldId + " to " +
134 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId +
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 56 virtual int renameSecureContainer(String16 oldId, String16 newId) = 0;
  /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...]
  /frameworks/base/include/storage/
IMountService.h 58 virtual int32_t renameSecureContainer(const String16& oldId,
  /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...]
Element.h 724 void updateId(const AtomicString& oldId, const AtomicString& newId);
725 void updateId(TreeScope*, const AtomicString& oldId, const AtomicString& newId);
    [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/services/java/com/android/server/
BackupManagerService.java     [all...]
MountService.java     [all...]
AlarmManagerService.java 685 long oldId = Binder.clearCallingIdentity();
717 Binder.restoreCallingIdentity(oldId);
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 345 int32_t renameSecureContainer(const String16& oldId, const String16& newId)
349 data.writeString16(oldId);
  /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/chrome/browser/resources/file_manager/js/image_editor/
image_view.js 838 * @param {string} oldId The old ID.
841 ImageView.Cache.prototype.renameItem = function(oldId, newId) {
842 if (oldId == newId)
845 var pos = this.order_.indexOf(oldId);
850 this.map_[newId] = this.map_[oldId];
851 delete this.map_[oldId];
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1428 milliseconds

1 2