Searched refs:getConstraints (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DViewAction.java39 * expresses the subtype matches the constraints as specified in {@code getConstraints}.
53 public Matcher<View> getConstraints(); method in interface:ViewAction
H A DViewInteraction.java104 final Matcher<? extends View> constraints = checkNotNull(viewAction.getConstraints());
/frameworks/testing/espresso/espresso-contrib/src/main/java/com/google/android/apps/common/testing/ui/espresso/contrib/
H A DDrawerActions.java90 public Matcher<View> getConstraints() {
110 public Matcher<View> getConstraints() {
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/action/
H A DClearTextAction.java37 public Matcher<View> getConstraints() { method in class:ClearTextAction
H A DGeneralClickAction.java59 public Matcher<View> getConstraints() { method in class:GeneralClickAction
62 return allOf(standardConstraint, rollbackAction.get().getConstraints());
H A DEditorAction.java38 public Matcher<View> getConstraints() { method in class:EditorAction
H A DGeneralSwipeAction.java56 public Matcher<View> getConstraints() { method in class:GeneralSwipeAction
H A DScrollToAction.java48 public Matcher<View> getConstraints() { method in class:ScrollToAction
H A DAdapterDataLoaderAction.java70 public Matcher<View> getConstraints() { method in class:AdapterDataLoaderAction
H A DCloseKeyboardAction.java55 public Matcher<View> getConstraints() { method in class:CloseKeyboardAction
H A DKeyEventAction.java52 public Matcher<View> getConstraints() { method in class:KeyEventAction
H A DTypeTextAction.java74 public Matcher<View> getConstraints() { method in class:TypeTextAction
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h60 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DNoOpDrmManagerClientImpl.h33 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DDrmManager.h73 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DDrmManagerClientImpl.h86 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
H A DIDrmManagerService.h96 virtual DrmConstraints* getConstraints(
186 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
/frameworks/av/include/drm/
H A DDrmManagerClient.h223 DrmConstraints* getConstraints(const String8* path, const int action);
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp42 DrmConstraints* DrmManagerClient::getConstraints(const String8* path, const int action) { function in class:DrmManagerClient
43 return mDrmManagerClientImpl->getConstraints(mUniqueId, path, action);
H A DNoOpDrmManagerClientImpl.cpp35 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints(int uniqueId, const String8* path, const int action) { function in class:android::NoOpDrmManagerClientImpl
H A DDrmManagerClientImpl.cpp100 DrmConstraints* DrmManagerClientImpl::getConstraints( function in class:DrmManagerClientImpl
105 getDrmManagerService()->getConstraints(uniqueId, path, action);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h104 virtual DrmConstraints* getConstraints(
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp101 DrmConstraints* DrmManagerService::getConstraints( function in class:DrmManagerService
103 ALOGV("Entering getConstraints from content");
104 return mDrmManager->getConstraints(uniqueId, path, action);
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java368 public ContentValues getConstraints(String path, int action) { method in class:DrmManagerClient
399 public ContentValues getConstraints(Uri uri, int action) { method in class:DrmManagerClient
403 return getConstraints(convertUriToPath(uri), action);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp29 DrmConstraints* DrmEngineBase::getConstraints( function in class:DrmEngineBase

Completed in 347 milliseconds

12