Searched refs:su (Results 1 – 5 of 5) sorted by relevance
114 Use the `adb shell su root cmd window logging` command. To get help just type115 `adb shell su root cmd window logging help`.
666 for (int su = 0; su < userCount; su++) { in updateShouldFilterCacheForPackage()667 int subjectUser = allUsers[su].id; in updateShouldFilterCacheForPackage()
4115 SharedUserSetting su = null; in readSharedUserLPw() local4133 if ((su = addSharedUserLPw(name.intern(), userId, pkgFlags, pkgPrivateFlags)) in readSharedUserLPw()4146 if (su != null) { in readSharedUserLPw()4157 su.signatures.readXml(parser, mPastSignatures); in readSharedUserLPw()4159 readInstallPermissionsLPr(parser, su.getPermissionsState()); in readSharedUserLPw()5080 for (SharedUserSetting su : mSharedUsers.values()) { in dumpSharedUsersLPr()5081 if (packageName != null && su != dumpState.getSharedUser()) { in dumpSharedUsersLPr()5085 && !su.getPermissionsState().hasRequestedPermission(permissionNames)) { in dumpSharedUsersLPr()5097 pw.print(su.name); in dumpSharedUsersLPr()5099 pw.print(Integer.toHexString(System.identityHashCode(su))); in dumpSharedUsersLPr()[all …]
57 �V$�1Z�su�փ�����#T���K�Z
4482 save_value<decltype(db.encoding_depth)> su(db.encoding_depth); in parse_encoding() local