Since: API level 19
public class

SdpEngineInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.sdp.core.SdpEngineInfo

Deprecated in API level 33

Class Overview

SdpEngineInfo instance is created by SDP framework. The service ignores engine info received from the user.

SdpEngineInfo contains engine information obtained from SDP framework.

Since
API level 19
KNOX 2.6

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
SdpEngineInfo()
Public Methods
String getAlias()
Deprecated in API level 33
int getFlag()
Deprecated in API level 33
int getId()
Deprecated in API level 33
int getState()
Deprecated in API level 33
int getUserId()
Deprecated in API level 33
boolean isAndroidDefaultEngine()
Deprecated in API level 33
boolean isCustomEngine()
Deprecated in API level 33
boolean isMdfpp()
Deprecated in API level 33
boolean isMinor()
Deprecated in API level 33
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public SdpEngineInfo ()

Since: API level 19

Public Methods

public String getAlias ()

Since: API level 19

Deprecated in API level 33

Accessor for the SdpEngine alias. SdpEngine alias is a String to uniquely identify the SdpEngine.

Returns
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope
See Also

public int getFlag ()

Since: API level 19

Deprecated in API level 33

Accessor for the SdpEngine flag.

Returns
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope

public int getId ()

Since: API level 19

Deprecated in API level 33

Accessor for the SdpEngine id. The id is assigned at the time of SdpEngine creation.

Returns
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope
See Also

public int getState ()

Since: API level 19

Deprecated in API level 33

Accessor for the SdpEngine state.

Returns
  • Integer value indicating the SdpEngine state.
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope

public int getUserId ()

Since: API level 19

Deprecated in API level 33

Accessor for the user id.

Returns
  • User id.
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope

public boolean isAndroidDefaultEngine ()

Since: API level 19

Deprecated in API level 33

Check whether the SdpEngine type is Default or not.

Returns
  • true if SdpEngine is a default engine, otherwise false.
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope

public boolean isCustomEngine ()

Since: API level 19

Deprecated in API level 33

API checks whether the SdpEngine type is Custom or not.

Returns
  • true if the SdpEngine is a custom engine, otherwise false.
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope

public boolean isMdfpp ()

Since: API level 19

Deprecated in API level 33

API checks whether the SdpEngine is MDFPP compatible or not.

Returns
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope
See Also

public boolean isMinor ()

Since: API level 19

Deprecated in API level 33

API checks whether the SdpEngine is Minor or not.

Returns
  • true if the SdpEngine is Minor, otherwise false.
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope
See Also