/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/ |
D | WallpaperRepositoryTest.kt | 72 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/ |
D | Logging.java | 56 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/ |
D | WallpaperSnapshotRestorerTest.kt | 96 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>()
|
D | WallpaperInteractorTest.kt | 118 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/ |
D | VehicleIgnitionState.java | 43 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/ |
D | WallpaperDestination.kt | 35 LOCK; 42 FLAG_LOCK -> LOCK in fromFlags() 52 LOCK -> DEST_LOCK_SCREEN in WallpaperDestination()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 115 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/ |
D | WallpaperSnapshotRestorer.kt | 65 destination = WallpaperDestination.LOCK, in <lambda>() 75 interactor.selectedWallpaperId(destination = WallpaperDestination.LOCK), in <lambda>() 105 ?: querySelectedWallpaperId(destination = WallpaperDestination.LOCK), in <lambda>()
|
D | WallpaperInteractor.kt | 44 previews(WallpaperDestination.LOCK, 1).map { recentWallpapers -> in wallpaperUpdateEvents()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/ |
D | BlockedTopicsManager.java | 80 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/ |
D | ActivityManagerCompatUtils.java | 25 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/ |
D | VehicleIgnitionStateTest.java | 48 {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/ |
D | TopicsDbTestUtil.java | 35 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/ |
D | WallpaperClientImpl.kt | 56 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/ |
D | TopicsDbHelper.java | 44 private static final Object LOCK = new Object(); field in TopicsDbHelper 68 synchronized (LOCK) { in getInstance()
|
D | TopicsDao.java | 44 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/ |
D | UxStatesDao.java | 47 private static final Object LOCK = new Object(); field in UxStatesDao 64 synchronized (LOCK) { in getInstance()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/ |
D | EncryptionController.java | 67 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/ |
D | PackageChangedReceiver.java | 87 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/ |
D | WallpaperPreviewInteractorTest.kt | 146 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/ |
D | DeviceLockCommandReceiver.java | 106 Commands.LOCK, 121 String LOCK = "lock"; field 170 case Commands.LOCK: in onReceive()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | MediaSource.java | 81 synchronized (DataManager.LOCK) { in mapMediaItems()
|
D | DataManager.java | 66 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/ |
D | ScreenPreviewViewModel.kt | 108 WallpaperDestination.LOCK in getWallpaperDestination()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperRefresher.java | 173 WallpaperDestination.LOCK); in doInBackground() 423 || (dest.equals("lock") && destination == WallpaperDestination.LOCK)) { in getCreativePreviewUri()
|