Searched defs:PBAP_NOTIFICATION_ID_START (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java147 private static final int PBAP_NOTIFICATION_ID_START = 1000000; field in class:BluetoothPbapService
157 private volatile int mNextNotificationId = PBAP_NOTIFICATION_ID_START;
675 mNextNotificationId = PBAP_NOTIFICATION_ID_START;

Completed in 26 milliseconds