Searched defs:environment (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java38 * 2. Perform any configuration, such as adding graph references and setting a GL environment.
67 public AsyncRunner getAsyncRunner(FilterContext environment) { argument
69 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class);
75 public GraphRunner getSyncRunner(FilterContext environment) { argument
77 mSyncRunner = new SyncRunner(environment, mGraph, RoundRobinScheduler.class);
125 * Loads a graph file from the specified resource and adds it to this environment.
145 * Add a graph to the environment. Consider using loadGraph() if you are loading a graph from
148 * @param graph The graph to add to the environment.
158 * Access a specific graph of this environment given a graph ID (previously returned from
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterContext.java59 public void initGLEnvironment(GLEnvironment environment) { argument
61 mGLEnvironment = environment;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationDataTest.java130 public TestableNotificationData(Environment environment) { argument
131 super(environment);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java322 public NotificationData(Environment environment) { argument
323 mEnvironment = environment;
324 mGroupManager = environment.getGroupManager();
332 * when the environment changes.
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java283 public final EnvironmentForMock environment; field in class:DpmMockContext
386 environment = mock(EnvironmentForMock.class);
478 when(environment.getUserSystemDirectory(eq(userId))).thenReturn(dir);

Completed in 1898 milliseconds