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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsService.java132 public void setLong(String key, long value, int userId) throws RemoteException { method in class:LockSettingsService
H A DLockPatternUtils.java450 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED);
451 setLong(PASSWORD_TYPE_ALTERNATE_KEY, DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED);
461 setLong(DISABLE_LOCKSCREEN_KEY, disable ? 1 : 0);
519 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_SOMETHING);
523 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK);
524 setLong(PASSWORD_TYPE_ALTERNATE_KEY,
642 setLong(PASSWORD_TYPE_KEY, Math.max(quality, computedQuality), userHandle);
677 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK,
679 setLong(PASSWORD_TYPE_ALTERNATE_KEY, Math.max(quality, computedQuality),
815 setLong(LOCK_PASSWORD_SALT_KE
1199 private void setLong(String secureSettingKey, long value) { method in class:LockPatternUtils
1203 private void setLong(String secureSettingKey, long value, int userHandle) { method in class:LockPatternUtils
[all...]
/frameworks/base/media/java/android/media/
H A DMediaFormat.java233 public final void setLong(String name, long value) { method in class:MediaFormat
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java428 setLong(activeTime, index, 0L);
429 setLong(rxBytes, index, 0L);
430 setLong(rxPackets, index, 0L);
431 setLong(txBytes, index, 0L);
432 setLong(txPackets, index, 0L);
433 setLong(operations, index, 0L);
622 private static void setLong(long[] array, int i, long value) { method in class:NetworkStatsHistory
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1854 setLong(viewId, "setBase", base);
2092 public void setLong(int viewId, String methodName, long value) { method in class:RemoteViews

Completed in 2436 milliseconds