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

1234

/packages/apps/Settings/src/com/android/settings/net/
H A DSummaryForAllUidLoader.java38 args.putLong(KEY_START, start);
39 args.putLong(KEY_END, end);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DImportantNoticeUtilsTests.java74 private void putLong(final String key, final Long value) { method in class:ImportantNoticeUtilsTests.ImportantNoticePreferences
78 mPref.edit().putLong(key, value).apply();
91 putLong(KEY_TIMESTAMP_OF_CONTACTS_NOTICE, mLastTime);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.java282 editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, clockTime);
283 editor.putLong(Stopwatches.NOTIF_CLOCK_ELAPSED, -1);
286 editor.putLong(Stopwatches.NOTIF_CLOCK_ELAPSED, clockTime);
287 editor.putLong(Stopwatches.NOTIF_CLOCK_BASE, -1);
364 editor.putLong(Stopwatches.PREF_START_TIME, startTime);
373 editor.putLong(Stopwatches.PREF_LAP_TIME + Integer.toString(numLaps), lapTimeElapsed);
375 editor.putLong(Stopwatches.PREF_LAP_TIME + Integer.toString(numLaps), lapTimeElapsed);
379 editor.putLong(Stopwatches.PREF_ACCUM_TIME, elapsedTime);
406 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL_START,
425 editor.putLong(Stopwatche
[all...]
/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DBootAndPackageReplacedReceiver.java38 Factory.get().getApplicationPrefs().putLong(
/packages/apps/Messaging/src/com/android/messaging/util/
H A DBuglePrefs.java116 public abstract void putLong(final String key, final long value); method in class:BuglePrefs
H A DBuglePrefsImpl.java91 public void putLong(final String key, final long value) { method in class:BuglePrefsImpl
96 editor.putLong(key, value);
/packages/apps/Messaging/tests/src/com/android/messaging/util/
H A DFakeBuglePrefs.java57 public void putLong(final String key, final long value) { method in class:FakeBuglePrefs
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchSettingsImpl.java107 SharedPreferencesCompat.apply(getSearchPreferences().edit().putLong(name, value));
159 .putLong(FIRST_VOICE_HINT_DISPLAY_TIME, currentTime));
208 sharedPrefEditor.putLong(SEARCH_BASE_DOMAIN_APPLY_TIME, System.currentTimeMillis());
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothPreferences.java126 editor.putLong(KEY_LAST_SELECTED_DEVICE_TIME,
133 editor.putLong(KEY_DISCOVERABLE_END_TIMESTAMP, endTimestamp);
143 editor.putLong(
/packages/apps/Camera2/src/com/android/camera/app/
H A DFirstRunDetector.java100 preferences.edit().putLong(CLIENT_FIRST_USE_TIME, timeOfFirstUseMillis).apply();
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DHandleLowStorageAction.java50 actionParameters.putLong(KEY_CUTOFF_DURATION_MILLIS, durationInMillis);
H A DSyncMessagesAction.java136 actionParameters.putLong(KEY_LOWER_BOUND, lowerBound);
137 actionParameters.putLong(KEY_UPPER_BOUND, upperBound);
139 actionParameters.putLong(KEY_START_TIMESTAMP, startTimestamp);
166 actionParameters.putLong(KEY_LOWER_BOUND, lowerBoundTimeMillis);
261 response.putLong(BUNDLE_KEY_LAST_TIMESTAMP, lastTimestampMillis);
378 prefs.putLong(BuglePrefsKeys.LAST_SYNC_TIME, startTimestamp);
380 prefs.putLong(BuglePrefsKeys.LAST_FULL_SYNC_TIME, startTimestamp);
458 prefs.putLong(BuglePrefsKeys.LAST_SYNC_TIME, startTimestamp);
461 prefs.putLong(BuglePrefsKeys.LAST_FULL_SYNC_TIME, startTimestamp);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleTimerView.java227 editor.putLong (key + PREF_CTV_INTERVAL, mIntervalTime);
228 editor.putLong (key + PREF_CTV_INTERVAL_START, mIntervalStartTime);
229 editor.putLong (key + PREF_CTV_CURRENT_INTERVAL, mCurrentIntervalTime);
230 editor.putLong (key + PREF_CTV_ACCUM_TIME, mAccumulatedTime);
231 editor.putLong (key + PREF_CTV_MARKER_TIME, mMarkerTime);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java762 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits());
763 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits());
783 appParamBuf.putLong(getChatStateConvoId().getMostSignificantBits());
784 appParamBuf.putLong(getChatStateConvoId().getLeastSignificantBits());
794 appParamBuf.putLong(getFilterMsgHandle());
957 ret.putLong(mDatabaseIdentifierHigh);
958 ret.putLong(mDatabaseIdentifierLow);
972 ret.putLong(mConvoListingVerCounterHigh);
973 ret.putLong(mConvoListingVerCounterLow);
987 ret.putLong(mFolderVerCounterHig
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsBase.java81 outState.putLong(DURATION, mStatsManager.getDuration());
135 args.putLong(ProcessStatsDetail.EXTRA_TOTAL_TIME, memInfo.memTotalTime);
/packages/services/Telephony/src/com/android/phone/settings/
H A DVisualVoicemailSettingsUtil.java144 editor.putLong(getVisualVoicemailSharedPrefsKey(SYNC_RETRY_INTERVAL, phoneAccount),
153 editor.putLong(getVisualVoicemailSharedPrefsKey(LAST_FULL_SYNC_TIMESTAMP, phoneAccount),
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java116 converter.putLong(msb);
117 converter.putLong(8, lsb);
131 converter.putLong(i * BD_UUID_LEN, msb);
132 converter.putLong(i * BD_UUID_LEN + 8, lsb);
/packages/apps/Camera/src/com/android/camera/
H A DComboPreferences.java86 mPrefGlobal.edit().putLong(key, (Long) v).apply();
269 public Editor putLong(String key, long value) { method in class:ComboPreferences.MyEditor
271 mEditorGlobal.putLong(key, value);
273 mEditorLocal.putLong(key, value);
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DGroupDeletionDialogFragment.java41 args.putLong(ARG_GROUP_ID, groupId);
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/
H A DUpdateCountryService.java57 editor.putLong(CountryDetector.KEY_PREFERENCE_TIME_UPDATED,
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerObj.java93 .putLong(PREF_START_TIME + id, mStartTime)
94 .putLong(PREF_TIME_LEFT + id, mTimeLeft)
95 .putLong(PREF_ORIGINAL_TIME + id, mOriginalLength)
96 .putLong(PREF_SETUP_TIME + id, mSetupLength)
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceStatus.java119 statusExtras.putLong(SYNC_STATUS_ID, id);
/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DUserManagerCompatVL.java79 prefs.edit().putLong(key, System.currentTimeMillis()).apply();
/packages/apps/LegacyCamera/src/com/android/camera/
H A DComboPreferences.java186 public Editor putLong(String key, long value) { method in class:ComboPreferences.MyEditor
188 mEditorGlobal.putLong(key, value);
190 mEditorLocal.putLong(key, value);
/packages/apps/Browser/src/com/android/browser/widget/
H A DBookmarkThumbnailWidgetService.java106 prefs.edit().putLong(STATE_CURRENT_FOLDER, fid).commit();
115 .putLong(STATE_CURRENT_FOLDER, rootFolder)
116 .putLong(STATE_ROOT_FOLDER, rootFolder)
192 .putLong(STATE_CURRENT_FOLDER, mCurrentFolder)
193 .putLong(STATE_ROOT_FOLDER, mRootFolder)

Completed in 1244 milliseconds

1234