Home | History | Annotate | Download | only in am

Lines Matching defs:sInfo

1691                 ServiceInfo sInfo =
1693 if (sInfo == null) {
1699 sInfo.applicationInfo.packageName, sInfo.name);
1700 if ((sInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) {
1702 if (!sInfo.exported) {
1706 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) {
1717 sInfo = new ServiceInfo(sInfo);
1718 sInfo.applicationInfo = new ApplicationInfo(sInfo.applicationInfo);
1719 sInfo.applicationInfo.packageName = aInfo.packageName;
1720 sInfo.applicationInfo.uid = aInfo.uid;
1732 if (mAm.isSingleton(sInfo.processName, sInfo.applicationInfo,
1733 sInfo.name, sInfo.flags)
1734 && mAm.isValidSingletonCall(callingUid, sInfo.applicationInfo.uid)) {
1738 sInfo = new ServiceInfo(sInfo);
1739 sInfo.applicationInfo = mAm.getAppInfoForUser(sInfo.applicationInfo, userId);
1752 sInfo.applicationInfo.uid, sInfo.packageName,
1753 sInfo.name);
1755 r = new ServiceRecord(mAm, ss, name, filter, sInfo, callingFromFg, res);
1763 if (pr.serviceInfo.applicationInfo.uid == sInfo.applicationInfo.uid