Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java61 private static final String KEY_USER_TIMEOUT = "user_timeout"; field in BluetoothPbapActivity
224 mTimeout = savedInstanceState.getBoolean(KEY_USER_TIMEOUT); in onRestoreInstanceState()
234 outState.putBoolean(KEY_USER_TIMEOUT, mTimeout); in onSaveInstanceState()