Searched refs:environment (Results 1 - 24 of 24) 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/tests/SmokeTest/tests/
H A DAndroid.mk12 # automatically get all of its classes loaded into our 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/tests/TouchLatency/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/data-binding/compiler/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/data-binding/developmentPlugins/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/support/app-toolkit/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/support/lifecycle/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/support/room/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk32 # automatically get all of its classes loaded into our environment.
/frameworks/base/services/core/java/com/android/server/storage/
H A DDiskStatsLoggingService.java74 UserEnvironment environment = new UserEnvironment(userId);
77 environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS));
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java72 public final EnvironmentForMock environment; field in class:MockSystemServices
106 environment = mock(EnvironmentForMock.class);
203 when(environment.getUserSystemDirectory(eq(userId))).thenReturn(dir);
H A DDevicePolicyManagerServiceTestable.java258 return services.environment.getUserSystemDirectory(userId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java336 public NotificationData(Environment environment) { argument
337 mEnvironment = environment;
338 mGroupManager = environment.getGroupManager();
346 * when the environment changes.
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java257 builder.environment().putAll(System.getenv());
260 builder.environment().put("JAVA_HOME", javaHome);

Completed in 931 milliseconds