A C D E F G I O P R S T U

A

applySyncPeriod() - クラス com.eligor.Eligor のメソッド
Apply automatic sync period with default value for all of the registered IPeriodicSyncManager.
applySyncPeriod(Bundle) - クラス com.eligor.Eligor のメソッド
Apply automatic sync period with default value and extra arguments for all of the registered IPeriodicSyncManager.
applySyncPeriod(int) - クラス com.eligor.Eligor のメソッド
Apply automatic sync period with the specified value in seconds for all of the registered IPeriodicSyncManager.
applySyncPeriod(int, Bundle) - クラス com.eligor.Eligor のメソッド
Apply automatic sync period with the specified value in seconds and extra arguments for all of the registered IPeriodicSyncManager.
applySyncPeriod(String) - クラス com.eligor.Eligor のメソッド
Apply automatic sync period with the default value for the specified authority's IPeriodicSyncManager.
applySyncPeriod(String, int) - クラス com.eligor.Eligor のメソッド
Apply automatic sync period with the specified value in seconds for the specified authority's IPeriodicSyncManager.
applySyncPeriod(String, Bundle) - クラス com.eligor.Eligor のメソッド
Apply automatic sync period with the default value and extra arguments for the specified authority's IPeriodicSyncManager.
applySyncPeriod(String, int, Bundle) - クラス com.eligor.Eligor のメソッド
Apply automatic sync period with the specified value in seconds and extra arguments for the specified authority's IPeriodicSyncManager.
applySyncPeriod(int) - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Applies sync period and enqueue the sync request.
applySyncPeriod(int, Bundle) - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Applies sync period and enqueue the sync request.
applySyncPeriod(int) - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Applies sync period and enqueue the sync request.
applySyncPeriod(int, Bundle) - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Applies sync period and enqueue the sync request.
applySyncPeriod(int) - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Applies sync period and enqueue the sync request.
applySyncPeriod(int, Bundle) - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Applies sync period and enqueue the sync request.

C

cancelSync() - クラス com.eligor.Eligor のメソッド
Request to cancel currently working or enqueued sync operation for all of the registered IPeriodicSyncManager.
cancelSync(String) - クラス com.eligor.Eligor のメソッド
Request to cancel currently working or enqueued sync operation for the specified authority's IPeriodicSyncManager.
cancelSync() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Cancels current sync progress.
cancelSync() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Cancels current sync progress.
cancelSync() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Cancels current sync progress.
com.eligor - パッケージ com.eligor
 

D

destroy() - クラス com.eligor.Eligor の static メソッド
Terminate and release all references of this class.
disableSync() - クラス com.eligor.Eligor のメソッド
Set sync setting as disabled for all of the registered IPeriodicSyncManager.
disableSync(String) - クラス com.eligor.Eligor のメソッド
Set sync setting as disabled for the specified authority's IPeriodicSyncManager.
disableSync() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Disables periodic sync.
disableSync() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Disables periodic sync.
disableSync() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Disables periodic sync.

E

Eligor - com.eligor の クラス
Contract of the content provider periodic sync control.
enableSync() - クラス com.eligor.Eligor のメソッド
Set sync setting as enabled for all of the registered IPeriodicSyncManager.
enableSync(String) - クラス com.eligor.Eligor のメソッド
Set sync setting as enabled for the specified authority's IPeriodicSyncManager.
enableSync() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Enables periodic sync.
enableSync() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Enables periodic sync.
enableSync() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Enables periodic sync.

F

FallbackRunnable - com.eligor の インタフェース
 

G

getAccount() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Returns Account that is associated for the periodic sync of the auhtority.
getAuthority() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Returns provider authority for the periodic sync.
getFallbackRunnable() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
 
getInstance() - クラス com.eligor.Eligor の static メソッド
Returns a singleton instance of this class.
getPeriodicSyncManager(String) - クラス com.eligor.Eligor のメソッド
Returns an instance of the registered periodic sync manager.

I

