Home
last modified time | relevance | path

Searched refs:doNotify (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMcpService.java222 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription() argument
223 mGmcs.setNotificationSubscription(ccid, device, charUuid, doNotify); in setNotificationSubscription()
DMediaControlProfile.java918 int ccid, BluetoothDevice device, ParcelUuid charUuid, boolean doNotify) { in setNotificationSubscription() argument
932 if (doNotify) { in setNotificationSubscription()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java841 doNotify(notifBuilder.build(), notificationState); in fireOffNotification()
950 private static synchronized void doNotify(final Notification notification, in doNotify() method in BugleNotifications