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.java408 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED);
409 setLong(PASSWORD_TYPE_ALTERNATE_KEY, DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED);
419 setLong(DISABLE_LOCKSCREEN_KEY, disable ? 1 : 0);
477 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_SOMETHING);
481 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK);
482 setLong(PASSWORD_TYPE_ALTERNATE_KEY,
584 setLong(PASSWORD_TYPE_KEY, Math.max(quality, computedQuality));
619 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK);
620 setLong(PASSWORD_TYPE_ALTERNATE_KEY, Math.max(quality, computedQuality));
754 setLong(LOCK_PASSWORD_SALT_KE
1013 private void setLong(String secureSettingKey, long value) { method in class:LockPatternUtils
[all...]
H A DLockSettingsService.java130 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.java422 setLong(activeTime, index, 0L);
423 setLong(rxBytes, index, 0L);
424 setLong(rxPackets, index, 0L);
425 setLong(txBytes, index, 0L);
426 setLong(txPackets, index, 0L);
427 setLong(operations, index, 0L);
616 private static void setLong(long[] array, int i, long value) { method in class:NetworkStatsHistory
/frameworks/base/core/java/android/app/
H A DNotification.java822 contentView.setLong(R.id.time, "setTime", when);
1473 contentView.setLong(R.id.chronometer, "setBase",
1478 contentView.setLong(R.id.time, "setTime", mWhen);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1732 setLong(viewId, "setBase", base);
1970 public void setLong(int viewId, String methodName, long value) { method in class:RemoteViews

Completed in 102 milliseconds