Merge "Merge "Fix statsd publicapi stub default usage" into rvc-dev am: 578cac6e93 am: f719ea7751" into rvc-d1-dev-plus-aosp am: fe1bbdc48e
Change-Id: I7abe38690f8c60882c1dfa903aba6d8eef132dce
This commit is contained in:
@@ -89,7 +89,7 @@ stubs_defaults {
|
|||||||
droidstubs {
|
droidstubs {
|
||||||
name: "framework-statsd-stubs-srcs-publicapi",
|
name: "framework-statsd-stubs-srcs-publicapi",
|
||||||
defaults: [
|
defaults: [
|
||||||
"framework-module-stubs-defaults-systemapi",
|
"framework-module-stubs-defaults-publicapi",
|
||||||
"framework-statsd-stubs-srcs-defaults",
|
"framework-statsd-stubs-srcs-defaults",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1,12 @@
|
|||||||
// Signature format: 2.0
|
// 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