| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | DistanceMeasurementNativeInterface.java | 83 void startDistanceMeasurement(String address, int interval, int method) { in startDistanceMeasurement() 87 void stopDistanceMeasurement(String address, int method) { in stopDistanceMeasurement() 91 void onDistanceMeasurementStarted(String address, int method) { in onDistanceMeasurementStarted() 95 void onDistanceMeasurementStartFail(String address, int reason, int method) { in onDistanceMeasurementStartFail() 100 void onDistanceMeasurementStopped(String address, int reason, int method) { in onDistanceMeasurementStopped() 113 int method) { in onDistanceMeasurementResult() 156 private native void startDistanceMeasurementNative(String address, int interval, int method); in startDistanceMeasurementNative() 158 private native void stopDistanceMeasurementNative(String address, int method); in stopDistanceMeasurementNative()
|
| D | DistanceMeasurementManager.java | 168 int stopDistanceMeasurement(UUID uuid, BluetoothDevice device, int method, boolean timeout) { in stopDistanceMeasurement() 285 private int getIntervalValue(int frequency, int method) { in getIntervalValue() 314 void onDistanceMeasurementStarted(String address, int method) { in onDistanceMeasurementStarted() 370 void onDistanceMeasurementStartFail(String address, int reason, int method) { in onDistanceMeasurementStartFail() 416 void onDistanceMeasurementStopped(String address, int reason, int method) { in onDistanceMeasurementStopped() 474 int method) { in onDistanceMeasurementResult()
|
| /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
| D | CellBroadcastReceiverAppTest.java | 95 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
|
| D | CellBroadcastResourcesTest.java | 365 Method method = CellBroadcastResources.class.getDeclaredMethod( in getCmasCategoryResId() local 372 Method method = CellBroadcastResources.class.getDeclaredMethod( in getCmasResponseResId() local 379 Method method = CellBroadcastResources.class.getDeclaredMethod( in getDialogTitleResource() local 386 Method method = CellBroadcastResources.class.getDeclaredMethod( in getDialogPictogramResource() local
|
| D | CellBroadcastConfigServiceTest.java | 99 Method method = ContextWrapper.class.getDeclaredMethod("attachBaseContext", cArgs); in setUp() local 186 Method method = in setCellBroadcastRange() local 752 Method method = CellBroadcastConfigService.class.getDeclaredMethod( in testOnHandleIntentActionEnableChannels() local 1421 Method method = CellBroadcastConfigService.class.getDeclaredMethod( in testResetCellBroadcastSettingsAsNeeded() local
|
| /packages/modules/Bluetooth/system/main/shim/ |
| D | distance_measurement_manager.cc | 50 uint8_t method) { in StartDistanceMeasurement() 57 void StopDistanceMeasurement(RawAddress raw_address, uint8_t method) { in StopDistanceMeasurement() 65 DistanceMeasurementMethod method) override { in OnDistanceMeasurementStarted() 74 DistanceMeasurementMethod method) override { in OnDistanceMeasurementStartFail() 84 DistanceMeasurementMethod method) override { in OnDistanceMeasurementStopped() 97 DistanceMeasurementMethod method) override { in OnDistanceMeasurementResult()
|
| /packages/services/Car/libs/car-test-lib/src/android/car/test/util/ |
| D | AnnotationHelper.java | 87 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/ |
| D | TestNotificationApplication.java | 66 public void beforeTest(Method method) { in beforeTest() 75 public void afterTest(Method method) { in afterTest()
|
| /packages/modules/AdServices/adservices/libraries/health/runners/concurrent-longevity/adservices/src/android/adservices/test/longevity/concurrent/ |
| D | ConcurrentRunner.java | 99 protected Description describeChild(FrameworkMethod method) { in describeChild() 158 protected Statement methodBlock(final FrameworkMethod method) { in methodBlock() 176 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() 197 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores()
|
| /packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/ |
| D | SdkSandboxStatsdLogger.java | 52 int method = convertToStatsLogMethodCode(sandboxLatencyInfo.getMethod()); in logSandboxApiLatency() local 138 private int convertToStatsLogMethodCode(int method) { in convertToStatsLogMethodCode()
|
| /packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
| D | BaseTestingActivity.java | 78 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/modules/Wifi/service/java/com/android/server/wifi/mockwifi/ |
| D | MockSupplicantManager.java | 73 public void addMockedMethod(String method) { in addMockedMethod() 83 public boolean isMethodConfigured(String method) { in isMethodConfigured()
|
| D | MockWifiNl80211Manager.java | 73 public void addMockedMethod(String method) { in addMockedMethod() 82 public boolean isMethodConfigured(String method) { in isMethodConfigured()
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
| D | CompatUtils.java | 94 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/AdServices/adservices/tests/cts/assets/scenarios/ |
| D | remarketing-cuj-101.json | 49 "method": "POST" string 59 "method": "POST" string 78 "method": "POST" string 88 "method": "POST" string
|
| /packages/apps/Messaging/src/android/support/v7/mms/ |
| D | MmsHttpClient.java | 112 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
|
| D | MmsNetworkManager.java | 299 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/ |
| D | MsrpChunk.java | 41 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/ |
| D | DigestAuthUtils.java | 56 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/AdServices/adservices/tests/test-util/java/com/android/adservices/experimental/ |
| D | AbstractFlagsRouletteRunner.java | 161 protected @Nullable FlagState[] getRequiredFlagStates(FrameworkMethod method) { in getRequiredFlagStates() 276 protected void runChild(FrameworkMethod method, RunNotifier notifier) { in runChild() 403 private static FlagSnapshotMethod castFlagSnapshotMethod(FrameworkMethod method) { in castFlagSnapshotMethod() 428 private FlagStateAssumptionViolatedException(FlagState flagState, FrameworkMethod method) { in FlagStateAssumptionViolatedException() 444 FrameworkMethod method, in FlagSnapshotMethod() 454 FrameworkMethod method, in forRequiredFlagStates()
|
| /packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/ |
| D | TestDeviceLockControllerApplication.java | 133 public void beforeTest(Method method) { in beforeTest() 150 public void afterTest(Method method) { in afterTest()
|
| /packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verification/ |
| D | SerialDexLoader.java | 119 public void addReferencedMethod(String method) { in addReferencedMethod() 124 public boolean hasReferencedMethod(String method) { in hasReferencedMethod()
|
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
| D | ANQPMatcherTest.java | 171 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/ |
| D | StreamingServiceTracker.java | 41 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/ |
| D | ExtraSettingsUtil.java | 145 private static Uri buildUri(String authority, String method, String key) { in buildUri() 154 private static Uri buildUri(String authority, String method) { in buildUri()
|