org.whispersystems.signalservice.internal.push.MismatchedDevices Java Examples
The following examples show how to use
org.whispersystems.signalservice.internal.push.MismatchedDevices.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: MismatchedDevicesException.java From mollyim-android with GNU General Public License v3.0 | 4 votes |
public MismatchedDevicesException(MismatchedDevices mismatchedDevices) { this.mismatchedDevices = mismatchedDevices; }
Example #2
Source File: MismatchedDevicesException.java From mollyim-android with GNU General Public License v3.0 | 4 votes |
public MismatchedDevices getMismatchedDevices() { return mismatchedDevices; }
Example #3
Source File: MismatchedDevicesException.java From bcm-android with GNU General Public License v3.0 | 4 votes |
public MismatchedDevicesException(MismatchedDevices mismatchedDevices) { this.mismatchedDevices = mismatchedDevices; }
Example #4
Source File: MismatchedDevicesException.java From bcm-android with GNU General Public License v3.0 | 4 votes |
public MismatchedDevices getMismatchedDevices() { return mismatchedDevices; }
Example #5
Source File: MismatchedDevicesException.java From libsignal-service-java with GNU General Public License v3.0 | 4 votes |
public MismatchedDevicesException(MismatchedDevices mismatchedDevices) { this.mismatchedDevices = mismatchedDevices; }
Example #6
Source File: MismatchedDevicesException.java From libsignal-service-java with GNU General Public License v3.0 | 4 votes |
public MismatchedDevices getMismatchedDevices() { return mismatchedDevices; }