/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationBuilderTest.java | 152 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 D | BatteryServiceTest.java | 80 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 D | NotificationStressTest.java | 91 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 D | MyServiceClient.java | 96 public void sendNotification(int notificationId, String notificationType) in sendNotification() method in MyServiceClient 98 mService.sendNotification(notificationId, notificationType); in sendNotification()
|
H A D | AbstractDozeModeTestCase.java | 123 sendNotification(id, type); in testNotification()
|
H A D | AbstractRestrictBackgroundNetworkTestCase.java | 938 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 D | NotificationService.java | 203 || !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 D | MyService.java | 91 public void sendNotification(int notificationId, String notificationType) { 92 MyBroadcastReceiver .sendNotification(getApplicationContext(), NOTIFICATION_CHANNEL_ID,
|
H A D | MyBroadcastReceiver.java | 203 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 D | IMyService.aidl | 28 void sendNotification(int notificationId, String notificationType); in sendNotification() method
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | PolicyWarningUIController.java | 265 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 D | DbModifierWithNotification.java | 168 mVoicemailNotifier.sendNotification(); in notifyVoicemailChange() 333 mVoicemailNotifier.sendNotification(); in finishBulkOperation()
|
H A D | VoicemailNotifier.java | 64 public void sendNotification() { in sendNotification() method in VoicemailNotifier
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CarrierServiceStateTracker.java | 185 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 D | BaseTunerSetupActivity.java | 356 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 D | FactoryResetActivity.java | 65 public static void sendNotification(Context context, IResultReceiver callback) { in sendNotification() method in FactoryResetActivity
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattServer.txt | 72 boolean sendNotification(in int server_if, in String device_address,
|
H A D | IBluetoothGattServerCallback.txt | 128 * IBluetoothGattServer.sendNotification. If an indication was sent, this will
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleNotifications.java | 518 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 D | IBluetoothGatt.aidl | 168 void sendNotification(in int serverIf, in String address, in int handle, in sendNotification() method
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattServer.java | 730 mService.sendNotification(mServerIf, device.getAddress(), in notifyCharacteristicChanged()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | VoicemailProviderTest.java | 152 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | ICarImpl.java | 964 FactoryResetActivity.sendNotification(mContext, callback); in onFactoryReset()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 940 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 D | hiddenapi-max-target-o.txt | 11257 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->sendNotification(ILjava/lang/String;IZ[B)V 11369 Landroid/bluetooth/IBluetoothGatt;->sendNotification(ILjava/lang/String;IZ[B)V
|