Merge "Fix statsd publicapi stub default usage" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
578cac6e93
@@ -89,7 +89,7 @@ stubs_defaults {
|
||||
droidstubs {
|
||||
name: "framework-statsd-stubs-srcs-publicapi",
|
||||
defaults: [
|
||||
"framework-module-stubs-defaults-systemapi",
|
||||
"framework-module-stubs-defaults-publicapi",
|
||||
"framework-statsd-stubs-srcs-defaults",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -1 +1,12 @@
|
||||
// Signature format: 2.0
|
||||
package android.util {
|
||||
|
||||
public final class StatsLog {
|
||||
method @RequiresPermission(allOf={android.Manifest.permission.DUMP, android.Manifest.permission.PACKAGE_USAGE_STATS}) public static boolean logBinaryPushStateChanged(@NonNull String, long, int, int, @NonNull long[]);
|
||||
method public static boolean logEvent(int);
|
||||
method public static boolean logStart(int);
|
||||
method public static boolean logStop(int);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user