Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java73 private static final String KEY_USER_TIMEOUT = "user_timeout"; field in BluetoothPbapActivity
220 mTimeout = savedInstanceState.getBoolean(KEY_USER_TIMEOUT); in onRestoreInstanceState()
232 outState.putBoolean(KEY_USER_TIMEOUT, mTimeout); in onSaveInstanceState()