Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 14 of 14) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java285 static Long getVersion(RawContactDeltaList set, Long rawContactId) { in getVersion() method in RawContactDeltaListTests
559 assertEquals((Long)VER_FIRST, getVersion(first, CONTACT_BOB)); in testMergeUsesNewVersion()
560 assertEquals((Long)VER_SECOND, getVersion(second, CONTACT_BOB)); in testMergeUsesNewVersion()
563 assertEquals((Long)VER_SECOND, getVersion(merged, CONTACT_BOB)); in testMergeUsesNewVersion()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DHelpUrl.java59 builder.appendQueryParameter("version", getVersion(context)); in getHelpUrl()
69 private static String getVersion(final Context context) { in getVersion() method in HelpUrl
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppInfo.java130 public String getVersion() { in getVersion() method in AppInfo
132 return mEntry.getVersion(mContext); in getVersion()
DAppManagementActivity.java504 mAppInfo.getVersion())) in createLayout()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java208 long version = getVersion(uri); in testGroupVersionUpdates()
212 assertEquals(version + 1, getVersion(uri)); in testGroupVersionUpdates()
DContactsProvider2Test.java6451 long version = getVersion(uri); in testRawContactDirtyAndVersion()
6460 assertEquals(version, getVersion(uri)); in testRawContactDirtyAndVersion()
6469 assertEquals(version, getVersion(uri)); in testRawContactDirtyAndVersion()
6478 assertEquals(version, getVersion(uri)); in testRawContactDirtyAndVersion()
6485 assertEquals(version, getVersion(uri)); in testRawContactDirtyAndVersion()
6492 long version = getVersion(uri); in testRawContactClearDirty()
6496 assertEquals(version, getVersion(uri)); in testRawContactClearDirty()
6500 assertEquals(version, getVersion(uri)); in testRawContactClearDirty()
6507 long version = getVersion(uri); in testRawContactDeletionSetsDirty()
6516 assertEquals(version, getVersion(uri)); in testRawContactDeletionSetsDirty()
DBaseContactsProvider2Test.java820 protected long getVersion(Uri uri) { in getVersion() method in BaseContactsProvider2Test
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DVoiceSearch.java91 public int getVersion() { in getVersion() method in VoiceSearch
/packages/apps/Nfc/src/com/android/nfc/snep/
DSnepMessage.java155 public byte getVersion() { in getVersion() method in SnepMessage
DSnepServer.java155 if (((request.getVersion() & 0xF0) >> 4) != SnepMessage.VERSION_MAJOR) { in handleRequest()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoDataAdapter.java229 private long getVersion(int index) { in getVersion() method in PhotoDataAdapter
245 long newVersion = getVersion(mCurrentIndex + i); in fireDataChange()
/packages/apps/Settings/src/com/android/settings/search/
DIndexDatabaseHelper.java164 Log.i(TAG, "Using schema version: " + db.getVersion()); in onOpen()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java170 super(context, DATABASE_NAME, null, getVersion(context)); in DatabaseHelper()
174 private static int getVersion(Context context) { in getVersion() method in TelephonyProvider.DatabaseHelper
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java5763 s.append("version " + db.getVersion() + ", "); in dump()