Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppIncomingFileConfirmActivity.java72 private static final String PREFERENCE_USER_TIMEOUT = "user_timeout"; field in BluetoothOppIncomingFileConfirmActivity
197 mTimeout = savedInstanceState.getBoolean(PREFERENCE_USER_TIMEOUT); in onRestoreInstanceState()
208 outState.putBoolean(PREFERENCE_USER_TIMEOUT, mTimeout); in onSaveInstanceState()