Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java71 private static final int DB_VERSION_NOP_UPGRADE_TO = 1; field in BluetoothOppProvider
124 if (newV == DB_VERSION_NOP_UPGRADE_TO) { in onUpgrade()
129 oldV = DB_VERSION_NOP_UPGRADE_TO; in onUpgrade()