Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java82 private static final int SHARES = 1; field in BluetoothOppProvider
88 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp", SHARES);
171 case SHARES: in getType()
205 if (sURIMatcher.match(uri) != SHARES) { in insert()
275 case SHARES: in query()
349 case SHARES: in update()
353 if (match == SHARES) { in update()
386 case SHARES: in delete()
390 if (match == SHARES) { in delete()