Searched refs:SEService (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/se/omapi/
H A DChannel.java47 private final SEService mService;
50 Channel(@NonNull SEService service, @NonNull Session session,
H A DReader.java44 private final SEService mService;
49 Reader(@NonNull SEService service, @NonNull String name, @NonNull ISecureElementReader reader) {
132 * @return the SEService object.
134 public @NonNull SEService getSEService() {
H A DSEService.java38 * The SEService realises the communication to available Secure Elements on the
44 public final class SEService { class
75 * SEService could be bound to the backend.
99 private static final String TAG = "OMAPI.SEService";
136 public SEService(@NonNull Context context, @NonNull Executor executor, method in class:SEService
222 * Releases all Secure Elements resources allocated by this SEService
225 * After this method call, the SEService object is not connected.
228 * (or part of this application) which is bound to this SEService.
H A DSession.java45 private final SEService mService;
50 Session(@NonNull SEService service, @NonNull ISecureElementSession session,
214 if (e.errorCode == SEService.IO_ERROR) {
216 } else if (e.errorCode == SEService.NO_SUCH_ELEMENT_ERROR) {
321 if (e.errorCode == SEService.IO_ERROR) {
323 } else if (e.errorCode == SEService.NO_SUCH_ELEMENT_ERROR) {

Completed in 196 milliseconds