Searched defs:RES_PACKAGE (Results 1 - 2 of 2) sorted by relevance

/frameworks/webview/chromium/tests/UbWebViewJankTests/src/com/android/webview/chromium/tests/jank/
H A DWebViewFlingTest.java57 private static final String RES_PACKAGE = "com.android.webview.chromium.shell"; field in class:WebViewFlingTest
87 UiObject2 container = mDevice.findObject(By.res(RES_PACKAGE, "container"));
98 mDevice.findObject(By.res(RES_PACKAGE, "container")).fling(Direction.DOWN);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java2995 Data.RES_PACKAGE);
3488 public static final String RES_PACKAGE = "res_package"; field in interface:ContactsContract.StreamItemsColumns
3546 * This resource should be scoped by the {@link #RES_PACKAGE}. As this can only reference
3558 * Talk". This resource should be scoped by the {@link #RES_PACKAGE}. As this can only
4001 public static final String RES_PACKAGE = "res_package"; field in interface:ContactsContract.DataColumns
5422 * The {@link Data#RES_PACKAGE} value for common data that should be
5425 * @hide RES_PACKAGE is hidden
7299 public static final String RES_PACKAGE = "res_package"; field in interface:ContactsContract.GroupsColumns
7303 * {@link #RES_PACKAGE}, which may be localized.
7569 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, values, RES_PACKAGE);
[all...]

Completed in 74 milliseconds