Ejemplo n.º 1
0
 private static boolean hasV1Session(Context context, CanonicalRecipient recipient) {
   return SessionRecordV1.hasSession(context, recipient)
       && RemoteKeyRecord.hasRecord(context, recipient)
       && LocalKeyRecord.hasRecord(context, recipient);
 }