Searched defs:getConstraints (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DViewClickAction.java40 public Matcher<View> getConstraints() { method in class:ViewClickAction
41 return mGeneralClickAction.getConstraints();
H A DMouseClickAction.java107 public Matcher<View> getConstraints() { method in class:MouseClickAction
108 return mViewClickAction.getConstraints();
H A DSuggestionsPopupwindowUtils.java95 * Click action to avoid checking ViewClickAction#getConstraints().
107 public Matcher<View> getConstraints() { method in class:SuggestionsPopupwindowUtils.SuggestionItemClickAction
H A DDragAction.java443 public Matcher<View> getConstraints() { method in class:DragAction
/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp37 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints( function in class:android::NoOpDrmManagerClientImpl
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 DDrmManagerClientImpl.cpp100 DrmConstraints* DrmManagerClientImpl::getConstraints( function in class:DrmManagerClientImpl
105 getDrmManagerService()->getConstraints(uniqueId, path, action);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp29 DrmConstraints* DrmEngineBase::getConstraints( function in class:DrmEngineBase
H A DIDrmManagerService.cpp157 DrmConstraints* BpDrmManagerService::getConstraints( function in class:BpDrmManagerService
860 = getConstraints(uniqueId, &path, data.readInt32());
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomSheetBehaviorTest.java190 public Matcher<View> getConstraints() { method in class:BottomSheetBehaviorTest.DragAction
252 public Matcher<View> getConstraints() { method in class:BottomSheetBehaviorTest.AddViewAction
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp158 DrmConstraints* DrmManager::getConstraints(int uniqueId, const String8* path, const int action) { function in class:DrmManager
163 return rDrmEngine.getConstraints(uniqueId, path, action);
H A DDrmManagerService.cpp158 DrmConstraints* DrmManagerService::getConstraints( function in class:DrmManagerService
160 ALOGV("Entering getConstraints from content");
161 return mDrmManager->getConstraints(uniqueId, path, action);
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java375 public ContentValues getConstraints(String path, int action) { method in class:DrmManagerClient
406 public ContentValues getConstraints(Uri uri, int action) { method in class:DrmManagerClient
410 return getConstraints(convertUriToPath(uri), action);

Completed in 188 milliseconds