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

1 2 3 4 5 6

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 56 virtual int renameSecureContainer(String16 oldId, String16 newId) = 0;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailSource.java 59 public static synchronized int newId() {
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer_test.cpp 84 Id* newId = test::getValue<Id>(newTable.get(), u"@com.app.a:id/foo");
85 ASSERT_NE(nullptr, newId);
86 EXPECT_EQ(id->isWeak(), newId->isWeak());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 193 String newId = ensureIdMatchesType(element, mTypeFqcn, rootEdit);
195 if (oldId != null && newId != null) {
205 oldId, newId);
  /frameworks/base/include/storage/
IMountService.h 59 const String16& newId) = 0;
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 1019 const GLuint newId = replaceName(elementType, elementId, log());
1020 const Name newElement (elementType, newId);
1022 attacher.initAttachment(newSeed, newId);
1027 attacher.attach(newId, *container);
1029 attacher.detach(newId, *container);
1101 const GLuint newId = replaceName(elementType, elementId, log());
1102 const Name newElement (elementType, newId);
1105 << "Creating a new object " << newId
1111 attacher.initAttachment(newSeed, newId);
1112 m_outputAttacher.drawAttachment(newId, newSurface)
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 635 long newId = mCursor.getLong(mCursor.getColumnIndex(MediaStore.Audio.Media._ID));
636 mSelectedUri = ContentUris.withAppendedId(uri, newId);
638 mSelectedId = newId;
639 if (newId != mPlayingId || mMediaPlayer == null) {
648 mPlayingId = newId;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleChannels.java 139 public int newId(){
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
SimpleInfluencer.java 37 ParticleChannels.Interpolation.id = controller.particleChannels.newId();
ColorInfluencer.java 69 ParticleChannels.Interpolation.id = controller.particleChannels.newId();
DynamicsModifier.java 82 ParticleChannels.Interpolation.id = controller.particleChannels.newId();
137 ParticleChannels.Interpolation4.id = controller.particleChannels.newId();
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 161 public static boolean renameSdDir(String oldId, String newId) {
163 int rc = getMountService().renameSecureContainer(oldId, newId);
166 newId + "with rc " + rc);
171 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId +
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 301 static String describePath(List<Constraint> path, String newName, String newId) {
312 BaseLayoutRule.stripIdPrefix(newId));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 714 long newId = getId(results[recvIndex].uri);
715 mHostAuthKeyRecv = newId;
716 mHostAuthRecv.mId = newId;
719 long newId = getId(results[sendIndex].uri);
720 mHostAuthKeySend = newId;
721 mHostAuthSend.mId = newId;
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java     [all...]
  /frameworks/base/core/java/android/service/notification/
Condition.java 214 public static Uri.Builder newId(Context context) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 354 int32_t renameSecureContainer(const String16& oldId, const String16& newId)
359 data.writeString16(newId);
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 377 for (final Long newId : newIds) {
378 mSuggestedContactIds[i++] = newId;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 641 final long newId = conversation != null ? conversation.id : -1;
642 final boolean different = oldId != newId;
    [all...]
  /system/tools/aidl/
aidl.cpp 398 int newId = 0;
400 item->SetId(newId++);
  /external/opencv3/modules/objdetect/src/
detection_based_tracker.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 422 int newId = UserHandle.USER_SYSTEM;
426 newId = info.id;
429 switchToUserId(newId);
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 344 String newId = String.format(Locale.US, "%s_%d", id, i);
345 if (findSystemRouteRecordByDescriptorId(newId) < 0) {
346 return newId;
    [all...]

Completed in 1422 milliseconds

1 2 3 4 5 6