Searched refs:mSuspendPersonalApps (Results 1 – 2 of 2) sorted by relevance
332 boolean mSuspendPersonalApps = false; field in ActiveAdmin617 if (mSuspendPersonalApps) { in writeToXml()618 writeAttributeValueToXml(out, TAG_SUSPEND_PERSONAL_APPS, mSuspendPersonalApps); in writeToXml()929 mSuspendPersonalApps = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml()1415 pw.println(mSuspendPersonalApps); in dump()
2496 poAdmin.mSuspendPersonalApps = true; in migratePersonalAppSuspensionLocked()20805 final int result = makeSuspensionReasons(admin.mSuspendPersonalApps,20837 if (admin.mSuspendPersonalApps != suspended) {20838 admin.mSuspendPersonalApps = suspended;20898 final boolean suspendedExplicitly = profileOwner.mSuspendPersonalApps;20934 if (profileOwner.mSuspendPersonalApps) {