/frameworks/testing/espresso/espresso-contrib/src/main/java/com/google/android/apps/common/testing/ui/espresso/contrib/ |
D | DrawerActions.java | 90 public Matcher<View> getConstraints() { in checkDrawer() 110 public Matcher<View> getConstraints() { in actionOpenDrawer() 129 public Matcher<View> getConstraints() { 152 public Matcher<View> getConstraints() {
|
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/ |
D | ViewAction.java | 53 public Matcher<View> getConstraints(); in getConstraints() method
|
D | ViewInteraction.java | 104 final Matcher<? extends View> constraints = checkNotNull(viewAction.getConstraints()); in doPerform()
|
D | Espresso.java | 239 public Matcher<View> getConstraints() { in getConstraints() method in Espresso.TransitionBridgingViewAction
|
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/ |
D | GeneralClickAction.java | 59 public Matcher<View> getConstraints() { in getConstraints() method in GeneralClickAction 62 return allOf(standardConstraint, rollbackAction.get().getConstraints()); in getConstraints()
|
D | ClearTextAction.java | 37 public Matcher<View> getConstraints() { in getConstraints() method in ClearTextAction
|
D | EditorAction.java | 38 public Matcher<View> getConstraints() { in getConstraints() method in EditorAction
|
D | ScrollToAction.java | 48 public Matcher<View> getConstraints() { in getConstraints() method in ScrollToAction
|
D | GeneralSwipeAction.java | 56 public Matcher<View> getConstraints() { in getConstraints() method in GeneralSwipeAction
|
D | TypeTextAction.java | 74 public Matcher<View> getConstraints() { in getConstraints() method in TypeTextAction
|
D | KeyEventAction.java | 52 public Matcher<View> getConstraints() { in getConstraints() method in KeyEventAction
|
D | CloseKeyboardAction.java | 55 public Matcher<View> getConstraints() { in getConstraints() method in CloseKeyboardAction
|
D | AdapterDataLoaderAction.java | 70 public Matcher<View> getConstraints() { in getConstraints() method in AdapterDataLoaderAction
|
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClient.cpp | 42 DrmConstraints* DrmManagerClient::getConstraints(const String8* path, const int action) { in getConstraints() function in DrmManagerClient 43 return mDrmManagerClientImpl->getConstraints(mUniqueId, path, action); in getConstraints()
|
D | NoOpDrmManagerClientImpl.cpp | 35 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints(int uniqueId, const String8* path, const i… in getConstraints() function in android::NoOpDrmManagerClientImpl
|
D | DrmManagerClientImpl.cpp | 100 DrmConstraints* DrmManagerClientImpl::getConstraints( in getConstraints() function in DrmManagerClientImpl 105 getDrmManagerService()->getConstraints(uniqueId, path, action); in getConstraints()
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 101 DrmConstraints* DrmManagerService::getConstraints( in getConstraints() function in DrmManagerService 104 return mDrmManager->getConstraints(uniqueId, path, action); in getConstraints()
|
/frameworks/av/drm/libdrmframework/include/ |
D | IDrmManagerService.h | 96 virtual DrmConstraints* getConstraints( 186 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
D | DrmManagerService.h | 60 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
D | NoOpDrmManagerClientImpl.h | 33 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
D | DrmManagerClientImpl.h | 86 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
D | DrmManager.h | 73 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
/frameworks/av/include/drm/ |
D | DrmManagerClient.h | 223 DrmConstraints* getConstraints(const String8* path, const int action);
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
D | IDrmEngine.h | 104 virtual DrmConstraints* getConstraints(
|
/frameworks/base/drm/java/android/drm/ |
D | DrmManagerClient.java | 368 public ContentValues getConstraints(String path, int action) { in getConstraints() method in DrmManagerClient 399 public ContentValues getConstraints(Uri uri, int action) { in getConstraints() method in DrmManagerClient 403 return getConstraints(convertUriToPath(uri), action); in getConstraints()
|