/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
H A D | UiAutomatorTestCaseFilter.java | 31 public boolean accept(Method method) { in accept() method in UiAutomatorTestCaseFilter 38 public boolean accept(Class<?> clazz) { in accept() method in UiAutomatorTestCaseFilter
|
H A D | TestCaseCollector.java | 143 public boolean accept(Method method); in accept() method 150 public boolean accept(Class<?> clazz); in accept() method
|
/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_cookie_manager.cpp | 50 void WebCookieManager::CjPutAcceptCookieEnabled(bool accept) in CjPutAcceptCookieEnabled() 60 bool accept = true; in CjIsCookieAllowed() local 68 void WebCookieManager::CjPutAcceptThirdPartyCookieEnabled(bool accept) in CjPutAcceptThirdPartyCookieEnabled() 78 bool accept = true; in CjIsThirdPartyCookieAllowed() local
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | CookieManager.java | 66 public abstract void setAcceptCookie(boolean accept); in setAcceptCookie() 90 public abstract void setAcceptThirdPartyCookies(WebView webview, boolean accept); in setAcceptThirdPartyCookies() 314 public static void setAcceptFileSchemeCookies(boolean accept) { in setAcceptFileSchemeCookies() 325 protected abstract void setAcceptFileSchemeCookiesImpl(boolean accept); in setAcceptFileSchemeCookiesImpl()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | OmniFunction.java | 81 public void accept(A o, B o2) { in accept() method in OmniFunction 131 public void accept(A a, B b, C c) { in accept() method in OmniFunction 176 public void accept(A a, B b, C c, D d) { in accept() method in OmniFunction 181 public void accept(A a, B b, C c, D d, E e) { in accept() method in OmniFunction 186 public void accept(A a, B b, C c, D d, E e, F f) { in accept() method in OmniFunction 191 public void accept(A a, B b, C c, D d, E e, F f, G g) { in accept() method in OmniFunction 196 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept() method in OmniFunction 201 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in accept() method in OmniFunction 206 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in accept() method in OmniFunction 211 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in accept() method in OmniFunction
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | IVoidConsumer.aidl | 24 void accept(); in accept() method
|
H A D | ILongConsumer.aidl | 24 void accept(long result); in accept() method
|
H A D | IBooleanConsumer.aidl | 22 void accept(boolean result); in accept() method
|
H A D | IIntegerConsumer.aidl | 22 void accept(int result); in accept() method
|
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | InteractionController.java | 78 public boolean accept(AccessibilityEvent t) { in accept() method in InteractionController.WaitForAnyEventPredicate 104 public boolean accept(AccessibilityEvent t) { in accept() method in InteractionController.EventCollectingPredicate 127 public boolean accept(AccessibilityEvent t) { in accept() method in InteractionController.WaitForAllEventPredicate
|
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/stub/ |
H A D | ISatelliteCapabilitiesConsumer.aidl | 26 void accept(in SatelliteCapabilities result); in accept() method
|
/aosp14/frameworks/base/core/java/android/service/contentcapture/ |
H A D | IDataShareCallback.aidl | 24 void accept(in IDataShareReadAdapter adapter); in accept() method
|
/aosp14/frameworks/base/core/java/android/service/controls/ |
H A D | IControlsActionCallback.aidl | 23 void accept(in IBinder token, in String controlId, int response); in accept() method
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | CountryListener.java | 39 default void accept(Country country) { in accept() method
|
/aosp14/frameworks/base/core/java/com/android/internal/util/function/ |
H A D | TriConsumer.java | 28 void accept(A a, B b, C c); in accept() method
|
H A D | QuadConsumer.java | 28 void accept(A a, B b, C c, D d); in accept() method
|
H A D | QuintConsumer.java | 27 void accept(A a, B b, C c, D d, E e); in accept() method
|
H A D | HexConsumer.java | 27 void accept(A a, B b, C c, D d, E e, F f); in accept() method
|
H A D | HeptConsumer.java | 27 void accept(A a, B b, C c, D d, E e, F f, G g); in accept() method
|
H A D | OctConsumer.java | 27 void accept(A a, B b, C c, D d, E e, F f, G g, H h); in accept() method
|
H A D | NonaConsumer.java | 27 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i); in accept() method
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | IPinItemRequest.aidl | 27 boolean accept(in Bundle options); in accept() method
|
/aosp14/frameworks/base/core/java/android/service/translation/ |
H A D | OnTranslationResultCallbackWrapper.java | 52 public void accept(TranslationResponse response) { in accept() method in OnTranslationResultCallbackWrapper
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/util/ |
H A D | AcceptOnceConsumer.java | 39 public void accept(@NonNull T t) { in accept() method in AcceptOnceConsumer
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/ |
H A D | SystemLocationPowerSaveModeHelper.java | 63 public void accept(PowerSaveState powerSaveState) { in accept() method in SystemLocationPowerSaveModeHelper
|