Searched refs:string (Results 1 - 25 of 1337) sorted by last modified time

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DNotificationCompatImplBase.java196 R.string.status_bar_notification_info_overflow));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserView.java382 R.string.abc_activitychooserview_choose_application));
487 * resource should be a string taking one formatting argument and
490 * pointing to the string "share with %1$s" will result in a content
729 R.string.abc_activity_chooser_view_see_all));
H A DToolbarWidgetWrapper.java93 this(toolbar, style, R.string.abc_action_bar_up_description,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DShareActionProvider.java197 R.string.abc_shareactionprovider_share_with_application);
199 R.string.abc_shareactionprovider_share_with);
238 mContext.getString(R.string.abc_activity_chooser_view_see_all));
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java144 setTitle(R.string.mr_media_route_chooser_title);
H A DMediaRouteControllerDialog.java357 mTitleView.setText(R.string.mr_media_route_controller_no_info_available);
380 .getText(R.string.mr_media_route_controller_pause));
386 .getText(R.string.mr_media_route_controller_play));
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java134 DEFAULT_ROUTE_ID, r.getString(R.string.mr_system_route_name))
257 mRouterObj, r.getString(R.string.mr_user_route_category_name), false);
579 // user routes. We tolerate this by using an empty name string here but
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRSDriverException.java25 public RSDriverException(String string) { argument
26 super(string);
H A DRSIllegalArgumentException.java25 public RSIllegalArgumentException(String string) { argument
26 super(string);
H A DRSInvalidStateException.java25 public RSInvalidStateException(String string) { argument
26 super(string);
H A DRSRuntimeException.java26 public RSRuntimeException(String string) { argument
27 super(string);
/frameworks/webview/chromium/loader/
H A Dloader.cpp26 #include <string.h>
128 /* JNI wrappers - handle string lifetimes and 32/64 ABI choice */
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp27 #include <string.h>
/frameworks/wilhelm/src/autogen/
H A DIID_to_MPH.c24 #include <string.h>
/frameworks/wilhelm/src/
H A Dinterfaces.c20 #include <string.h>
H A Dsles_allinclusive.h27 #include <string.h> // memcmp
/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.c25 #include <string.h>
37 // # is stringize operator to convert a symbol to a string constant e.g. #a becomes "a"
139 /** \brief Convert an object ID to a string or NULL. */
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp19 #include <string.h>
H A DslesTestDecodeAac.cpp51 #include <string.h>
H A DslesTestDecodeToBuffQueue.cpp40 #include <string.h>
H A DslesTestEffectCapabilities.cpp19 #include <string.h>
H A DslesTestEqFdPath.cpp19 #include <string.h>
H A DslesTestEqOutputPath.cpp19 #include <string.h>
H A DslesTestFeedback.cpp27 #include <string.h>
H A DslesTestPlayFdPath.cpp19 #include <string.h>

Completed in 470 milliseconds

1234567891011>>