Searched refs:policyData (Results 1 – 3 of 3) sorted by relevance
229 if (policyData.mUserSetupComplete) { in store()233 if (policyData.mPaired) { in store()249 if (policyData.mFactoryResetFlags != 0) { in store()274 final int n = policyData.mAdminList.size(); in store()291 if (policyData.mPasswordOwner >= 0) { in store()328 if (policyData.mStatusBarDisabled) { in store()363 if (policyData.mAdminBroadcastPending) { in store()369 if (policyData.mInitBundle != null) { in store()371 policyData.mInitBundle.saveToXml(out); in store()381 if (policyData.mCurrentInputMethodSet) { in store()[all …]
5811 if (!policyData.mDoNotAskCredentialsOnBoot) {10112 policyData.mCurrentInputMethodSet = false;10113 if (policyData.mPasswordTokenHandle != 0) {10115 policyData.mPasswordTokenHandle = 0;10287 policyData.mCurrentInputMethodSet = false;10288 policyData.mOwnerInstalledCaCerts.clear();12574 if (policyData.mAdminBroadcastPending) {12589 policyData.mInitBundle = null;12763 policyData.mInitBundle = adminExtras;12764 policyData.mAdminBroadcastPending = true;[all …]
1229 byte[] policyData = new byte[byteLength]; in restoreNetworkPolicies()1230 in.read(policyData, 0, byteLength); in restoreNetworkPolicies()1232 new DataInputStream(new ByteArrayInputStream(policyData))); in restoreNetworkPolicies()