|   /device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ | 
| EmailPolicy.java  | 217                     b.putString(FIND_PROVIDER_IN_URI, "imap+ssl://imap.school.edu"); 218                     b.putString(FIND_PROVIDER_IN_USER, "$email"); 219                     b.putString(FIND_PROVIDER_OUT_URI, "smtp+ssl://smtp.school.edu"); 220                     b.putString(FIND_PROVIDER_OUT_USER, "$email"); 235                     b.putString(GET_IMAP_ID, MY_DEVICE_ID);
  | 
|   /external/guava/guava/src/com/google/common/hash/ | 
| AbstractHasher.java  | 23  * {@link #putFloat(float)}, {@link #putString(CharSequence)}, and 24  * {@link #putString(CharSequence, Charset)} as prescribed by {@link Hasher}. 41   @Override public Hasher putString(CharSequence charSequence) { 43     return putString(charSequence, Charsets.UTF_16LE); 46   @Override public Hasher putString(CharSequence charSequence, Charset charset) {
  | 
| Hasher.java  | 53   @Override Hasher putString(CharSequence charSequence); 57   @Override Hasher putString(CharSequence charSequence, Charset charset);
  | 
| Sink.java  | 96   Sink putString(CharSequence charSequence); 101   Sink putString(CharSequence charSequence, Charset charset);
  | 
| AbstractCompositeHashFunction.java  | 106       @Override public Hasher putString(CharSequence chars) { 108           hasher.putString(chars); 113       @Override public Hasher putString(CharSequence chars, Charset charset) { 115           hasher.putString(chars, charset);
  | 
| Funnels.java  | 59       into.putString(from);
  | 
|   /packages/apps/DeskClock/src/com/android/deskclock/worldclock/ | 
| CityObj.java  | 53         editor.putString (CITY_NAME + index, mCityName); 54         editor.putString (CITY_TIME_ZONE + index, mTimeZone); 55         editor.putString (CITY_ID + index, mCityId);
  | 
|   /frameworks/testing/androidtestlib/src/com/android/test/runner/listener/ | 
| InstrumentationResultPrinter.java  | 102         mResultTemplate.putString(Instrumentation.REPORT_KEY_IDENTIFIER, REPORT_VALUE_ID); 119         mTestResult.putString(REPORT_KEY_NAME_CLASS, testClass); 120         mTestResult.putString(REPORT_KEY_NAME_TEST, testName); 124             mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT, 128             mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT, ""); 138             mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT, "."); 157         mTestResult.putString(REPORT_KEY_STACK, failure.getTrace()); 159         mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT,
  | 
|   /frameworks/testing/uiautomator/samples/SkeletonTest/src/com/android/uiautomator/samples/skeleton/ | 
| DemoTestCase.java  | 30         status.putString("msg", "This is a demo test and I just pressed HOME"); 31         status.putString("product", getUiDevice().getProductName());
  | 
|   /cts/libs/wrappedgtest/src/ | 
| WrappedGTestActivity.java  | 37         outputBundle.putString("gtest", output);
  | 
|   /cts/tests/src/android/content/cts/ | 
| MockReceiverAbort.java  | 37         map.putString(RESULT_EXTRAS_ABORT_KEY, RESULT_EXTRAS_ABORT_VALUE);
  | 
| MockReceiverFirst.java  | 37         map.putString(RESULT_EXTRAS_FIRST_KEY, RESULT_EXTRAS_FIRST_VALUE);
  | 
| MockAccountAuthenticator.java  | 42         result.putString(AccountManager.KEY_ACCOUNT_NAME, ACCOUNT_NAME); 43         result.putString(AccountManager.KEY_ACCOUNT_TYPE, ACCOUNT_TYPE); 44         result.putString(AccountManager.KEY_AUTHTOKEN, AUTH_TOKEN);
  | 
| MockReceiver.java  | 42         map.putString(RESULT_EXTRAS_ADD_KEY, RESULT_EXTRAS_ADD_VALUE);
  | 
|   /frameworks/base/core/tests/coretests/src/android/app/activity/ | 
| ResultReceiver.java  | 40         map.putString("bar", "them");
  | 
|   /frameworks/testing/androidtestlib/tests/src/com/android/test/runner/ | 
| AndroidJUnitRunnerTest.java  | 71         b.putString(AndroidJUnitRunner.ARGUMENT_TEST_CLASS, "ClassName"); 83         b.putString(AndroidJUnitRunner.ARGUMENT_TEST_CLASS, "ClassName1,ClassName2"); 96         b.putString(AndroidJUnitRunner.ARGUMENT_TEST_CLASS, "ClassName1#method");
  | 
|   /packages/apps/Mms/src/com/android/mms/transaction/ | 
| TransactionBundle.java  | 94         mBundle.putString(URI, uri); 109         mBundle.putString(MMSC_URL, mmscUrl); 110         mBundle.putString(PROXY_ADDRESS, proxyAddress);
  | 
|   /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/ | 
| TestAuthenticator.java  | 73         bundle.putString(AccountManager.KEY_ACCOUNT_NAME, account.name); 74         bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, account.type); 86         bundle.putString(AccountManager.KEY_ACCOUNT_NAME, account.name); 87         bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, account.type); 88         bundle.putString(AccountManager.KEY_AUTHTOKEN, account.name);
  | 
