Searched refs:mActiveServiceConnection (Results 1 - 1 of 1) sorted by relevance

/development/apps/Development/src/com/android/development/
H A DSyncAdapterDriver.java120 hasServiceConnection = mActiveServiceConnection != null;
121 isBound = hasServiceConnection && mActiveServiceConnection.mBoundSyncAdapter != null;
132 if (mActiveServiceConnection != null) {
133 syncAdapter = mActiveServiceConnection.mBoundSyncAdapter;
143 mActiveServiceConnection.mSyncAdapter.type.accountType);
162 if (mActiveServiceConnection != null) {
163 syncAdapter = mActiveServiceConnection.mBoundSyncAdapter;
171 mActiveServiceConnection.mSyncAdapter.type.accountType);
172 syncAdapter.startSync(mActiveServiceConnection,
173 mActiveServiceConnection
282 MyServiceConnection mActiveServiceConnection; field in class:SyncAdapterDriver
[all...]

Completed in 27 milliseconds