Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManager.java80 private static final int MSG_CLEAR_DATABASE = 100; field in DatabaseManager
156 case MSG_CLEAR_DATABASE: { in handleMessage()
733 Message message = mHandler.obtainMessage(MSG_CLEAR_DATABASE); in factoryReset()