Searched defs:Environment (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DEnvironment.java29 public class Environment { class
30 private static final String TAG = "Environment";
436 return Environment.MEDIA_REMOVED;
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h275 // Environment variable utilities:
2707 // Environment variables which we programmatically clear will be set to the
17921 // An Environment object is capable of setting up and tearing down an
17925 // An Environment object does the set-up and tear-down in virtual
17935 class Environment { class in namespace:testing
17937 // The d'tor is virtual as we need to subclass Environment.
17938 virtual ~Environment() {}
18208 Environment* AddEnvironment(Environment* env);
18237 friend Environment* AddGlobalTestEnvironmen
[all...]

Completed in 148 milliseconds