Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppIncomingFileConfirmActivity.java69 private static final String PREFERENCE_USER_TIMEOUT = "user_timeout"; field in BluetoothOppIncomingFileConfirmActivity
185 mTimeout = savedInstanceState.getBoolean(PREFERENCE_USER_TIMEOUT); in onRestoreInstanceState()
200 outState.putBoolean(PREFERENCE_USER_TIMEOUT, mTimeout); in onSaveInstanceState()