Searched refs:setLong (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl22 void setLong(in String key, in long value, in int userId);
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...]
H A DLockSettingsService.java132 public void setLong(String key, long value, int userId) throws RemoteException { method in class:LockSettingsService
/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/app/
H A DNotification.java823 contentView.setLong(R.id.time, "setTime", when);
1501 contentView.setLong(R.id.chronometer, "setBase",
1506 contentView.setLong(R.id.time, "setTime", mWhen);
/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 243 milliseconds