Searched defs:syncAdapterUid (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1332 * @param syncAdapterUid the UID of the application that contains the sync adapter
1336 int syncAdapterUid) {
1338 mSyncAdapterUid = syncAdapterUid;
1346 mSyncWakeLock.setWorkSource(new WorkSource(syncAdapterUid));
1335 ActiveSyncContext(SyncOperation syncOperation, long historyRowId, int syncAdapterUid) argument

Completed in 73 milliseconds