Searched refs:applicationInfo (Results 101 - 106 of 106) sorted by relevance

12345

/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java748 if ((serviceInfo.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2608 int targetUid = resolveInfo.activityInfo.applicationInfo.uid;
3086 && (packageInfo.applicationInfo.flags & ApplicationInfo.FLAG_PRIVILEGED) != 0) {
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java370 if ((rInfo.serviceInfo.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) == 0) {
H A DInputMethodManagerService.java3177 if ((imi.getServiceInfo().applicationInfo.flags
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java376 receiver.applicationInfo));
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java984 setNotificationsEnabledForPackageImpl(pkg, info.applicationInfo.uid, false);

Completed in 5659 milliseconds

12345