SimPhonebookContract.ElementaryFiles Class

Definition

Constants for metadata about the elementary files of the SIM cards in the phone.

[Android.Runtime.Register("android/provider/SimPhonebookContract$ElementaryFiles", ApiSince=31, DoNotGenerateAcw=true)]
public sealed class SimPhonebookContract.ElementaryFiles : Java.Lang.Object
[<Android.Runtime.Register("android/provider/SimPhonebookContract$ElementaryFiles", ApiSince=31, DoNotGenerateAcw=true)>]
type SimPhonebookContract.ElementaryFiles = class
    inherit Object
Inheritance
SimPhonebookContract.ElementaryFiles
Attributes

Remarks

Constants for metadata about the elementary files of the SIM cards in the phone.

<h3>Operations </h3> <dl> <dd><b>Insert</b></dd>

Insert is not supported for the Uris defined in this class.

<dd><b>Update</b></dd>

Update is not supported for the Uris defined in this class.

<dd><b>Delete</b></dd>

Delete is not supported for the Uris defined in this class.

<dd><b>Query</b></dd>

The elementary files for all the inserted SIMs can be read via ElementaryFiles#CONTENT_URI. Unsupported elementary files are omitted from the results. This Uri always returns all supported elementary files for all available SIMs; it does not support filtering via a selection. A specific elementary file can be queried via a Uri returned by ElementaryFiles#getItemUri(int, int). If the elementary file referenced by this Uri is unsupported by the SIM then the query will return an empty cursor.

</dl>

Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

ContentItemType

The MIME type of a CONTENT_URI subdirectory of a single ADN-like elementary file.

ContentType

The MIME type of CONTENT_URI providing a directory of ADN-like elementary files.

EfAdn
Obsolete.

Type for accessing records in the "abbreviated dialing number" (ADN) elementary file on the SIM.

EfFdn
Obsolete.

Type for accessing records in the "fixed dialing number" (FDN) elementary file on the SIM.

EfSdn
Obsolete.

Type for accessing records in the "service dialing number" (SDN) elementary file on the SIM.

EfType

The elementary file type for this row.

EfUnknown
Obsolete.

A value for an elementary file that is not recognized.

MaxRecords

The maximum number of records supported by the elementary file.

NameMaxLength

The maximum length supported for the name of a record in the elementary file.

PhoneNumberMaxLength

The maximum length supported for the phone number of a record in the elementary file.

RecordCount

Count of the number of records that are currently stored in the elementary file.

SlotIndex

SubscriptionInfo#getSimSlotIndex() of the SIM for this row.

SubscriptionId

SubscriptionInfo#getSubscriptionId() of the SIM for this row.

Properties

Class

Returns the runtime class of this Object.

(Inherited from Object)
ContentUri

Content URI for the ADN-like elementary files available on the device.

Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
GetItemUri(Int32, Int32)

Returns a content uri for a specific elementary file.

JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to