Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 165) sorted by relevance

1234567

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DDistanceMeasurementNativeInterface.java73 void startDistanceMeasurement(String address, int frequency, int method) { in startDistanceMeasurement()
77 void stopDistanceMeasurement(String address, int method) { in stopDistanceMeasurement()
81 void onDistanceMeasurementStarted(String address, int method) { in onDistanceMeasurementStarted()
85 void onDistanceMeasurementStartFail(String address, int reason, int method) { in onDistanceMeasurementStartFail()
90 void onDistanceMeasurementStopped(String address, int reason, int method) { in onDistanceMeasurementStopped()
97 int method) { in onDistanceMeasurementResult()
136 private native void startDistanceMeasurementNative(String address, int frequency, int method); in startDistanceMeasurementNative()
138 private native void stopDistanceMeasurementNative(String address, int method); in stopDistanceMeasurementNative()
DDistanceMeasurementManager.java129 int stopDistanceMeasurement(UUID uuid, BluetoothDevice device, int method, in stopDistanceMeasurement()
196 private int getFrequencyValue(int frequency, int method) { in getFrequencyValue()
216 void onDistanceMeasurementStarted(String address, int method) { in onDistanceMeasurementStarted()
247 void onDistanceMeasurementStartFail(String address, int reason, int method) { in onDistanceMeasurementStartFail()
275 void onDistanceMeasurementStopped(String address, int reason, int method) { in onDistanceMeasurementStopped()
306 int method) { in onDistanceMeasurementResult()
/packages/modules/Bluetooth/system/main/shim/
Ddistance_measurement_manager.cc45 uint8_t method) { in StartDistanceMeasurement()
51 void StopDistanceMeasurement(RawAddress raw_address, uint8_t method) { in StopDistanceMeasurement()
58 DistanceMeasurementMethod method) override { in OnDistanceMeasurementStarted()
69 DistanceMeasurementMethod method) override { in OnDistanceMeasurementStartFail()
81 DistanceMeasurementMethod method) override { in OnDistanceMeasurementStopped()
96 DistanceMeasurementMethod method) override { in OnDistanceMeasurementResult()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastReceiverAppTest.java95 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod("clearNewMessageList"); in clearNewMessageList() local
104 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod( in addNewMessageToList() local
116 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod( in removeReadMessage() local
123 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod("getLatestMessage"); in getLatestMessage() local
129 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod("getNewMessageList"); in getNewMessageList() local
DCellBroadcastResourcesTest.java173 Method method = CellBroadcastResources.class.getDeclaredMethod( in getCmasCategoryResId() local
180 Method method = CellBroadcastResources.class.getDeclaredMethod( in getCmasResponseResId() local
187 Method method = CellBroadcastResources.class.getDeclaredMethod( in getDialogTitleResource() local
DCellBroadcastConfigServiceTest.java98 Method method = ContextWrapper.class.getDeclaredMethod("attachBaseContext", cArgs); in setUp() local
185 Method method = in setCellBroadcastRange() local
751 Method method = CellBroadcastConfigService.class.getDeclaredMethod( in testOnHandleIntentActionEnableChannels() local
1198 Method method = CellBroadcastConfigService.class.getDeclaredMethod( in testResetCellBroadcastSettingsAsNeeded() local
/packages/services/Car/car-test-lib/src/android/car/test/util/
DAnnotationHelper.java87 Method method = methods[j]; in checkForAnnotation() local
167 private static boolean containsAddedInAnnotation(Method method, in containsAddedInAnnotation()
206 private static void validatedAddInOrBeforeAnnotation(Method method, in validatedAddInOrBeforeAnnotation()
238 private static boolean isExempt(Method method) { in isExempt()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DTestNotificationApplication.java66 public void beforeTest(Method method) { in beforeTest()
75 public void afterTest(Method method) { in afterTest()
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DBaseTestingActivity.java78 protected void addButton(String title, String method) { in addButton()
123 Method method = null; in handleCommand() local
143 public static Intent getCommandIntent(Class<?> clazz, String method) { in getCommandIntent()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java94 final Method method, final Object... args) { in invoke()
173 public ToObjectMethodWrapper(final Method method, final T defaultValue) { in ToObjectMethodWrapper()
186 public ToIntMethodWrapper(final Method method, final int defaultValue) { in ToIntMethodWrapper()
198 public ToFloatMethodWrapper(final Method method, final float defaultValue) { in ToFloatMethodWrapper()
210 public ToBooleanMethodWrapper(final Method method, final boolean defaultValue) { in ToBooleanMethodWrapper()
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/
DTestDeviceLockControllerApplication.java84 public void beforeTest(Method method) { in beforeTest()
101 public void afterTest(Method method) { in afterTest()
/packages/apps/Messaging/src/android/support/v7/mms/
DMmsHttpClient.java112 public byte[] execute(String urlString, byte[] pdu, String method, boolean isProxySet, in execute()
240 private static void checkMethod(String method) throws MmsHttpException { in checkMethod()
476 final Method method = SubscriptionManager.class.getMethod("getSlotIndex", Integer.TYPE); in getSlotId() local
494 final Method method = mTelephonyManager.getClass().getMethod("getNai", Integer.TYPE); in getNaiBySystemApi() local
513 final Method method = systemPropertiesClass.getMethod("get", String.class); in getNaiBySystemProperty() local
DMmsNetworkManager.java299 final Method method = mConnectivityManager.getClass().getMethod( in startMmsConnectivity() local
314 final Method method = mConnectivityManager.getClass().getMethod( in endMmsConnectivity() local
374 final Method method = cmClass.getDeclaredMethod("getMobileDataEnabled"); in isMobileDataEnabled() local
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/msrp/
DMsrpChunk.java41 public abstract Method method(); in method() method in MsrpChunk
113 public abstract Builder method(Method method); in method() argument
/packages/services/Telephony/src/com/android/phone/callcomposer/
DDigestAuthUtils.java56 GbaCredentials credentials, String method, String uri) { in generateAuthorizationHeader()
97 String username, String realm, byte[] password, String method, String uri) { in computeResponse()
134 private static String generateA2Hash(String method, String requestUri) { in generateA2Hash()
/packages/modules/Wifi/service/java/com/android/server/wifi/mockwifi/
DMockWifiNl80211Manager.java73 public void addMockedMethod(String method) { in addMockedMethod()
82 public boolean isMethodConfigured(String method) { in isMethodConfigured()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java171 EAPMethod method = new EAPMethod(eapMethodID, new HashMap<Integer, Set<AuthParam>>()); in matchNAIRealmWithRealmMethodMatch() local
199 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithExactMatch() local
226 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithEAPMethodMismatch() local
254 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithAuthTypeMismatch() local
/packages/services/Telephony/testapps/EmbmsTestStreamingApp/src/com/android/phone/testapps/embmsfrontend/
DStreamingServiceTracker.java41 public void onStreamMethodUpdated(int method) { in onStreamMethodUpdated()
100 private void onStreamMethodUpdated(int method) { in onStreamMethodUpdated()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DExtraSettingsUtil.java145 private static Uri buildUri(String authority, String method, String key) { in buildUri()
154 private static Uri buildUri(String authority, String method) { in buildUri()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/server/
DCapturedHttpRequest.java28 abstract HttpMethod method(); in method() method in CapturedHttpRequest
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DAppActiveStreams.java35 StreamCallbackWithState(StreamingServiceCallback callback, int state, int method) { in StreamCallbackWithState()
57 public void setMethod(int method) { in setMethod()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DWnmData.java56 private WnmData(@WmnEventType int eventType, long bssid, String url, @OsuMethod int method, in WnmData()
75 public static WnmData createRemediationEvent(long bssid, String url, @OsuMethod int method) { in createRemediationEvent()
/packages/services/Car/tools/GenericCarApiBuilder/src/com/android/car/tool/apibuilder/
DParsedDataBuilder.java107 MethodDeclaration method = methods.get(i); in populateParsedDataForFile() local
204 MethodDeclaration method) { in getMethodData()
384 private static Statement getFirstBodyStatement(MethodDeclaration method) { in getFirstBodyStatement()
/packages/apps/Dialer/java/com/android/dialer/oem/
DPhoneNumberUtilsAccessor.java38 Method method = in isLocalEmergencyNumber() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DCustomTestRunner.java34 Method method = clazz.getMethod("setWtfHandler", Log.TerribleFailureHandler.class); in onCreate() local

1234567