Home | History | Annotate | Download | only in server

Lines Matching defs:ACCEPT

2899         ACCEPT,
2987 mPackagePolicies.put(SHARED_BACKUP_AGENT_PACKAGE, RestorePolicy.ACCEPT);
3212 // If we're in accept-if-apk state, then the first file we
3219 // good to go; promote to ACCEPT
3221 ? RestorePolicy.ACCEPT
3236 case ACCEPT:
3238 if (DEBUG) Slog.d(TAG, "apk present but ACCEPT");
3567 // The only time we continue to accept install of data even if the
3569 // accept the data regardless.
3570 if (mPackagePolicies.get(info.packageName) != RestorePolicy.ACCEPT) {
3704 policy = RestorePolicy.ACCEPT;