Searched refs:keyprefCaptureToTexture (Results 1 – 2 of 2) sorted by relevance
33 private String keyprefCaptureToTexture; field in SettingsActivity57 keyprefCaptureToTexture = getString(R.string.pref_capturetotexture_key); in onCreate()93 updateSummaryB(sharedPreferences, keyprefCaptureToTexture); in onResume()134 || key.equals(keyprefCaptureToTexture) in onSharedPreferenceChanged()
68 private String keyprefCaptureToTexture; field in ConnectActivity95 keyprefCaptureToTexture = getString(R.string.pref_capturetotexture_key); in onCreate()263 boolean captureToTexture = sharedPref.getBoolean(keyprefCaptureToTexture, in connectToRoom()