Home
last modified time | relevance | path

Searched defs:sendNotification (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/hostside/aidl/com/android/cts/net/hostside/
H A DIMyService.aidl28 void sendNotification(int notificationId, String notificationType); in sendNotification() method
/aosp12/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java111 private void sendNotification(int id, CharSequence text) { in sendNotification() method in NotificationStressTest
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DMyServiceClient.java96 public void sendNotification(int notificationId, String notificationType) in sendNotification() method in MyServiceClient
/aosp12/packages/services/Car/service/src/com/android/car/admin/
H A DFactoryResetActivity.java65 public static void sendNotification(Context context, IResultReceiver callback) { in sendNotification() method in FactoryResetActivity
/aosp12/packages/apps/TV/src/com/android/tv/recommendation/
H A DNotificationService.java352 private boolean sendNotification(final long channelId, final int notificationId) { in sendNotification() method in NotificationService
424 private void sendNotification( in sendNotification() method in NotificationService
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DVoicemailNotifier.java64 public void sendNotification() { in sendNotification() method in VoicemailNotifier
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyBroadcastReceiver.java203 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() method in MyBroadcastReceiver
/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java197 private void sendNotification(final int id) { in sendNotification() method in NotificationBuilderTest
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
H A DBaseTunerSetupActivity.java363 private static void sendNotification( in sendNotification() method in BaseTunerSetupActivity
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DPolicyWarningUIController.java296 private void sendNotification(int userId, ComponentName serviceComponentName, in sendNotification() method in PolicyWarningUIController.NotificationController
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java370 public void sendNotification(NotificationType notificationType) { in sendNotification() method in CarrierServiceStateTracker
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java681 private static void sendNotification(final NotificationState notificationState, in sendNotification() method in BugleNotifications
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGatt.aidl168 void sendNotification(in int serverIf, in String address, in int handle, in sendNotification() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java940 public void sendNotification(int serverIf, String address, int handle, boolean confirm, in sendNotification() method in GattService.BluetoothGattBinder
3657 void sendNotification(int serverIf, String address, int handle, boolean confirm, byte[] value, in sendNotification() method in GattService