diff options
author | Jeff Brown <jeffbrown@google.com> | 2013-05-30 14:13:51 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2013-05-30 14:44:18 -0700 |
commit | 14507e257af5d71577574e25cbd690c4b54c9272 (patch) | |
tree | 2cdc4c14ab8b2bbdd94f0bedcf09c64faf6d60b6 /api | |
parent | b7e75478c3d6c1b1e08a0c6949a9f0174c92991f (diff) | |
download | frameworks_base-14507e257af5d71577574e25cbd690c4b54c9272.zip frameworks_base-14507e257af5d71577574e25cbd690c4b54c9272.tar.gz frameworks_base-14507e257af5d71577574e25cbd690c4b54c9272.tar.bz2 |
Rename CALLBACK_FLAG_ACTIVE_SCAN for clarity.
Bug: 9210033
Change-Id: I973c03b3a37e12af72a27c46d7da7fb59a30b606
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 9eef734..ac3fce2 100644 --- a/api/current.txt +++ b/api/current.txt @@ -12216,7 +12216,7 @@ package android.media { method public void removeCallback(android.media.MediaRouter.Callback); method public void removeUserRoute(android.media.MediaRouter.UserRouteInfo); method public void selectRoute(int, android.media.MediaRouter.RouteInfo); - field public static final int CALLBACK_FLAG_ACTIVE_SCAN = 1; // 0x1 + field public static final int CALLBACK_FLAG_PERFORM_ACTIVE_SCAN = 1; // 0x1 field public static final int CALLBACK_FLAG_UNFILTERED_EVENTS = 2; // 0x2 field public static final int ROUTE_TYPE_LIVE_AUDIO = 1; // 0x1 field public static final int ROUTE_TYPE_LIVE_VIDEO = 2; // 0x2 |