Home
last modified time | relevance | path

Searched refs:UPDATE_MAS_INSTANCES (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapServiceTest.java19 import static com.android.bluetooth.map.BluetoothMapService.UPDATE_MAS_INSTANCES;
146 .messageArrived(eq(UPDATE_MAS_INSTANCES), eq(action), anyInt(), any()); in updateMasInstances()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java108 @VisibleForTesting static final int UPDATE_MAS_INSTANCES = 5; field in BluetoothMapService
361 case UPDATE_MAS_INSTANCES: in handleMessage()
771 mSessionStatusHandler.obtainMessage(UPDATE_MAS_INSTANCES, action, 0).sendToTarget(); in updateMasInstances()