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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java128 static final int CHECK_SECONDARY_VERSION_COUNTER = 6; field in class:BluetoothPbapService
185 if (!mSessionStatusHandler.hasMessages(CHECK_SECONDARY_VERSION_COUNTER)) {
187 mSessionStatusHandler.obtainMessage(CHECK_SECONDARY_VERSION_COUNTER));
397 case CHECK_SECONDARY_VERSION_COUNTER:

Completed in 12 milliseconds