Home
last modified time | relevance | path

Searched refs:putLong (Results 1 – 25 of 27) sorted by relevance

12

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java90 bundle.putLong("mEnterTimestamp", mEnterTimestamp); in toBundle()
91 bundle.putLong("mExitTimestamp", mExitTimestamp); in toBundle()
92 bundle.putLong("mEnterWallTime", mEnterWallTime); in toBundle()
93 bundle.putLong("mExitWallTime", mExitWallTime); in toBundle()
DImeCommand.java58 bundle.putLong(ID_KEY, mId); in toBundle()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DField.java61 public void putLong(final ContentValues values, final long value) { in putLong() method in Field
106 public void putLong(final ContentValues values, final long value) { in putLong() method in Field.IntegerField
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DActivityTransitionActivity.java166 result.putLong(ARRIVE_ENTER_TIME, SystemClock.uptimeMillis()); in startTest()
168 result.putLong(ARRIVE_RETURN_TIME, SystemClock.uptimeMillis()); in startTest()
177 result.putLong(ARRIVE_ENTER_TIME_READY, SystemClock.uptimeMillis()); in startTest()
179 result.putLong(ARRIVE_RETURN_TIME_READY, in startTest()
/cts/tests/tests/database/src/android/database/cts/
DAbstractWindowedCursorTest.java110 assertTrue(mWindow.putLong((long) shortNumber, ROW_INDEX0, COLUMN_INDEX0)); in testGetShort()
121 assertTrue(mWindow.putLong(longNumber, ROW_INDEX0, COLUMN_INDEX0)); in testGetLong()
132 assertTrue(mWindow.putLong((long) intNumber, ROW_INDEX0, COLUMN_INDEX0)); in testGetInt()
DCursorWindowTest.java259 assertTrue(cursorWindow.putLong(NUMBER_LONG_INTEGER, 0, 2)); in testAccessDataValues()
462 cursorWindow.putLong(i, i, 0); in fillCursorTestContents()
/cts/tests/tests/media/src/android/media/cts/
DMediaMetadata2Test.java50 builder.putLong(MediaMetadata2.METADATA_KEY_DISC_NUMBER, discNumber); in testBuilder()
DNativeMediaDrmClearkeyTest.java126 buffer.putLong(uuid.getMostSignificantBits()); in uuidByteArray()
127 buffer.putLong(uuid.getLeastSignificantBits()); in uuidByteArray()
DMediaPlayer2DrmTestBase.java654 rawPssh.putLong(uuid.getMostSignificantBits()); in makeCencPSSH()
655 rawPssh.putLong(uuid.getLeastSignificantBits()); in makeCencPSSH()
DMediaPlayerDrmTestBase.java761 rawPssh.putLong(uuid.getMostSignificantBits()); in makeCencPSSH()
762 rawPssh.putLong(uuid.getLeastSignificantBits()); in makeCencPSSH()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java96 res.putLong(EXTRA_BYTES, allocated); in doAllocation()
/cts/tests/tests/preference2/src/android/preference2/cts/
DPreferenceDataStoreTest.java348 mPreference.putLong(1L); in putLongTestCommon()
351 verify(mDataStore, atLeastOnce()).putLong(eq(KEY), anyLong()); in putLongTestCommon()
533 void putLong(long value) { in putLong() method in PreferenceDataStoreTest.PreferenceWrapper
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_SecureTest.java116 Secure.putLong(cr, NO_SUCH_SETTING, -1); in testGetPutLong()
DSettings_SystemTest.java117 assertTrue(System.putLong(cr, LONG_FIELD, 20l)); in testSystemSettings()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java203 TIME.putLong(values, event.time); in buildContentValues()
/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
DKeyValueBackupRestoreTest.java225 editor.putLong(LONG_PREF, LONG_PREF_VALUE); in saveSharedPreferencesValues()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverSyncTestCase.java334 extras.putLong("Long", 10l);
/cts/tests/tests/text/src/android/text/style/cts/
DTtsSpanTest.java41 mBundle.putLong("argument.three", 3); in setup()
42 mBundle.putLong("argument.four", 4); in setup()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java171 result.putLong( in getAuthToken()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
DPolicySerializationTestActivity.java381 editor.putLong(mPreferenceKey, getExpectedValue()); in saveExpectedValue()
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java246 result.putLong(AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY, expiry); in getAuthToken()
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java442 mBundle.putLong(KEY, l); in testGetLong1()
453 mBundle.putLong(KEY, l2); in testGetLong2()
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java413 args.putLong(UtilsReceiver.EXTRA_TIME, time); in doAllocateProvider()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DCreateAndManageUserTest.java154 bundle.putLong(SERIAL_EXTRA, userManager.getSerialNumberForUser(firstUser)); in createAndManageUserTest()
DSecurityLoggingTest.java329 prefs.edit().putLong(currBatchLastIdKey, lastId).commit(); in testVerifyLogIds()

12