Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java123 private static final int MAS_ID_SMS_MMS = 0; field in BluetoothMapService
778 int masId = mSmsCapable ? MAS_ID_SMS_MMS : -1; in createMasInstances()
1114 (masInst = mMasInstances.get(MAS_ID_SMS_MMS)) != null) { in onReceive()