/packages/apps/PermissionController/src/com/android/packageinstaller/permission/data/ |
D | UidToSensitivityLiveData.java | 71 mUsersToLiveData.removeAt(i); in UidToSensitivityLiveData() 90 mUidToSensitivity.removeAt(uidNum); in UidToSensitivityLiveData()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | FixedLastProxyAdapter.java | 73 public void removeAt(int index) { in removeAt() method in FixedLastProxyAdapter 75 mAdapter.removeAt(index); in removeAt()
|
D | FixedFirstProxyAdapter.java | 70 public void removeAt(int index) { in removeAt() method in FixedFirstProxyAdapter 72 mAdapter.removeAt(index - 1); in removeAt()
|
D | LocalFilmstripDataAdapter.java | 70 public void removeAt(int index); in removeAt() method
|
D | CameraFilmstripDataAdapter.java | 160 public void removeAt(int index) { in removeAt() method in CameraFilmstripDataAdapter
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/utils/ |
D | CollectionUtils.java | 75 arraySet.removeAt(i); in retainAll()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.kt | 534 timerVar = timers.removeAt(index) in doRemoveTimer()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 393 mActiveNotifs.removeAt(i); in updateWithLocked()
|
/packages/services/Car/service/src/com/android/car/am/ |
D | FixedActivityService.java | 421 mRunningActivities.removeAt(i); in launchIfNecessary()
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 291 notificationChannels.removeAt(index); in showRecommendation()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CameraActivity.java | 1000 mDataAdapter.removeAt(failedIndex); 1008 mDataAdapter.removeAt(failedIndex); 1338 mDataAdapter.removeAt(index); in removeItemAt()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/ |
D | AccountPreferenceController.java | 400 mProfiles.removeAt(i); in cleanUpPreferences()
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AccountPreferenceController.java | 400 mProfiles.removeAt(i); in cleanUpPreferences()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | TileImageView.java | 258 mActiveTiles.removeAt(i); in layoutTiles()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 314 mActiveTiles.removeAt(i); in layoutTiles()
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 314 mActiveTiles.removeAt(i); in layoutTiles()
|