Searched defs:setLong (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java169 setLong(OWNER_INFO_ENABLED, enabled ? 1 : 0, userId);
173 setLong(OWNER_INFO_ENABLED, 1, userId);
215 public void setLong(String key, long value, int userId) throws RemoteException { method in class:LockSettingsService
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java430 setLong(activeTime, index, 0L);
431 setLong(rxBytes, index, 0L);
432 setLong(rxPackets, index, 0L);
433 setLong(txBytes, index, 0L);
434 setLong(txPackets, index, 0L);
435 setLong(operations, index, 0L);
654 private static void setLong(long[] array, int i, long value) { method in class:NetworkStatsHistory
/frameworks/base/media/java/android/media/
H A DMediaFormat.java596 public final void setLong(String name, long value) { method in class:MediaFormat
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2108 setLong(viewId, "setBase", base);
2407 public void setLong(int viewId, String methodName, long value) { method in class:RemoteViews
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java503 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED, userHandle);
504 setLong(PASSWORD_TYPE_ALTERNATE_KEY, DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED,
516 setLong(DISABLE_LOCKSCREEN_KEY, disable ? 1 : 0);
604 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_SOMETHING, userId);
608 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK, userId);
609 setLong(PASSWORD_TYPE_ALTERNATE_KEY,
838 setLong(PASSWORD_TYPE_KEY, Math.max(quality, computedQuality), userHandle);
873 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK,
875 setLong(PASSWORD_TYPE_ALTERNATE_KEY, Math.max(quality, computedQuality),
1065 setLong(LOCK_PASSWORD_SALT_KE
1502 private void setLong(String secureSettingKey, long value) { method in class:LockPatternUtils
1506 private void setLong(String secureSettingKey, long value, int userHandle) { method in class:LockPatternUtils
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java1999 void setLong(int off, int index, long value) { method in class:ProcessStats
2822 mStats.setLong(newOff, 0, mStats.getLong(origEnt, 0));
2972 mStats.setLong(newOff, j, mStats.getLong(origEnt, j));

Completed in 159 milliseconds