Home
last modified time | relevance | path

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

1234

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/
DLauncherTestApplication.java35 public void beforeTest(Method method) { in beforeTest()
49 public void afterTest(Method method) { in afterTest()
/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.java73 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/apps/Car/Settings/src/com/android/car/settings/common/
DExtraSettingsUtil.java93 private static Uri buildUri(String authority, String method, String key) { in buildUri()
102 private static Uri buildUri(String authority, String method) { in buildUri()
/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/apps/Dialer/java/com/android/dialer/oem/
DPhoneNumberUtilsAccessor.java38 Method method = in isLocalEmergencyNumber() local
/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
373 final Method method = cmClass.getDeclaredMethod("getMobileDataEnabled"); in isMobileDataEnabled() local
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastConfigServiceTest.java76 Method method = ContextWrapper.class.getDeclaredMethod("attachBaseContext", cArgs); in setUp() local
152 Method method = in setCellBroadcastRange() local
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/newavrcp/
DMediaPlayerListTest.java95 Method method = BrowsablePlayerConnector.class.getDeclaredMethod("setInstanceForTesting", in setUp() local
115 Method method = BrowsablePlayerConnector.class.getDeclaredMethod("setInstanceForTesting", in tearDown() 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/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java63 public Bundle call(String method) { in call()
DTestInformationProvider.java59 public Bundle call(String method, String arg, Bundle extras) { in call()
/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/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DQuickstepTestInformationHandler.java24 public Bundle call(String method) { in call()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DPreOMigrationHandler.java82 Method method = TelephonyManager.class.getMethod(METHOD_GET_VISUAL_VOICEMAIL_SETTINGS); in migrateSettings() local
/packages/apps/Contacts/tests/src/com/android/contacts/
DRunMethodInstrumentation.java125 Method method = null; in invokeMethod() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DHttpClientFactory.java95 Method method = clazz.getMethod("close", (Class<?>[]) null); in close() local
/packages/apps/TV/tests/robotests/src/com/android/tv/util/
DTvProviderUtilsTest.java121 public Bundle call(String method, String arg, Bundle extras) { in call()
/packages/apps/TV/src/com/android/tv/ui/
DViewUtils.java41 Method method; in setTransitionAlpha() local
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherSettings.java362 public static Bundle call(ContentResolver cr, String method) { in call()
366 public static Bundle call(ContentResolver cr, String method, String arg) { in call()
370 public static Bundle call(ContentResolver cr, String method, String arg, Bundle extras) { in call()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java94 Method method = in setAdapterService() local
116 Method method = in clearAdapterService() local
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DInstanceMethod.java28 private final Method method; field in InstanceMethod
/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
DDebugTestInformationHandler.java88 public Bundle call(String method) { in call()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java99 Method method = HeadsetObjectsFactory.class.getDeclaredMethod("setInstanceForTesting", in setUp() local
166 Method method = HeadsetObjectsFactory.class.getDeclaredMethod("setInstanceForTesting", in tearDown() local

1234