Searched defs:syncAdapterUid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncManager.java917 * @param syncAdapterUid the UID of the application that contains the sync adapter
921 int syncAdapterUid) {
923 mSyncAdapterUid = syncAdapterUid;
931 mSyncWakeLock.setWorkSource(new WorkSource(syncAdapterUid));
920 ActiveSyncContext(SyncOperation syncOperation, long historyRowId, int syncAdapterUid) argument

Completed in 35 milliseconds