/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/ |
H A D | ViewAction.java | 39 * expresses the subtype matches the constraints as specified in {@code getConstraints}. 53 public Matcher<View> getConstraints(); method in interface:ViewAction
|
H A D | ViewInteraction.java | 104 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 D | DrawerActions.java | 90 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 D | ClearTextAction.java | 37 public Matcher<View> getConstraints() { method in class:ClearTextAction
|
H A D | GeneralClickAction.java | 59 public Matcher<View> getConstraints() { method in class:GeneralClickAction 62 return allOf(standardConstraint, rollbackAction.get().getConstraints());
|
H A D | EditorAction.java | 38 public Matcher<View> getConstraints() { method in class:EditorAction
|
H A D | GeneralSwipeAction.java | 56 public Matcher<View> getConstraints() { method in class:GeneralSwipeAction
|
H A D | ScrollToAction.java | 48 public Matcher<View> getConstraints() { method in class:ScrollToAction
|
H A D | AdapterDataLoaderAction.java | 70 public Matcher<View> getConstraints() { method in class:AdapterDataLoaderAction
|
H A D | CloseKeyboardAction.java | 55 public Matcher<View> getConstraints() { method in class:CloseKeyboardAction
|
H A D | KeyEventAction.java | 52 public Matcher<View> getConstraints() { method in class:KeyEventAction
|
H A D | TypeTextAction.java | 74 public Matcher<View> getConstraints() { method in class:TypeTextAction
|
/frameworks/av/drm/libdrmframework/include/ |
H A D | DrmManagerService.h | 60 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
H A D | NoOpDrmManagerClientImpl.h | 33 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
H A D | DrmManager.h | 73 DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
H A D | DrmManagerClientImpl.h | 86 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
H A D | IDrmManagerService.h | 96 virtual DrmConstraints* getConstraints( 186 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
|
/frameworks/av/include/drm/ |
H A D | DrmManagerClient.h | 223 DrmConstraints* getConstraints(const String8* path, const int action);
|
/frameworks/av/drm/libdrmframework/ |
H A D | DrmManagerClient.cpp | 42 DrmConstraints* DrmManagerClient::getConstraints(const String8* path, const int action) { function in class:DrmManagerClient 43 return mDrmManagerClientImpl->getConstraints(mUniqueId, path, action);
|
H A D | NoOpDrmManagerClientImpl.cpp | 35 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints(int uniqueId, const String8* path, const int action) { function in class:android::NoOpDrmManagerClientImpl
|
H A D | DrmManagerClientImpl.cpp | 100 DrmConstraints* DrmManagerClientImpl::getConstraints( function in class:DrmManagerClientImpl 105 getDrmManagerService()->getConstraints(uniqueId, path, action);
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
H A D | IDrmEngine.h | 104 virtual DrmConstraints* getConstraints(
|
/frameworks/av/drm/drmserver/ |
H A D | DrmManagerService.cpp | 101 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 D | DrmManagerClient.java | 368 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 D | DrmEngineBase.cpp | 29 DrmConstraints* DrmEngineBase::getConstraints( function in class:DrmEngineBase
|