1*344a7f5eSAndroid Build Coastguard Worker// Signature format: 2.0 2*344a7f5eSAndroid Build Coastguard Workerpackage android.util { 3*344a7f5eSAndroid Build Coastguard Worker 4*344a7f5eSAndroid Build Coastguard Worker public final class StatsLog { 5*344a7f5eSAndroid Build Coastguard Worker method @RequiresPermission(allOf={android.Manifest.permission.DUMP, android.Manifest.permission.PACKAGE_USAGE_STATS}) public static boolean logBinaryPushStateChanged(@NonNull String, long, int, int, @NonNull long[]); 6*344a7f5eSAndroid Build Coastguard Worker method public static boolean logEvent(int); 7*344a7f5eSAndroid Build Coastguard Worker method public static boolean logStart(int); 8*344a7f5eSAndroid Build Coastguard Worker method public static boolean logStop(int); 9*344a7f5eSAndroid Build Coastguard Worker } 10*344a7f5eSAndroid Build Coastguard Worker 11*344a7f5eSAndroid Build Coastguard Worker} 12*344a7f5eSAndroid Build Coastguard Worker 13