/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | EventHandler.java | 25 boolean accept(T event); in accept() method 39 public boolean accept(T event) { in accept() method in EventHandler.Stub
|
D | BooleanConsumer.java | 21 void accept(boolean value); in accept() method
|
D | EventListener.java | 24 void accept(T event); 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.TestHeader 372 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/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
D | InspectorController.java | 346 void accept(DocumentInfo info); in accept() method 354 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 DebugView 117 public void accept(Bundle metadata) { in accept() method in DebugView
|
/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/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionFilter.java | 28 boolean accept(Suggestion s); in accept() method
|
D | ResultFilter.java | 26 public boolean accept(Suggestion s) { in accept() method in ResultFilter
|
/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
|
D | LatchedConsumer.java | 27 public void accept(T value) { in accept() method in LatchedConsumer
|
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/ |
D | CommandInterceptor.java | 60 public boolean accept(String query) { in accept() method in CommandInterceptor 185 public boolean accept(String[] tokens) { in accept() method in CommandInterceptor.DumpRootsCacheHandler
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothServerSocket.java | 156 public BluetoothSocket accept() throws IOException { in accept() method in BluetoothServerSocket 170 public BluetoothSocket accept(int timeout) throws IOException { in accept() method in BluetoothServerSocket
|
/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 | 172 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply() 215 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm() 409 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply() 428 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/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
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | DSUTermsOfServiceActivity.java | 53 Button accept = findViewById(R.id.accept); in onCreate() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_dm_api.cc | 103 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply() 120 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply() 161 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm() 178 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
|