| /packages/modules/NeuralNetworks/driver/sample_hidl/ |
| D | SampleDriverUtils.cpp | 46 void notify(const sp<V1_0::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 54 void notify(const sp<V1_2::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 63 void notify(const sp<V1_3::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 72 void notify(const sp<V1_0::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 80 void notify(const sp<V1_2::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify() function 88 void notify(const sp<V1_3::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify() function
|
| /packages/apps/Calendar/src/com/android/calendar/alerts/ |
| D | NotificationMgr.kt | 21 abstract fun notify(id: Int, notification: NotificationWrapper?) in notify() method in com.android.calendar.alerts.NotificationMgr
|
| D | AlertService.kt | 81 override fun notify(id: Int, nw: NotificationWrapper?) { in notify() method in com.android.calendar.alerts.AlertService
|
| /packages/services/Car/cpp/evs/manager/aidl/wrappers/src/ |
| D | AidlCameraStream.cpp | 50 ScopedAStatus AidlCameraStream::notify(const EvsEventDesc& event) { in notify() function in aidl::android::automotive::evs::implementation::AidlCameraStream 89 ScopedAStatus AidlCameraStream::ImplV0::notify(const EvsEventDesc& event) { in notify() function in aidl::android::automotive::evs::implementation::AidlCameraStream::ImplV0 133 ScopedAStatus AidlCameraStream::ImplV1::notify(const EvsEventDesc& event) { in notify() function in aidl::android::automotive::evs::implementation::AidlCameraStream::ImplV1
|
| D | HidlCameraStream.cpp | 79 Return<void> HidlCameraStream::notify(const hidlevs::V1_1::EvsEventDesc& event) { in notify() function in aidl::android::automotive::evs::implementation::HidlCameraStream
|
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
| D | NotificationHelper.java | 68 final Notification.Builder notify = new Notification.Builder(mContext) in showResumeNotification() local 91 final Notification.Builder notify = new Notification.Builder(mContext, CHANNEL_ID) in showPrivacyReminderNotification() local
|
| /packages/apps/Dialer/java/com/android/dialer/notification/ |
| D | DialerNotificationManager.java | 41 public static void notify(@NonNull Context context, int id, @NonNull Notification notification) { in notify() method in DialerNotificationManager 47 public static void notify( in notify() method in DialerNotificationManager
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
| D | MediaControlGattService.java | 799 private void setInitialCharacteristicValues(boolean notify) { in setInitialCharacteristicValues() 1214 private void updateObjectID(int objectIdField, long objectIdValue, boolean notify) { in updateObjectID() 1446 void updatePlayingOrderChar(PlayingOrder order, boolean notify) { in updatePlayingOrderChar() 1530 void updateSeekingSpeedChar(float speed, boolean notify) { in updateSeekingSpeedChar() 1564 void updatePlaybackSpeedChar(float speed, boolean notify) { in updatePlaybackSpeedChar() 1623 void updateTrackDurationChar(long durationMs, boolean notify) { in updateTrackDurationChar() 1654 void updateTrackTitleChar(String title, boolean notify) { in updateTrackTitleChar() 1669 void updateSupportedOpcodesChar(int opcodes, boolean notify) { in updateSupportedOpcodesChar() 1738 BluetoothDevice originDevice, boolean notify) { in updateObjectIdChar() 1768 void updatePlayerNameChar(String name, boolean notify) { in updatePlayerNameChar()
|
| /packages/apps/Dialer/java/com/android/dialer/calllog/notifier/ |
| D | RefreshAnnotatedCallLogNotifier.java | 74 public void notify(boolean checkDirty) { in notify() method in RefreshAnnotatedCallLogNotifier
|
| /packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/ |
| D | StatusNotification.java | 25 void notify(String status); in notify() method
|
| D | MainActivity.java | 91 public void notify(String status) { in notify() method in MainActivity
|
| /packages/modules/DnsResolver/tests/dns_metrics_listener/ |
| D | test_metrics.cpp | 26 void BaseTestMetricsEvent::notify() { in notify() function in android::net::metrics::BaseTestMetricsEvent
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/ |
| D | WifiNotificationManager.java | 123 public void notify(int id, Notification notification) { in notify() method in WifiNotificationManager
|
| /packages/modules/NeuralNetworks/runtime/test/ |
| D | PreparedModelCallback.cpp | 42 hardware::Return<void> PreparedModelCallback::notify( in notify() function in android::nn::PreparedModelCallback
|
| /packages/modules/NeuralNetworks/runtime/ |
| D | ExecutionCallback.cpp | 29 void ExecutionCallback::notify(ErrorStatus status, const std::vector<OutputShape>& outputShapes, in notify() function in android::nn::ExecutionCallback
|
| /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/ |
| D | TestNotificationManager.java | 39 void notify(String tag, int id, Notification notification) { in notify() method in TestNotificationManager
|
| /packages/modules/Bluetooth/service/src/com/android/server/bluetooth/ |
| D | BluetoothNotificationManager.java | 117 public void notify(int id, Notification notification) { in notify() method in BluetoothNotificationManager
|
| /packages/modules/NeuralNetworks/driver/sample_aidl/ |
| D | SampleDriverAidlUtils.cpp | 58 void notify(const std::shared_ptr<aidl_hal::IPreparedModelCallback>& callback, in notify() function
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
| D | DraftMessageData.java | 253 private void setMessageText(final String messageText, final boolean notify) { in setMessageText() 261 private void setMessageSubject(final String subject, final boolean notify) { in setMessageSubject() 436 public void setSelfId(final String selfId, final boolean notify) { in setSelfId()
|
| /packages/services/Car/cpp/evs/apps/default/src/ |
| D | StreamHandler.cpp | 237 ndk::ScopedAStatus StreamHandler::notify(const EvsEventDesc& event) { in notify() function in StreamHandler
|
| /packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/ |
| D | MediaQualityThreshold.java | 312 public @NonNull Builder setNotifyCurrentStatus(final boolean notify) { in setNotifyCurrentStatus()
|
| /packages/services/Car/service/jni/evs/ |
| D | StreamHandler.cpp | 282 ::ndk::ScopedAStatus StreamHandler::notify(const EvsEventDesc& event) { in notify() function in android::automotive::evs::StreamHandler
|
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
| D | MockedPowerHalService.java | 241 public void setCurrentPowerState(PowerState state, boolean notify) { in setCurrentPowerState()
|
| /packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
| D | LingerMonitor.java | 182 private void notify(NetworkAgentInfo fromNai, NetworkAgentInfo toNai, boolean forceToast) { in notify() method in LingerMonitor
|
| /packages/services/Mtp/src/com/android/mtp/ |
| D | DocumentLoader.java | 422 void notify(ContentResolver resolver) { in notify() method in DocumentLoader.LoaderTask
|