Searched refs:mActiveServiceConnection (Results 1 – 1 of 1) sorted by relevance
116 hasServiceConnection = mActiveServiceConnection != null; in updateUi()117 isBound = hasServiceConnection && mActiveServiceConnection.mBoundSyncAdapter != null; in updateUi()128 if (mActiveServiceConnection != null) { in startSyncSelected()129 syncAdapter = mActiveServiceConnection.mBoundSyncAdapter; in startSyncSelected()139 mActiveServiceConnection.mSyncAdapter.type.accountType); in startSyncSelected()158 if (mActiveServiceConnection != null) { in startSync()159 syncAdapter = mActiveServiceConnection.mBoundSyncAdapter; in startSync()167 mActiveServiceConnection.mSyncAdapter.type.accountType); in startSync()168 syncAdapter.startSync(mActiveServiceConnection, in startSync()169 mActiveServiceConnection.mSyncAdapter.type.authority, in startSync()[all …]