Home
last modified time | relevance | path

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

/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java73 int protectedAttribute = getIntent().getIntExtra(EXTRA_PROTECTED, -1); in onCreate() local
78 mView = new OpenGLES20View(this, viewIndex, protectedAttribute, priorityAttribute, in onCreate()
190 public OpenGLES20View(Context context, int renderer, int protectedAttribute, in OpenGLES20View() argument
195 if (protectedAttribute == 1) { in OpenGLES20View()