/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/setupservice/ |
D | InitialLockSetupService.java | 92 public LockConfig getLockConfig(@LockTypes int lockType) { in getLockConfig() 120 private LockscreenCredential createLockscreenCredential( in createLockscreenCredential() 140 public int checkValidLock(@LockTypes int lockType, byte[] password) { in checkValidLock() 155 public int setLock(@LockTypes int lockType, byte[] password) { in setLock() 185 public String checkValidLockAndReturnError(@LockTypes int lockType, in checkValidLockAndReturnError()
|
/aosp_15_r20/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/ |
D | IInitialLockSetupService.aidl | 32 LockConfig getLockConfig(in int lockType) = 1; in getLockConfig() 39 int checkValidLock(in int lockType, in byte[] password) = 2; in checkValidLock() 46 int setLock(in int lockType, in byte[] password) = 3; in setLock() 60 String checkValidLockAndReturnError(in int lockType, in byte[] credentialBytes) = 4; in checkValidLockAndReturnError()
|
D | InitialLockSetupClient.java | 369 @LockTypes int lockType) { in ValidateLockAsyncTask() 447 @LockTypes int lockType) { in SaveLockAsyncTask()
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/sync/ |
D | PickerSyncLockManager.java | 60 public CloseableReentrantLock tryLock(@LockType int lockType) in tryLock() 68 public CloseableReentrantLock tryLock(@LockType int lockType, long timeout, TimeUnit unit) in tryLock() 87 public CloseableReentrantLock lock(@LockType int lockType) { in lock() 100 public CloseableReentrantLock getLock(@LockType int lockType) { in getLock()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/lockedfile/internal/filelock/ |
D | filelock_fcntl.go | 28 type lockType int16 type 48 func lock(f File, lt lockType) (err error) { 198 func setlkw(fd uintptr, lt lockType) error {
|
D | filelock_unix.go | 14 type lockType int16 type 21 func lock(f File, lt lockType) (err error) {
|
D | filelock_other.go | 14 type lockType int8 type 21 func lock(f File, lt lockType) error {
|
D | filelock_windows.go | 15 type lockType uint32 type 27 func lock(f File, lt lockType) error {
|
/aosp_15_r20/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/ |
H A D | IAutoLockScreenHelper.java | 35 void lockScreenBy(LockType lockType, String credential); in lockScreenBy() 45 void unlockScreenBy(LockType lockType, String credential); in unlockScreenBy()
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | KeyguardManager.java | 989 public boolean isValidLockPasswordComplexity(@LockTypes int lockType, @NonNull byte[] password, in isValidLockPasswordComplexity() 1042 public boolean setLock(@LockTypes int lockType, @NonNull byte[] password, in setLock() 1268 public boolean checkLock(@LockTypes int lockType, @Nullable byte[] password) { in checkLock() 1318 private LockscreenCredential createLockscreenCredential( in createLockscreenCredential()
|
H A D | RemoteLockscreenValidationSession.java | 70 public @NonNull Builder setLockType(@LockTypes int lockType) { in setLockType()
|
/aosp_15_r20/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/ |
H A D | LockScreenHelperImpl.java | 65 public void lockScreenBy(LockType lockType, String credential) { in lockScreenBy() 76 public void unlockScreenBy(LockType lockType, String credential) { in unlockScreenBy()
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/ |
H A D | UserReference.java | 720 String lockType, String lockCredential, String existingCredential) { in setLockCredential() 849 private void clearLockCredential(String lockCredential, String lockType) { in clearLockCredential() 912 private @Nullable String lockCredential(String lockType) { in lockCredential()
|
/aosp_15_r20/cts/tests/tests/libcorefileio/src/android/cts/ |
H A D | LockHoldingService.java | 145 LockType lockType = (LockType) bundle.get(LOCK_TYPE_KEY); in acquireLock() local 162 LockType lockType = (LockType) bundle.get(LOCK_TYPE_KEY); in acquireLockAndThenWaitThenRelease() local
|
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
H A D | WifiLockTest.java | 47 private void testWifiLock(int lockType) { in testWifiLock()
|
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/ |
D | test_lock.py | 149 def theThread(self, lockType): argument
|
/aosp_15_r20/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
H A D | WallpaperManagerTestUtils.java | 336 String lockType = mLockWallpaper.type(); in description() local
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/ui/ |
D | ChannelBannerView.java | 367 public int setLockType(int lockType) { in setLockType()
|
D | TvOverlayManager.java | 808 int lockType = ChannelBannerView.LOCK_NONE; in updateChannelBannerAndShowIfNeeded() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/password/ |
D | ChooseLockSettingsHelper.java | 537 int lockType; in determineAppropriateActivityClass() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A D | RecoverableKeyStoreManager.java | 1121 int lockType, byte[] password) { in createLockscreenCredential()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowWifiManager.java | 376 protected WifiManager.WifiLock createWifiLock(int lockType, String tag) { in createWifiLock()
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | IWifiManager.aidl | 219 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws, in acquireWifiLock()
|
D | WifiManager.java | 8014 private WifiLock(int lockType, String tag) { in WifiLock() 8200 public WifiLock createWifiLock(int lockType, String tag) { in createWifiLock()
|
/aosp_15_r20/prebuilts/sdk/current/public/ |
HD | framework-wifi-stubs-publicapi.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |