| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ | 
| D | SuggestionFilter.kt | 26   fun accept(s: Suggestion?): Boolean  method
 | 
| D | ResultFilter.kt | 20   override fun accept(s: Suggestion?): Boolean {  in accept()  method in com.android.quicksearchbox.ResultFilter
 | 
| /packages/apps/DocumentsUI/src/com/android/documentsui/base/ | 
| D | EventHandler.java | 25     boolean accept(T event);  in accept()  method39         public boolean accept(T event) {  in accept()  method in EventHandler.Stub
 
 | 
| D | EventListener.java | 24     void accept(T event);  in accept()  method
 | 
| D | BooleanConsumer.java | 21     void accept(boolean value);  in accept()  method
 | 
| D | ConfirmationCallback.java | 38     void accept(@Result int code);  in accept()  method
 | 
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/ | 
| D | InspectorControllerTest.java | 353         public void accept(DocumentInfo info) {  in accept()  method in InspectorControllerTest.TestHeader372         public void accept(DocumentInfo info, String displayName) {  in accept()  method in InspectorControllerTest.TestDetails
 399         public void accept(DocumentInfo info, Bundle metadata, Runnable geoClickCallback) {  in accept()  method in InspectorControllerTest.TestMedia
 411         public void accept(DocumentInfo info) {  in accept()  method in InspectorControllerTest.TestDebug
 418         public void accept(Bundle metadata) {  in accept()  method in InspectorControllerTest.TestDebug
 
 | 
| /packages/modules/Wifi/framework/java/android/net/wifi/aware/ | 
| D | IWifiAwareDiscoverySessionCallback.aidl | 49     void onPairingSetupConfirmed(int peerId, boolean accept, String alias);  in onPairingSetupConfirmed()50     void onPairingVerificationConfirmed(int peerId, boolean accept, String alias);  in onPairingVerificationConfirmed()
 51     void onBootstrappingVerificationConfirmed(int peerId, boolean accept, int method);  in onBootstrappingVerificationConfirmed()
 
 | 
| /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ | 
| D | InspectorController.java | 346         void accept(DocumentInfo info);  in accept()  method354         void accept(DocumentInfo info, String displayName);  in accept()  method
 363         void accept(DocumentInfo info, Bundle metadata, @Nullable Runnable geoClickListener);  in accept()  method
 375         void accept(DocumentInfo info);  in accept()  method
 376         void accept(Bundle metadata);  in accept()  method
 
 | 
| D | DebugView.java | 72     public void accept(DocumentInfo info) {  in accept()  method in DebugView117     public void accept(Bundle metadata) {  in accept()  method in DebugView
 
 | 
| /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ | 
| D | TestConsumer.java | 30     public void accept(T event) {  in accept()  method in TestConsumer
 | 
| D | TestConfirmationCallback.java | 35     public void accept(int code) {  in accept()  method in TestConfirmationCallback
 | 
| D | TestEventListener.java | 38     public void accept(T event) {  in accept()  method in TestEventListener
 | 
| D | TestEventHandler.java | 38     public boolean accept(T event) {  in accept()  method in TestEventHandler
 | 
| /packages/apps/Dialer/java/com/android/dialer/function/ | 
| D | Consumer.java | 23   void accept(T value);  in accept()  method
 | 
| D | BiConsumer.java | 23   void accept(T t, U u);  in accept()  method
 | 
| /packages/apps/DocumentsUI/src/com/android/documentsui/queries/ | 
| D | CommandInterceptor.java | 60     public boolean accept(String query) {  in accept()  method in CommandInterceptor185         public boolean accept(String[] tokens) {  in accept()  method in CommandInterceptor.DumpRootsCacheHandler
 
 | 
| /packages/modules/Bluetooth/system/bta/dm/ | 
| D | bta_dm_ci.cc | 43 void bta_dm_ci_rmt_oob(bool accept, const RawAddress& bd_addr, const Octet16& c,  in bta_dm_ci_rmt_oob()
 | 
| D | bta_dm_api.cc | 155 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len,  in BTA_DmPinReply()198 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) {  in BTA_DmConfirm()
 392 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept,  in BTA_DmBlePasskeyReply()
 411 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) {  in BTA_DmBleConfirmReply()
 
 | 
| /packages/apps/Settings/src/com/android/settings/network/ims/ | 
| D | BooleanConsumer.java | 52     public void accept(Boolean value) {  in accept()  method in BooleanConsumer
 | 
| D | IntegerConsumer.java | 52     public void accept(Integer value) {  in accept()  method in IntegerConsumer
 | 
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ | 
| D | BluetoothServerSocket.java | 177     public BluetoothSocket accept() throws IOException {  in accept()  method in BluetoothServerSocket191     public BluetoothSocket accept(int timeout) throws IOException {  in accept()  method in BluetoothServerSocket
 
 | 
| /packages/modules/Bluetooth/system/test/mock/ | 
| D | mock_bta_dm_api.cc | 100 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) {  in BTA_DmBleConfirmReply()117 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept,  in BTA_DmBlePasskeyReply()
 158 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) {  in BTA_DmConfirm()
 175 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len,  in BTA_DmPinReply()
 
 | 
| /packages/apps/Settings/src/com/android/settings/development/ | 
| D | DSUTermsOfServiceActivity.java | 53             Button accept = findViewById(R.id.accept);  in onCreate()  local
 | 
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/ | 
| D | TestEventListener.java | 35     public void accept(T event) {  in accept()  method in TestEventListener
 |