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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppIncomingFileConfirmActivity.java70 private static final String PREFERENCE_USER_TIMEOUT = "user_timeout"; field in class:BluetoothOppIncomingFileConfirmActivity
187 mTimeout = savedInstanceState.getBoolean(PREFERENCE_USER_TIMEOUT);
198 outState.putBoolean(PREFERENCE_USER_TIMEOUT, mTimeout);

Completed in 101 milliseconds