Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 239) sorted by relevance

12345678910

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java248 BubbleData.Update update = mUpdateCaptor.getValue(); in ifSuppress_hideFlyout() local
263 BubbleData.Update update = mUpdateCaptor.getValue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout() local
282 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_InShade_thenHideFlyout() local
304 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() local
883 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_notExpanded() local
912 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_expanded() local
1092 BubbleData.Update update = mUpdateCaptor.getValue(); in test_removeBubblesForUser() local
1122 BubbleData.Update update = mUpdateCaptor.getValue(); in assertBubbleAdded() local
1127 BubbleData.Update update = mUpdateCaptor.getValue(); in assertBubbleRemoved() local
1133 BubbleData.Update update = mUpdateCaptor.getValue(); in assertOrderNotChanged() local
[all …]
/aosp14/frameworks/base/core/java/android/service/notification/
H A DINotificationListener.aidl34 void onListenerConnected(in NotificationRankingUpdate update); in onListenerConnected()
36 in NotificationRankingUpdate update); in onNotificationPosted()
40 in NotificationRankingUpdate update, in NotificationStats stats, int reason); in onNotificationRemoved()
41 void onNotificationRankingUpdate(in NotificationRankingUpdate update); in onNotificationRankingUpdate()
50 …ionHolder notificationHolder, in NotificationChannel channel, in NotificationRankingUpdate update); in onNotificationEnqueuedWithChannel()
63 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dsha.h34 void update(const uint8_t* data, size_t data_size) { in update() function
54 void update(const uint8_t* data, size_t data_size) { in update() function
/aosp14/frameworks/base/core/java/android/appwidget/
H A DPendingHostUpdate.java40 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEWS_UPDATE); in updateAppWidget() local
46 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_PROVIDER_CHANGED); in providerChanged() local
52 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEW_DATA_CHANGED); in viewDataChanged() local
/aosp14/frameworks/base/libs/input/
H A DSpriteController.cpp127 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
147 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
184 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
203 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
288 const SpriteUpdate& update = updates.itemAt(i); in doUpdateSprites() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DPosition.java68 public void update(@NonNull Position percentagePosition) { in update() method in Position
78 public void update(@FloatRange(from = 0.0, to = 1.0) float percentageX, in update() method in Position
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStoreCryptoOperationChunkedStreamer.java64 byte[] update(@NonNull byte[] input) throws KeyStoreException; in update() method
123 public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException { in update() method in KeyStoreCryptoOperationChunkedStreamer
221 public byte[] update(byte[] input) throws KeyStoreException { in update() method in KeyStoreCryptoOperationChunkedStreamer.MainDataStream
H A DKeyStoreCryptoOperationStreamer.java37 byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException; in update() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DIBubblesListener.aidl28 void onBubbleStateChange(in Bundle update); in onBubbleStateChange()
/aosp14/frameworks/base/services/core/java/com/android/server/health/
H A DHealthInfoCallback.java30 void update(android.hardware.health.HealthInfo props); in update() method
/aosp14/frameworks/base/services/core/java/com/android/server/display/whitebalance/
H A DAmbientSensor.java150 protected abstract void update(float value); in update() method in AmbientSensor
289 protected void update(float value) { in update() method in AmbientSensor.AmbientBrightnessSensor
374 protected void update(float value) { in update() method in AmbientSensor.AmbientColorTemperatureSensor
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
H A DShadowSmsApplication.java39 protected static ComponentName getDefaultSmsApplication(Context context, boolean update) { in getDefaultSmsApplication()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DNotificationDismissibilityProviderImpl.kt47 fun update(nonDismissableEntryKeys: Set<String>) { regex
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritableViewInfoTest.java55 public void update() { in update() method in HandwritableViewInfoTest
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DRateEstimator.java38 public void update(long now) { in update() method in RateEstimator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataCombineLatest.kt86 private fun update(key: String, oldKey: String?) { regex
/aosp14/system/core/storaged/
H A Dstoraged_diskstats.cpp255 void disk_stats_monitor::update(struct disk_stats* curr) in update() function in disk_stats_monitor
296 void disk_stats_monitor::update() { in update() function in disk_stats_monitor
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DTimestampedScoredNetwork.java40 public void update(ScoredNetwork score, long updatedTimestampMillis) { in update() method in TimestampedScoredNetwork
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragSession.java74 void update() { in update() method in DragSession
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator_test.cpp148 PartitionUpdate update; in TEST_F() local
244 PartitionUpdate update; in TEST_F() local
271 PartitionUpdate update; in TEST_F() local
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
H A DUiBenchmarkResult.java69 public void update(List<FrameMetrics> instances) { in update() method in UiBenchmarkResult
73 public void update(double[] values) { in update() method in UiBenchmarkResult
/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyStoreOperation.java114 public byte[] update(@NonNull byte[] input) throws KeyStoreException { in update() method in KeyStoreOperation
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipSystemAction.java58 boolean update(@StringRes int title, @DrawableRes int icon) { in update() method in TvPipSystemAction
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DOperatorNameView.java44 void update(boolean showOperatorName, in update() method in OperatorNameView
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/
H A DTestContentProvider.java42 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in TestContentProvider

12345678910