Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java55 private static final String TYPE_EVENT = "x-bt/MAP-event-report"; field in BluetoothMnsObexClient
456 request.setHeader(HeaderSet.TYPE, TYPE_EVENT); in sendEventHandler()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java225 + Colors.COLOR_TYPE + "=" + Colors.TYPE_EVENT + ") "
1588 + Colors.TYPE_EVENT + ") " in upgradeToVersion400()
DCalendarProvider2.java1954 verifyColorExists(accountName, accountType, color_index, Colors.TYPE_EVENT); in handleInsertException()
2415 Colors.TYPE_EVENT); in insertInTransactionInner()
4083 verifyColorExists(accountName, accountType, color_id, Colors.TYPE_EVENT); in handleUpdateEvents()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1504 colorType = Colors.TYPE_EVENT; in testInsertUpdateDeleteColor()