Searched refs:doNotify (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | McpService.java | 222 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription() argument 223 mGmcs.setNotificationSubscription(ccid, device, charUuid, doNotify); in setNotificationSubscription()
|
D | MediaControlProfile.java | 918 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription() argument 932 if (doNotify) { in setNotificationSubscription()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 841 doNotify(notifBuilder.build(), notificationState); in fireOffNotification() 950 private static synchronized void doNotify(final Notification notification, in doNotify() method in BugleNotifications
|