OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RLZ
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
GoogleSettingsContract.java
232
*
RLZ
is a tracking string used for ROI analysis. It is similar
233
* to client id but more powerful.
RLZ
data enables ROI analysis in
238
public static final String
RLZ
= "
rlz
";
/external/chromium/chrome/browser/search_engines/
template_url_unittest.cc
9
#include "chrome/browser/
rlz
/
rlz
.h"
30
// Returns the value for the Chrome Omnibox
rlz
.
388
TEST_F(TemplateURLTest,
RLZ
) {
395
TemplateURLRef ref("http://bar/?{google:
RLZ
}{searchTerms}", 1, 2);
403
expected_url += "
rlz
=" + WideToUTF8(rlz_string) + "&";
Completed in 733 milliseconds