/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 | 952 static bool checkNeedsStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, const RuleFeatureSet& features) 954 ASSERT(newId != oldId); 955 if (!oldId.isEmpty() && features.hasSelectorForId(oldId)) [all...] |
Element.h | 614 void updateId(const AtomicString& oldId, const AtomicString& newId); 615 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...] |
/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 | |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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 | |