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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java86 private static final int SHARES = 1; field in class:BluetoothOppProvider
94 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp", SHARES);
202 case SHARES: {
233 if (sURIMatcher.match(uri) != SHARES) {
308 case SHARES: {
395 case SHARES:
399 if (match == SHARES) {
436 case SHARES:
440 if (match == SHARES) {

Completed in 3 milliseconds