diff options
| author | Bjorn Bringert <bringert@android.com> | 2009-09-17 13:15:39 +0100 |
|---|---|---|
| committer | Bjorn Bringert <bringert@android.com> | 2009-09-21 11:52:24 +0100 |
| commit | 5417f09c141713c62be697fe10fe149d6d3d0eb4 (patch) | |
| tree | edbef4076d29af1da3beae93dde6db12bff7f237 /core/java/android/app/SearchManager.java | |
| parent | 3c5767d8fea785ec8d4ad6de96032cdfe752f5da (diff) | |
Send action key and msg with GlobalSearch clicks
Needed for QSB logging, http://b/issue?id=2097469
Change-Id: I817e5b26c9739ab05bd873675854478ce601d234
Diffstat (limited to 'core/java/android/app/SearchManager.java')
| -rw-r--r-- | core/java/android/app/SearchManager.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/app/SearchManager.java b/core/java/android/app/SearchManager.java index 3a14f6f17c8e..6a0285d446ab 100644 --- a/core/java/android/app/SearchManager.java +++ b/core/java/android/app/SearchManager.java @@ -1343,6 +1343,10 @@ public class SearchManager = "DialogCursorProtocol.CLICK.sendPosition"; public final static String CLICK_SEND_MAX_DISPLAY_POS = "DialogCursorProtocol.CLICK.sendDisplayPosition"; + public final static String CLICK_SEND_ACTION_KEY + = "DialogCursorProtocol.CLICK.sendActionKey"; + public final static String CLICK_SEND_ACTION_MSG + = "DialogCursorProtocol.CLICK.sendActionMsg"; public final static String CLICK_RECEIVE_SELECTED_POS = "DialogCursorProtocol.CLICK.receiveSelectedPosition"; |