initialize(int) - クラス com.eligor.Eligor の static メソッド
Initialize singleton instance of this class.
IPeriodicSyncManager - com.eligor の インタフェース
Interface to deal with the wrapper of periodic sync manager.
isMasterSyncEnabled() - クラス com.eligor.Eligor のメソッド
Checks the settings whether the master automatic periodic sync is enabled or not on the phone.
isSyncable(String) - クラス com.eligor.Eligor のメソッド
Checks if the specified provider authority is syncable or not.
isSyncable() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Checks if the periodic sync of the provider authority is set as syncable or not.
isSyncable() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Checks if the periodic sync of the provider authority is set as syncable or not.
isSyncable() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Checks if the periodic sync of the provider authority is set as syncable or not.
isSyncActive() - クラス com.eligor.Eligor のメソッド
Checks if all of the registered IPeriodicSyncManager sync active.
isSyncActive(String) - クラス com.eligor.Eligor のメソッド
Checks if the specified IPeriodicSyncManager sync active.
isSyncActive() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Checks if the periodic sync of the provider authority is currently working or not.
isSyncActive() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Checks if the periodic sync of the provider authority is currently working or not.
isSyncActive() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Checks if the periodic sync of the provider authority is currently working or not.
isSyncEnabled() - クラス com.eligor.Eligor のメソッド
Checks if all of the registered IPeriodicSyncManager sync enabled.
isSyncEnabled(String) - クラス com.eligor.Eligor のメソッド
Checks if the specified IPeriodicSyncManager sync enabled.
isSyncEnabled() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Checks if the provider authority has been configured as automatic periodic sync enabled for the account or not.
isSyncEnabled() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Checks if the provider authority has been configured as automatic periodic sync enabled for the account or not.
isSyncEnabled() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Checks if the provider authority has been configured as automatic periodic sync enabled for the account or not.
isSyncPending() - クラス com.eligor.Eligor のメソッド
Checks if all of the registered IPeriodicSyncManager sync pending.
isSyncPending(String) - クラス com.eligor.Eligor のメソッド
Checks if the specified IPeriodicSyncManager sync pending.
isSyncPending() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Checks if the periodic sync of the provider authority is currently pending to work or not.
isSyncPending() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Checks if the periodic sync of the provider authority is currently pending to work or not.
isSyncPending() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Checks if the periodic sync of the provider authority is currently pending to work or not.

O

onPerformSync(Bundle) - インタフェース com.eligor.FallbackRunnable のメソッド
 

P

PreferencedPeriodicSyncManager - com.eligor の クラス
Concrete class that is an implementation of IPeriodicSyncManager.
PreferencedPeriodicSyncManager(Context, Account, String, FallbackRunnable, boolean) - クラス com.eligor.PreferencedPeriodicSyncManager のコンストラクタ

R

registerPeriodicSyncManager(IPeriodicSyncManager) - クラス com.eligor.Eligor のメソッド
Register periodic sync manager instance.
requestSync() - クラス com.eligor.Eligor のメソッド
Request on demand sync for all of the registered IPeriodicSyncManager.
requestSync(boolean) - クラス com.eligor.Eligor のメソッド
 
requestSync(Bundle) - クラス com.eligor.Eligor のメソッド
Request on demand sync for all of the registered IPeriodicSyncManager with the extra arguments.
requestSync(Bundle, boolean) - クラス com.eligor.Eligor のメソッド
 
requestSync(String) - クラス com.eligor.Eligor のメソッド
Request on demand sync for the specified authority's IPeriodicSyncManager.
requestSync(String, boolean) - クラス com.eligor.Eligor のメソッド
 
requestSync(String, Bundle) - クラス com.eligor.Eligor のメソッド
Request on demand sync for the specified authority's IPeriodicSyncManager with the extra arguments.
requestSync(String, Bundle, boolean) - クラス com.eligor.Eligor のメソッド
 
requestSync() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Request on demand sync.
requestSync(Bundle) - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Requests on demand sync.
requestSync() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Request on demand sync.
requestSync(Bundle) - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Requests on demand sync.
requestSync() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Request on demand sync.
requestSync(Bundle) - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Requests on demand sync.

S

setNotSyncable() - クラス com.eligor.Eligor のメソッド
Set the ContentProvider as not syncable for all of the registered IPeriodicSyncManager.
setNotSyncable(String) - クラス com.eligor.Eligor のメソッド
Set the ContentProvider as not syncable for the specified authority's IPeriodicSyncManager.
setNotSyncable() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Sets the provider authority as not syncable.
setNotSyncable() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Sets the provider authority as not syncable.
setNotSyncable() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Sets the provider authority as not syncable.
setSyncable() - クラス com.eligor.Eligor のメソッド
Set the ContentProvider as syncable for all of the registered IPeriodicSyncManager.
setSyncable(String) - クラス com.eligor.Eligor のメソッド
Set the ContentProvider as syncable for the specified authority's IPeriodicSyncManager.
setSyncable() - インタフェース com.eligor.IPeriodicSyncManager のメソッド
Sets the provider authority as syncable.
setSyncable() - クラス com.eligor.PreferencedPeriodicSyncManager のメソッド
Sets the provider authority as syncable.
setSyncable() - クラス com.eligor.SimplePeriodicSyncManager のメソッド
Sets the provider authority as syncable.
SimplePeriodicSyncManager - com.eligor の クラス
Concrete class that is an implementation of IPeriodicSyncManager.
SimplePeriodicSyncManager(Account, String, FallbackRunnable) - クラス com.eligor.SimplePeriodicSyncManager のコンストラクタ

T

TAG - クラス com.eligor.Eligor の static 変数
 

U

unregisterPeriodicSyncManager(String) - クラス com.eligor.Eligor のメソッド
Release registered periodic sync manager instance from this contract.

A C D E F G I O P R S T U