/frameworks/testing/androidtestlib/src/com/android/test/runner/ |
D | ClassPathScanner.java | 46 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/ |
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
|
D | TestCaseCollector.java | 143 public boolean accept(Method method); in accept() method 150 public boolean accept(Class<?> clazz); in accept() method
|
/frameworks/base/core/java/android/webkit/ |
D | CookieManager.java | 56 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()
|
D | CookieManagerClassic.java | 43 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/ |
D | BluetoothServerSocket.java | 116 public BluetoothSocket accept() throws IOException { in accept() method in BluetoothServerSocket 130 public BluetoothSocket accept(int timeout) throws IOException { in accept() method in BluetoothServerSocket
|
D | IBluetooth.aidl | 70 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()
|
D | BluetoothSocket.java | 387 /*package*/ BluetoothSocket accept(int timeout) throws IOException { in accept() method in BluetoothSocket
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 80 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/ |
D | NumberKeyListener.java | 49 char[] accept = getAcceptedChars(); in filter() local 85 protected static boolean ok(char[] accept, char c) { in ok()
|
/frameworks/base/core/java/android/net/ |
D | LocalServerSocket.java | 90 public LocalSocket accept() throws IOException in accept() method in LocalServerSocket
|
D | LocalSocketImpl.java | 196 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/ |
D | A3DSelector.java | 42 public boolean accept(File file) { in accept() method in A3DSelector.A3DFilter
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | FileSelector.java | 42 public boolean accept(File file) { in accept() method in FileSelector.DAEFilter
|
/frameworks/base/core/java/android/app/ |
D | UiAutomation.java | 148 public boolean accept(AccessibilityEvent event); in accept() method
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
D | VideoDumpView.java | 135 public boolean accept(File dir, String name) { in onResume() method in VideoDumpView.RGBFilter
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 395 boolean accept, Message response) { in handleCallSetupRequestFromSim()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java | 525 public void handleCallSetupRequestFromSim(boolean accept, Message response) { in handleCallSetupRequestFromSim()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 867 boolean accept, Message response) { in handleCallSetupRequestFromSim()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1358 public void handleCallSetupRequestFromSim(boolean accept, Message response); in handleCallSetupRequestFromSim()
|
D | RIL.java | 1928 boolean accept, Message response) { in handleCallSetupRequestFromSim()
|