Home | History | Annotate | Download | only in server

Lines Matching refs:signatures

46  * We back up the signatures of each package so that during a system restore,
75 public Signature[] signatures;
79 signatures = sigs;
191 if (info.signatures == null || info.signatures.length == 0)
194 + " since it appears to have no signatures.");
203 * byte[] signatures -- [len] flattened Signature[] of the package
209 writeSignatureArray(outputBufferStream, info.signatures);
251 // set of app signatures associated with each backed-up app in this restore
301 + " since it appears to have no signatures.");
318 // write the number of signatures in the array
321 // write the signatures themselves, length + flattened buffer
357 Slog.e(TAG, "Unable to read signatures");
369 // The state file is just the list of app names we have stored signatures for