Home
last modified time | relevance | path

Searched refs:CannotPostForegroundServiceNotificationException (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DRemoteServiceException.java79 public static class CannotPostForegroundServiceNotificationException class in RemoteServiceException
84 public CannotPostForegroundServiceNotificationException(String msg) { in CannotPostForegroundServiceNotificationException() method in RemoteServiceException.CannotPostForegroundServiceNotificationException
DActivityThread.java45 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;
1980 case CannotPostForegroundServiceNotificationException.TYPE_ID: in throwRemoteServiceException()
1981 throw new CannotPostForegroundServiceNotificationException(message); in throwRemoteServiceException()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java33 import android.app.RemoteServiceException.CannotPostForegroundServiceNotificationException;
1128 CannotPostForegroundServiceNotificationException.TYPE_ID); in postNotification()