HomeSort by relevance Sort by last modified time
    Searched full:alertwindownotification (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
AlertWindowNotification.java 44 class AlertWindowNotification {
45 private static final String CHANNEL_PREFIX = "com.android.server.wm.AlertWindowNotification - ";
58 AlertWindowNotification(WindowManagerService service, String packageName) {
Session.java 85 private AlertWindowNotification mAlertWindowNotification;
601 mAlertWindowNotification = new AlertWindowNotification(mService, mPackageName);

Completed in 272 milliseconds