Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java72 private static final String KEY_USER_TIMEOUT = "user_timeout"; field in BluetoothPbapActivity
229 mTimeout = savedInstanceState.getBoolean(KEY_USER_TIMEOUT); in onRestoreInstanceState()
241 outState.putBoolean(KEY_USER_TIMEOUT, mTimeout); in onSaveInstanceState()