Home
last modified time | relevance | path

Searched refs:LOCK (Results 1 – 25 of 42) sorted by relevance

12

/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/
DWallpaperRepositoryTest.kt72 underTest.recentWallpapers(destination = WallpaperDestination.LOCK, limit = 5) in setWallpaper()
77 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.LOCK)) in setWallpaper()
84 underTest.selectingWallpaperId.map { it[WallpaperDestination.LOCK] } in setWallpaper()
109 WallpaperDestination.LOCK, in setWallpaper()
167 underTest.recentWallpapers(destination = WallpaperDestination.LOCK, limit = 5) in setWallpaper_recentsKeyFallback()
172 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.LOCK)) in setWallpaper_recentsKeyFallback()
189 WallpaperDestination.LOCK, in setWallpaper_recentsKeyFallback()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DLogging.java56 private static final Object LOCK = new Object(); field in Logging
70 synchronized (LOCK) { in initPersistent()
85 synchronized (LOCK) { in logPersistent()
126 synchronized (LOCK) { in trimPersistent()
141 synchronized (LOCK) { in dumpPersistent()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperSnapshotRestorerTest.kt96 put(WallpaperDestination.LOCK, INITIAL_LOCK_WALLPAPERS) in <lambda>()
111 destination = WallpaperDestination.LOCK, in <lambda>()
121 assertThat(wallpaperClient.getCurrentWallpaper(destination = WallpaperDestination.LOCK)) in <lambda>()
127 assertThat(wallpaperClient.getCurrentWallpaper(destination = WallpaperDestination.LOCK)) in <lambda>()
133 assertThat(wallpaperClient.getCurrentWallpaper(destination = WallpaperDestination.LOCK)) in <lambda>()
DWallpaperInteractorTest.kt118 WallpaperDestination.LOCK, in wallpaperUpdateEvents()
135 WallpaperDestination.LOCK, in wallpaperUpdateEvents()
155 destination = WallpaperDestination.LOCK, in setWallpaper()
162 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.LOCK)) in setWallpaper()
166 collectLastValue(underTest.selectingWallpaperId(WallpaperDestination.LOCK)) in setWallpaper()
187 WallpaperDestination.LOCK, in setWallpaper()
/packages/services/Car/car-lib/src/android/car/
DVehicleIgnitionState.java43 public static final int LOCK = 1; field in VehicleIgnitionState
85 case LOCK: in toString()
103 LOCK,
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/shared/model/
DWallpaperDestination.kt35 LOCK;
42 FLAG_LOCK -> LOCK in fromFlags()
52 LOCK -> DEST_LOCK_SCREEN in WallpaperDestination()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java115 private static final Object LOCK = new Object(); field in BluetoothInCallService
155 synchronized (LOCK) {
171 synchronized (LOCK) {
184 synchronized (LOCK) { in onReceive()
366 synchronized (LOCK) { in answerCall()
380 synchronized (LOCK) { in hangupCall()
405 synchronized (LOCK) { in sendDtmf()
422 synchronized (LOCK) { in getNetworkOperator()
441 synchronized (LOCK) { in getBearerTechnology()
492 synchronized (LOCK) { in getSubscriberNumber()
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperSnapshotRestorer.kt65 destination = WallpaperDestination.LOCK, in <lambda>()
75 interactor.selectedWallpaperId(destination = WallpaperDestination.LOCK), in <lambda>()
105 ?: querySelectedWallpaperId(destination = WallpaperDestination.LOCK), in <lambda>()
DWallpaperInteractor.kt44 previews(WallpaperDestination.LOCK, 1).map { recentWallpapers -> in wallpaperUpdateEvents()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DBlockedTopicsManager.java80 private static final Object LOCK = new Object(); field in BlockedTopicsManager
112 synchronized (LOCK) { in getInstance()
154 synchronized (LOCK) { in blockTopic()
207 synchronized (LOCK) { in unblockTopic()
256 synchronized (LOCK) { in retrieveAllBlockedTopics()
302 synchronized (LOCK) { in clearAllBlockedTopics()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DActivityManagerCompatUtils.java25 private static final Object LOCK = new Object(); field in ActivityManagerCompatUtils
36 synchronized(LOCK) { in isLowRamDevice()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehicleIgnitionStateTest.java48 {android.car.VehicleIgnitionState.LOCK, in constantValues()
49 android.hardware.automotive.vehicle.VehicleIgnitionState.LOCK}, in constantValues()
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/data/topics/
DTopicsDbTestUtil.java35 private static final Object LOCK = new Object(); field in TopicsDbTestUtil
55 synchronized (LOCK) { in getDbHelperForTest()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt56 import com.android.wallpaper.picker.customization.shared.model.WallpaperDestination.LOCK in <lambda>()
258 LOCK -> { in <lambda>()
399 LOCK -> { in <lambda>()
510 if (destination == LOCK) { in <lambda>()
626 LOCK -> SCREEN_LOCK in <lambda>()
634 LOCK -> FLAG_LOCK in <lambda>()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/data/topics/
DTopicsDbHelper.java44 private static final Object LOCK = new Object(); field in TopicsDbHelper
68 synchronized (LOCK) { in getInstance()
DTopicsDao.java44 private static final Object LOCK = new Object(); field in TopicsDao
62 synchronized (LOCK) { in getInstance()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/data/
DUxStatesDao.java47 private static final Object LOCK = new Object(); field in UxStatesDao
64 synchronized (LOCK) { in getInstance()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DEncryptionController.java67 private static final Object LOCK = new Object(); field in EncryptionController
79 synchronized (LOCK) { in getInstance()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DPackageChangedReceiver.java87 private static final Object LOCK = new Object(); field in PackageChangedReceiver
101 synchronized (LOCK) { in changeReceiverState()
142 synchronized (LOCK) { in onReceive()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/domain/interactor/
DWallpaperPreviewInteractorTest.kt146 assertThat(client.wallpapersSet[WallpaperDestination.LOCK]).isEmpty() in <lambda>()
176 assertThat(client.wallpapersSet[WallpaperDestination.LOCK]).isEmpty() in <lambda>()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/debug/
DDeviceLockCommandReceiver.java106 Commands.LOCK,
121 String LOCK = "lock"; field
170 case Commands.LOCK: in onReceive()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMediaSource.java81 synchronized (DataManager.LOCK) { in mapMediaItems()
DDataManager.java66 public static final Object LOCK = new Object(); field in DataManager
167 synchronized (LOCK) { in getMediaObject()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DScreenPreviewViewModel.kt108 WallpaperDestination.LOCK in getWallpaperDestination()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperRefresher.java173 WallpaperDestination.LOCK); in doInBackground()
423 || (dest.equals("lock") && destination == WallpaperDestination.LOCK)) { in getCreativePreviewUri()

12