Home
last modified time | relevance | path

Searched defs:updated (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java1115 ArgumentCaptor<NotificationChannel> updated = in testSilenceCallsUpdateNotificationChannel() local
1157 ArgumentCaptor<NotificationChannel> updated = in testUnSilenceCallsUpdateNotificationChannel() local
1228 ArgumentCaptor<NotificationChannel> updated = in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified() local
1269 ArgumentCaptor<NotificationChannel> updated = in testSilenceCallsUpdateNotificationChannel_channelImportanceMin() local
1340 ArgumentCaptor<NotificationChannel> updated = in testAlertCallsUpdateNotificationChannel_channelImportanceMin() local
1437 ArgumentCaptor<NotificationChannel> updated = in testUnSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
DTimestampedScoredNetworkTest.java50 ScoredNetwork updated = createTestScoredNetwork("updated"); in testUpdate() local
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DTestEnrollmentActivity.java115 KeyphraseSoundModel updated = new KeyphraseSoundModel(soundModel.getUuid(), in onReEnrollButtonClicked() local
/frameworks/base/services/companion/java/com/android/server/companion/
DAssociationRequestsProcessor.java313 AssociationInfo updated = AssociationInfo.builder(association) in enableSystemDataSync() local
320 AssociationInfo updated = AssociationInfo.builder(association) in disableSystemDataSync() local
DAssociationStoreImpl.java104 void updateAssociation(@NonNull AssociationInfo updated) { in updateAssociation()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/10/android/net/
DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/11/android/net/
DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/binder/android/net/
DINetdUnsolicitedEventListener.aidl132 boolean updated, in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl12 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/12/android/net/
DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/9/android/net/
DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl29 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/6/android/net/
DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/8/android/net/
DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/5/android/net/
DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/7/android/net/
DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/13/android/net/
DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
DBaseNetdUnsolicitedEventListener.java60 public void onRouteChanged(boolean updated, @NonNull String route, @NonNull String gateway, in onRouteChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipNotificationController.java247 public void onActionsChanged(int added, int updated, int startIndex) { in onActionsChanged()
DTvPipActionsProvider.java244 void onActionsChanged(int added, int updated, int startIndex); in onActionsChanged()
/frameworks/libs/net/common/framework/com/android/net/module/util/
DLinkPropertiesUtils.java83 public final List<T> updated = new ArrayList<>(); field in LinkPropertiesUtils.CompareOrUpdateResult
/frameworks/native/services/surfaceflinger/
DFrameTracker.cpp156 bool updated = false; in processFencesLocked() local

12