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

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java393 iteration.putLong(METRIC_KEY_EXECUTION_TIME, mExecTime);
394 iteration.putLong(METRIC_KEY_CPU_TIME, mCpuTime);
461 mPerfSnapshot.putLong("pre_" + key, binderCounts.getLong(key));
504 mPerfSnapshot.putLong(key, binderCounts.getLong(key));
510 mPerfSnapshot.putLong(key, allocCounts.getLong(key));
513 mPerfSnapshot.putLong(METRIC_KEY_EXECUTION_TIME, mSnapshotExecTime);
514 mPerfSnapshot.putLong(METRIC_KEY_CPU_TIME, mSnapshotCpuTime);
516 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_SIZE, nativeMax);
517 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_ALLOCATED, nativeAllocated);
518 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_FRE
[all...]
H A DBundle.java432 public void putLong(String key, long value) { method in class:Bundle
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java203 SharedPreferencesCompat.apply(mStorage.edit().putLong(name, time));
218 mStorage.edit().putLong(PREFIX + "triggerTimeMillis", millis));
230 .putLong(PREFIX + "moratoriumTimeMillis", millis)
231 .putLong(PREFIX + "moratoriumSetTimeMillis", currentTimeMillis()));
281 .putLong(PREFIX + "lastSuccessTimeMillis", currentTimeMillis()));
291 editor.putLong(PREFIX + "lastErrorTimeMillis", currentTimeMillis());
/frameworks/base/core/java/android/content/
H A DSharedPreferences.java95 Editor putLong(String key, long value); method in interface:SharedPreferences.Editor
H A DIntent.java2856 else if (uri.startsWith("l.", i)) b.putLong(key, Long.parseLong(value));
3008 intent.mExtras.putLong(key, Long.parseLong(value));
4138 mExtras.putLong(name, value);
H A DSyncStorageEngine.java1622 extras.putLong(name, Long.parseLong(value1));
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1255 results.putLong("global_alloc_count", Debug.getGlobalAllocCount());
1256 results.putLong("global_alloc_size", Debug.getGlobalAllocSize());
1257 results.putLong("global_freed_count", Debug.getGlobalFreedCount());
1258 results.putLong("global_freed_size", Debug.getGlobalFreedSize());
1259 results.putLong("gc_invocation_count", Debug.getGlobalGcInvocationCount());
1269 results.putLong("sent_transactions", Debug.getBinderSentTransactions());
1270 results.putLong("received_transactions", Debug.getBinderReceivedTransactions());
H A DContextImpl.java2921 public Editor putLong(String key, long value) { method in class:ContextImpl.SharedPreferencesImpl.EditorImpl
/frameworks/base/core/jni/
H A DCursorWindow.h162 bool putLong(unsigned int row, unsigned int col, int64_t value);
H A Dandroid_database_SQLiteQuery.cpp226 if (!window->putLong(numRows, i, value)) {
H A DCursorWindow.cpp307 bool CursorWindow::putLong(unsigned int row, unsigned int col, int64_t value) function in class:android::CursorWindow
H A Dandroid_database_CursorWindow.cpp613 if (!window->putLong(row, col, value)) {
/frameworks/base/core/tests/coretests/src/android/database/
H A DCursorWindowTest.java104 assertTrue(window.putLong(int1, 0, 1));
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java863 mTestResult.putLong(index + PerformanceCollector.METRIC_KEY_CPU_TIME,
865 mTestResult.putLong(index + PerformanceCollector.METRIC_KEY_EXECUTION_TIME,
872 mTestResult.putLong(label, value);
/frameworks/base/core/java/android/database/
H A DCursorWindow.java166 public boolean putLong(long value, int row, int col) { method in class:CursorWindow
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java218 Settings.Secure.putLong(mRunner.getContext().getContentResolver(),
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java203 mBuffer.putLong(magic);
/frameworks/base/services/java/com/android/server/
H A DBootReceiver.java170 prefs.edit().putLong(filename, fileTime).apply();
H A DUiModeManagerService.java701 bundle.putLong(KEY_LAST_UPDATE_INTERVAL, interval);
/frameworks/base/core/java/android/preference/
H A DPreference.java1365 editor.putLong(mKey, value);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java655 android.provider.Settings.Secure.putLong(mContentResolver, secureSettingKey, value);
/frameworks/base/core/tests/coretests/src/android/content/
H A DSyncStorageEngineTest.java130 extras2.putLong("b", 2);
/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceCollectorTest.java514 timingResults.putLong(label, value);
/frameworks/base/core/java/android/provider/
H A DSettings.java922 public static boolean putLong(ContentResolver cr, String name, long value) { method in class:Settings.System
2228 public static boolean putLong(ContentResolver cr, String name, long value) { method in class:Settings.Secure
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java1033 bundle.putLong("contentLength", contentLength);

Completed in 1828 milliseconds