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

/frameworks/base/core/java/android/os/
H A DEnvironment.java33 public class Environment { class
34 private static final String TAG = "Environment";
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java78 private final Environment mEnvironment;
415 public NotificationData(Environment environment) {
421 * Returns the sorted list of active notifications (depending on {@link Environment}
668 // TODO: This should not be public. Instead the Environment should notify this class when
813 public interface Environment { interface in class:NotificationData

Completed in 1543 milliseconds