Searched refs:mSuspendPersonalApps (Results 1 – 2 of 2) sorted by relevance
331 boolean mSuspendPersonalApps = false; field in ActiveAdmin616 if (mSuspendPersonalApps) { in writeToXml()617 writeAttributeValueToXml(out, TAG_SUSPEND_PERSONAL_APPS, mSuspendPersonalApps); in writeToXml()928 mSuspendPersonalApps = parser.getAttributeBoolean(null, ATTR_VALUE, false); in readFromXml()1406 pw.println(mSuspendPersonalApps); in dump()
2477 poAdmin.mSuspendPersonalApps = true; in migratePersonalAppSuspensionLocked()20950 final int result = makeSuspensionReasons(admin.mSuspendPersonalApps,20982 if (admin.mSuspendPersonalApps != suspended) {20983 admin.mSuspendPersonalApps = suspended;21043 final boolean suspendedExplicitly = profileOwner.mSuspendPersonalApps;21079 if (profileOwner.mSuspendPersonalApps) {