Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java68 private static final int DB_VERSION_NOP_UPGRADE_TO = 1; field in BluetoothOppProvider
138 if (newV == DB_VERSION_NOP_UPGRADE_TO) { // that's a no-op in onUpgrade()
145 oldV = DB_VERSION_NOP_UPGRADE_TO; in onUpgrade()