Searched defs:ENABLED_VR_LISTENERS (Results 1 – 4 of 4) sorted by relevance
43 public static final String ENABLED_VR_LISTENERS = "enabled_vr_listeners"; field in SetPersistentVrThreadTest61 Settings.Secure.putString(mContext.getContentResolver(), ENABLED_VR_LISTENERS, in setUp() local73 Settings.Secure.putString(mContext.getContentResolver(), ENABLED_VR_LISTENERS, in tearDown() local
140 final String ENABLED_VR_LISTENERS = "enabled_vr_listeners"; in setTestVrListener() local
69 VALIDATORS.put(Secure.ENABLED_VR_LISTENERS, COLON_SEPARATED_COMPONENT_LIST_VALIDATOR); in VALIDATORS.put()
9486 public static final String ENABLED_VR_LISTENERS = "enabled_vr_listeners"; field in Settings.Secure