/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/ |
D | LauncherTestApplication.java | 34 public void beforeTest(Method method) { in beforeTest() 45 public void afterTest(Method method) { in afterTest()
|
/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/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | BaseTestingActivity.java | 73 protected void addButton(String title, String method) { in addButton() 104 Method method = null; in handleCommand() local 124 public static Intent getCommandIntent(Class<?> clazz, String method) { in getCommandIntent()
|
/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/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/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 373 final Method method = cmClass.getDeclaredMethod("getMobileDataEnabled"); in isMobileDataEnabled() local
|
/packages/services/Telephony/src/com/android/phone/callcomposer/ |
D | DigestAuthUtils.java | 55 GbaCredentials credentials, String method, String uri) { in generateAuthorizationHeader() 96 String username, String realm, byte[] password, String method, String uri) { in computeResponse() 133 private static String generateA2Hash(String method, String requestUri) { in generateA2Hash()
|
/packages/apps/Dialer/java/com/android/dialer/oem/ |
D | PhoneNumberUtilsAccessor.java | 38 Method method = in isLocalEmergencyNumber() local
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/ |
D | MediaPlayerListTest.java | 94 Method method = BrowsablePlayerConnector.class.getDeclaredMethod("setInstanceForTesting", in setUp() local 114 Method method = BrowsablePlayerConnector.class.getDeclaredMethod("setInstanceForTesting", in tearDown() local
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastConfigServiceTest.java | 76 Method method = ContextWrapper.class.getDeclaredMethod("attachBaseContext", cArgs); in setUp() local 152 Method method = in setCellBroadcastRange() 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/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | NetworkPolicyTestRunner.java | 40 public Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ExtraSettingsUtil.java | 149 private static Uri buildUri(String authority, String method, String key) { in buildUri() 158 private static Uri buildUri(String authority, String method) { in buildUri()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | ANQPMatcherTest.java | 169 EAPMethod method = new EAPMethod(eapMethodID, new HashMap<Integer, Set<AuthParam>>()); in matchNAIRealmWithRealmMethodMatch() local 197 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithExactMatch() local 224 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithEAPMethodMismatch() local 252 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithAuthTypeMismatch() local
|
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/ |
D | AppActiveStreams.java | 35 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/ |
D | WnmData.java | 56 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/Telephony/tests/src/com/android/phone/callcomposer/ |
D | CallComposerAuthTest.java | 34 String method = "POST"; in testResponseGeneration() local
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 64 public Bundle call(String method) { in call()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | QuickstepTestInformationHandler.java | 24 public Bundle call(String method) { in call()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | PreOMigrationHandler.java | 82 Method method = TelephonyManager.class.getMethod(METHOD_GET_VISUAL_VOICEMAIL_SETTINGS); in migrateSettings() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | RunMethodInstrumentation.java | 125 Method method = null; in invokeMethod() local
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/registration/ |
D | MessageConverter.java | 79 Method method; in toStackMessage() local
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | ViewUtils.java | 41 Method method; in setTransitionAlpha() local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | HttpClientFactory.java | 95 Method method = clazz.getMethod("close", (Class<?>[]) null); in close() local
|