Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 21 of 21) sorted by relevance

/frameworks/testing/androidtestlib/src/com/android/test/runner/
DClassPathScanner.java46 boolean accept(String className); in accept() method
58 public boolean accept(String className) { in accept() method in ClassPathScanner.AcceptAllFilter
78 public boolean accept(String className) { in accept() method in ClassPathScanner.ChainedClassNameFilter
96 public boolean accept(String pathName) { in accept() method in ClassPathScanner.ExternalClassNameFilter
120 public boolean accept(String pathName) { in accept() method in ClassPathScanner.InclusivePackageNameFilter
144 public boolean accept(String pathName) { in accept() method in ClassPathScanner.ExcludePackageNameFilter
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestCaseFilter.java31 public boolean accept(Method method) { in accept() method in UiAutomatorTestCaseFilter
38 public boolean accept(Class<?> clazz) { in accept() method in UiAutomatorTestCaseFilter
DTestCaseCollector.java143 public boolean accept(Method method); in accept() method
150 public boolean accept(Class<?> clazz); in accept() method
/frameworks/base/core/java/android/webkit/
DCookieManager.java56 public synchronized void setAcceptCookie(boolean accept) { in setAcceptCookie()
203 public static void setAcceptFileSchemeCookies(boolean accept) { in setAcceptFileSchemeCookies()
212 protected void setAcceptFileSchemeCookiesImpl(boolean accept) { in setAcceptFileSchemeCookiesImpl()
DCookieManagerClassic.java43 public synchronized void setAcceptCookie(boolean accept) { in setAcceptCookie()
168 protected void setAcceptFileSchemeCookiesImpl(boolean accept) { in setAcceptFileSchemeCookiesImpl()
179 private static native void nativeSetAcceptCookie(boolean accept); in nativeSetAcceptCookie()
183 private static native void nativeSetAcceptFileSchemeCookies(boolean accept); in nativeSetAcceptFileSchemeCookies()
/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java116 public BluetoothSocket accept() throws IOException { in accept() method in BluetoothServerSocket
130 public BluetoothSocket accept(int timeout) throws IOException { in accept() method in BluetoothServerSocket
DIBluetooth.aidl70 boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode); in setPin()
71 boolean setPasskey(in BluetoothDevice device, boolean accept, int len, in byte[] in setPasskey()
73 boolean setPairingConfirmation(in BluetoothDevice device, boolean accept); in setPairingConfirmation()
DBluetoothSocket.java387 /*package*/ BluetoothSocket accept(int timeout) throws IOException { in accept() method in BluetoothSocket
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java80 public boolean accept(AccessibilityEvent t) { in accept() method in InteractionController.WaitForAnyEventPredicate
106 public boolean accept(AccessibilityEvent t) { in accept() method in InteractionController.EventCollectingPredicate
129 public boolean accept(AccessibilityEvent t) { in accept() method in InteractionController.WaitForAllEventPredicate
/frameworks/base/core/java/android/text/method/
DNumberKeyListener.java49 char[] accept = getAcceptedChars(); in filter() local
85 protected static boolean ok(char[] accept, char c) { in ok()
/frameworks/base/core/java/android/net/
DLocalServerSocket.java90 public LocalSocket accept() throws IOException in accept() method in LocalServerSocket
DLocalSocketImpl.java196 private native FileDescriptor accept in accept() method in LocalSocketImpl
293 protected void accept(LocalSocketImpl s) throws IOException in accept() method in LocalSocketImpl
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DA3DSelector.java42 public boolean accept(File file) { in accept() method in A3DSelector.A3DFilter
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DFileSelector.java42 public boolean accept(File file) { in accept() method in FileSelector.DAEFilter
/frameworks/base/core/java/android/app/
DUiAutomation.java148 public boolean accept(AccessibilityEvent event); in accept() method
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java135 public boolean accept(File dir, String name) { in onResume() method in VideoDumpView.RGBFilter
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java395 boolean accept, Message response) { in handleCallSetupRequestFromSim()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java525 public void handleCallSetupRequestFromSim(boolean accept, Message response) { in handleCallSetupRequestFromSim()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java867 boolean accept, Message response) { in handleCallSetupRequestFromSim()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1358 public void handleCallSetupRequestFromSim(boolean accept, Message response); in handleCallSetupRequestFromSim()
DRIL.java1928 boolean accept, Message response) { in handleCallSetupRequestFromSim()