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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java38 private final Environment mEnvironment;
142 public NotificationData(Environment environment) {
147 * Returns the sorted list of active notifications (depending on {@link Environment}
202 // TODO: This should not be public. Instead the Environment should notify this class when
326 public interface Environment { interface in class:NotificationData
/frameworks/base/core/java/android/os/
H A DEnvironment.java35 public class Environment { class
36 private static final String TAG = "Environment";
729 return Environment.MEDIA_UNKNOWN;
895 if (!Environment.isExternalStorageEmulated()

Completed in 79 milliseconds