/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeEvent.java | 90 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()
|
D | ImeCommand.java | 58 bundle.putLong(ID_KEY, mId); in toBundle()
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/ |
D | Field.java | 61 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/ |
D | ActivityTransitionActivity.java | 166 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/ |
D | AbstractWindowedCursorTest.java | 110 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()
|
D | CursorWindowTest.java | 259 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/ |
D | MediaMetadata2Test.java | 50 builder.putLong(MediaMetadata2.METADATA_KEY_DISC_NUMBER, discNumber); in testBuilder()
|
D | NativeMediaDrmClearkeyTest.java | 126 buffer.putLong(uuid.getMostSignificantBits()); in uuidByteArray() 127 buffer.putLong(uuid.getLeastSignificantBits()); in uuidByteArray()
|
D | MediaPlayer2DrmTestBase.java | 654 rawPssh.putLong(uuid.getMostSignificantBits()); in makeCencPSSH() 655 rawPssh.putLong(uuid.getLeastSignificantBits()); in makeCencPSSH()
|
D | MediaPlayerDrmTestBase.java | 761 rawPssh.putLong(uuid.getMostSignificantBits()); in makeCencPSSH() 762 rawPssh.putLong(uuid.getLeastSignificantBits()); in makeCencPSSH()
|
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
D | UtilsReceiver.java | 96 res.putLong(EXTRA_BYTES, allocated); in doAllocation()
|
/cts/tests/tests/preference2/src/android/preference2/cts/ |
D | PreferenceDataStoreTest.java | 348 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/ |
D | Settings_SecureTest.java | 116 Secure.putLong(cr, NO_SUCH_SETTING, -1); in testGetPutLong()
|
D | Settings_SystemTest.java | 117 assertTrue(System.putLong(cr, LONG_FIELD, 20l)); in testSystemSettings()
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ |
D | DeviceEvent.java | 203 TIME.putLong(values, event.time); in buildContentValues()
|
/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/ |
D | KeyValueBackupRestoreTest.java | 225 editor.putLong(LONG_PREF, LONG_PREF_VALUE); in saveSharedPreferencesValues()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 334 extras.putLong("Long", 10l);
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | TtsSpanTest.java | 41 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/ |
D | TestAccountAuthenticator.java | 171 result.putLong( in getAuthToken()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
D | PolicySerializationTestActivity.java | 381 editor.putLong(mPreferenceKey, getExpectedValue()); in saveExpectedValue()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | MockAccountAuthenticator.java | 246 result.putLong(AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY, expiry); in getAuthToken()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 442 mBundle.putLong(KEY, l); in testGetLong1() 453 mBundle.putLong(KEY, l2); in testGetLong2()
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 413 args.putLong(UtilsReceiver.EXTRA_TIME, time); in doAllocateProvider()
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | CreateAndManageUserTest.java | 154 bundle.putLong(SERIAL_EXTRA, userManager.getSerialNumberForUser(firstUser)); in createAndManageUserTest()
|
D | SecurityLoggingTest.java | 329 prefs.edit().putLong(currBatchLastIdKey, lastId).commit(); in testVerifyLogIds()
|