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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStartInterceptor.java71 * by the interception routines. After calling {@link #intercept} the caller should assign
97 void intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, method in class:ActivityStartInterceptor
122 // Do not intercept if the user has not turned off the profile
144 // Do not intercept if the admin did not suspend the package
204 * Creates an intent to intercept the current activity start with Confirm Credentials if needed.
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java670 public boolean setIntercepted(boolean intercept) { argument
671 mIntercept = intercept;

Completed in 1856 milliseconds