Home
last modified time | relevance | path

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

123456

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc71 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
122 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm()
230 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply()
254 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply()
355 void BTA_DmSirkConfirmDeviceReply(const RawAddress& bd_addr, bool accept) { in BTA_DmSirkConfirmDeviceReply()
Dbta_dm_ci.cc43 void bta_dm_ci_rmt_oob(bool accept, const RawAddress& bd_addr, const Octet16& c, in bta_dm_ci_rmt_oob()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionFilter.kt26 fun accept(s: Suggestion?): Boolean method
DResultFilter.kt20 override fun accept(s: Suggestion?): Boolean { in accept() method in com.android.quicksearchbox.ResultFilter
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DEventHandler.java25 boolean accept(T event); in accept() method
39 public boolean accept(T event) { in accept() method in EventHandler.Stub
DBooleanConsumer.java21 void accept(boolean value); in accept() method
DEventListener.java24 void accept(T event); in accept() method
DConfirmationCallback.java38 void accept(@Result int code); in accept() method
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
DInspectorControllerTest.java353 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/modules/Wifi/framework/java/android/net/wifi/aware/
DIWifiAwareDiscoverySessionCallback.aidl50 void onPairingSetupConfirmed(int peerId, boolean accept, String alias); in onPairingSetupConfirmed()
51 void onPairingVerificationConfirmed(int peerId, boolean accept, String alias); in onPairingVerificationConfirmed()
52 void onBootstrappingVerificationConfirmed(int peerId, boolean accept, int method); in onBootstrappingVerificationConfirmed()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DInspectorController.java346 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
DDebugView.java72 public void accept(DocumentInfo info) { in accept() method in DebugView
117 public void accept(Bundle metadata) { in accept() method in DebugView
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestConsumer.java30 public void accept(T event) { in accept() method in TestConsumer
DTestConfirmationCallback.java35 public void accept(int code) { in accept() method in TestConfirmationCallback
DTestEventListener.java38 public void accept(T event) { in accept() method in TestEventListener
/packages/apps/Dialer/java/com/android/dialer/function/
DConsumer.java23 void accept(T value); in accept() method
DBiConsumer.java23 void accept(T t, U u); in accept() method
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DCommandInterceptor.java60 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/
DBluetoothServerSocket.java168 public BluetoothSocket accept() throws IOException { in accept() method in BluetoothServerSocket
184 public BluetoothSocket accept(int timeout) throws IOException { in accept() method in BluetoothServerSocket
/packages/apps/Settings/src/com/android/settings/network/ims/
DIntegerConsumer.java52 public void accept(Integer value) { in accept() method in IntegerConsumer
DBooleanConsumer.java52 public void accept(Boolean value) { in accept() method in BooleanConsumer
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc133 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply()
145 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply()
208 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm()
233 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
293 void BTA_DmSirkConfirmDeviceReply(const RawAddress& bd_addr, bool accept) { in BTA_DmSirkConfirmDeviceReply()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/
DTestEventListener.java35 public void accept(T event) { in accept() method in TestEventListener
/packages/modules/Connectivity/staticlibs/testutils/hostdevice/com/android/testutils/
DFunctionalUtils.java32 void accept(T t) throws Exception; in accept() method
/packages/apps/Settings/src/com/android/settings/development/
DDSUTermsOfServiceActivity.java53 Button accept = findViewById(R.id.accept); in onCreate() local

123456