mirror of
https://github.com/github/codeql.git
synced 2026-07-17 01:08:13 +02:00
10 lines
190 B
Java
Generated
10 lines
190 B
Java
Generated
// Generated automatically from android.content.SyncStatusObserver for testing purposes
|
|
|
|
package android.content;
|
|
|
|
|
|
public interface SyncStatusObserver
|
|
{
|
|
void onStatusChanged(int p0);
|
|
}
|