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

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

Completed in 623 milliseconds