Home
last modified time | relevance | path

Searched refs:sendNotification (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java152 sendNotification(1);
155 sendNotification(2);
158 sendNotification(3);
161 sendNotification(4);
164 sendNotification(5);
167 sendNotification(6);
170 sendNotification(7);
173 sendNotification(8);
176 sendNotification(9);
179 sendNotification(10);
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DBatteryServiceTest.java80 sendNotification(invocation, true);
81 sendNotification(invocation, true);
82 sendNotification(invocation, false);
110 private static void sendNotification(InvocationOnMock invocation, boolean preexisting)
/aosp12/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java91 sendNotification(mNotifyId++, "testNotificationStressNotify"); in testNotificationStress()
99 sendNotification(mNotifyId++, "testNotificationStressNotify"); in testNotificationsWithShadeStress()
111 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
98 mService.sendNotification(notificationId, notificationType); in sendNotification()
H A DAbstractDozeModeTestCase.java123 sendNotification(id, type); in testNotification()
H A DAbstractRestrictBackgroundNetworkTestCase.java938 protected void sendNotification(int notificationId, String notificationType) throws Exception {
941 mServiceClient.sendNotification(notificationId, notificationType);
/aosp12/packages/apps/TV/src/com/android/tv/recommendation/
H A DNotificationService.java203 || !sendNotification(channel.getId(), notificationId)) { in handleUpdateRecommendation()
308 sendNotification(c.getId(), getAvailableNotificationId()); in showRecommendation()
325 if (sendNotification(c.getId(), notificationId)) { in changeRecommendation()
352 private boolean sendNotification(final long channelId, final int notificationId) { in sendNotification() method in NotificationService
424 private void sendNotification( in sendNotification() method in NotificationService
484 service.sendNotification( in createChannelLogoCallback()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyService.java91 public void sendNotification(int notificationId, String notificationType) {
92 MyBroadcastReceiver .sendNotification(getApplicationContext(), NOTIFICATION_CHANNEL_ID,
H A DMyBroadcastReceiver.java203 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification() method in MyBroadcastReceiver
/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/services/accessibility/java/com/android/server/accessibility/
H A DPolicyWarningUIController.java265 sendNotification(userId, componentName, displayName, in trySendNotification()
296 private void sendNotification(int userId, ComponentName serviceComponentName, in sendNotification() method in PolicyWarningUIController.NotificationController
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDbModifierWithNotification.java168 mVoicemailNotifier.sendNotification(); in notifyVoicemailChange()
333 mVoicemailNotifier.sendNotification(); in finishBulkOperation()
H A DVoicemailNotifier.java64 public void sendNotification() { in sendNotification() method in VoicemailNotifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java185 sendNotification(notificationType); in handleMessage()
370 public void sendNotification(NotificationType notificationType) { in sendNotification() method in CarrierServiceStateTracker
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
H A DBaseTunerSetupActivity.java356 sendNotification(context, tunerType, tunerSetupIntent); in onTvInputEnabled()
363 private static void sendNotification( in sendNotification() method in BaseTunerSetupActivity
/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/system/bt/service/doc/
H A DIBluetoothGattServer.txt72 boolean sendNotification(in int server_if, in String device_address,
H A DIBluetoothGattServerCallback.txt128 * IBluetoothGattServer.sendNotification. If an indication was sent, this will
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java518 sendNotification(state, avatarBitmap, avatarHiResBitmap); in processAndSend()
529 sendNotification(state, null, null); in processAndSend()
681 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/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java730 mService.sendNotification(mServerIf, device.getAddress(), in notifyCharacteristicChanged()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailProviderTest.java152 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java964 FactoryResetActivity.sendNotification(mContext, callback); in onFactoryReset()
/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
946 service.sendNotification(serverIf, address, handle, confirm, value, attributionSource); in sendNotification()
3657 void sendNotification(int serverIf, String address, int handle, boolean confirm, byte[] value, in sendNotification() method in GattService
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11257 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->sendNotification(ILjava/lang/String;IZ[B)V
11369 Landroid/bluetooth/IBluetoothGatt;->sendNotification(ILjava/lang/String;IZ[B)V

12