|   /cts/tests/tests/provider/src/android/provider/cts/contacts/account/ | 
| StaticAccountAuthenticator.java  | 44         sAccountBundle.putString(AccountManager.KEY_ACCOUNT_NAME, NAME); 45         sAccountBundle.putString(AccountManager.KEY_ACCOUNT_TYPE, TYPE); 46         sAccountBundle.putString(AccountManager.KEY_AUTHTOKEN, TOKEN);
  | 
|   /packages/apps/Contacts/src/com/android/contacts/interactions/ | 
| GroupCreationDialogFragment.java  | 49         args.putString(ARG_ACCOUNT_TYPE, accountType); 50         args.putString(ARG_ACCOUNT_NAME, accountName); 51         args.putString(ARG_DATA_SET, dataSet);
  | 
|   /cts/libs/deviceutil/src/android/cts/util/ | 
| DeviceReportLog.java  | 44             output.putString(CTS_RESULT, report);
  | 
|   /cts/tests/tests/graphics/src/android/opengl/cts/ | 
| CompressedTextureTest.java  | 32         extras.putString("TextureFormat", format);
  | 
|   /frameworks/base/core/tests/coretests/src/android/provider/ | 
| SettingsProviderTest.java  | 43         Settings.Secure.putString(r, "test_service", "Value"); 47         Settings.Secure.putString(r, "test_service", "New"); 55         Settings.System.putString(r, "test_setting", "Value"); 58         Settings.System.putString(r, "test_setting", "New"); 149             Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "gps"); 198         Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, 204         Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, 206         Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test1"); 211         Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test2"); 216         Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test3")     [all...] | 
|   /cts/tests/tests/content/src/android/content/cts/ | 
| SharedPreferencesTest.java  | 78         prefs.edit().putString("foo", "bar").commit(); 152                 editor.putString("foo", "bar"); 155                 editor.putString("foo", "bar"); 163                 editor.putString("foo", "bar"); 166                 editor.putString("foo", "baz"); 188                 editor.putString("foo", "bar"); 202                 editor.putString("foo", "bar"); 213         prefs.edit().putString("foo", "bar").commit(); 224         prefs.edit().putString("foo", "bar").commit(); 245                 editor.putString(key, value)     [all...] | 
|   /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ | 
| UiAutomatorTestRunner.java  | 84                 results.putString("shortMsg", ex.getClass().getName()); 85                 results.putString("longMsg", ex.getMessage()); 165             testRunOutput.putString("shortMsg", t.getMessage()); 264             mResultTemplate.putString(Instrumentation.REPORT_KEY_IDENTIFIER, REPORT_VALUE_ID); 281             mTestResult.putString(REPORT_KEY_NAME_CLASS, testClass); 282             mTestResult.putString(REPORT_KEY_NAME_TEST, testName); 286                 mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT, 290                 mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT, ""); 316             mTestResult.putString(REPORT_KEY_STACK, BaseTestRunner.getFilteredTrace(t)); 319             mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT     [all...] |