Home
last modified time | relevance | path

Searched refs:getSystemService (Results 1 – 22 of 22) sorted by relevance

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/view/
DContextThemeWrapperTest.java97 assertEquals(mContext.getSystemService(Context.ACTIVITY_SERVICE), in testGetSystemService()
98 contextThemeWrapper.getSystemService(Context.ACTIVITY_SERVICE)); in testGetSystemService()
99 assertNotSame(mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE), in testGetSystemService()
100 contextThemeWrapper.getSystemService(Context.LAYOUT_INFLATER_SERVICE)); in testGetSystemService()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/
DContextThemeWrapper.java167 public Object getSystemService(String name) { in getSystemService() method in ContextThemeWrapper
174 return getBaseContext().getSystemService(name); in getSystemService()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DTooltipPopup.java86 WindowManager wm = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE); in show()
95 WindowManager wm = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE); in hide()
DAppCompatTextClassifierHelper.java74 textView.getContext().getSystemService(TextClassificationManager.class); in getTextClassifier()
DAppCompatReceiveContentHelper.java64 ClipboardManager cm = (ClipboardManager) view.getContext().getSystemService( in maybeHandleMenuActionViaPerformReceiveContent()
DTooltipCompatHandler.java123 mAnchor.getContext().getSystemService(Context.ACCESSIBILITY_SERVICE); in onHover()
DAppCompatEditText.java304 final InputMethodManager imm = (InputMethodManager) getContext().getSystemService( in onDetachedFromWindow()
DSearchView.java2008 getContext().getSystemService(Context.INPUT_METHOD_SERVICE); in showSoftInputIfNecessary()
2016 getContext().getSystemService(Context.INPUT_METHOD_SERVICE); in setImeVisibility()
DAppCompatTextView.java873 final InputMethodManager imm = (InputMethodManager) getContext().getSystemService( in onDetachedFromWindow()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatImeFocusActivity.java55 mInputMethodManager = getSystemService(InputMethodManager.class); in initActivity()
DAppCompatEditTextTest.java207 mActivityTestRule.getActivity().getSystemService(TextClassificationManager.class); in testGetTextClassifier()
DAppCompatEditTextReceiveContentTest.java100 mClipboardManager = (ClipboardManager) mContext.getSystemService(Context.CLIPBOARD_SERVICE); in before()
DAppCompatTextViewTest.java950 mActivity.getSystemService(TextClassificationManager.class); in testGetTextClassifier()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegate.java895 return context.getSystemService(Context.LOCALE_SERVICE); in getLocaleManagerForApplication()
1087 Object localeManager = context.getSystemService(Context.LOCALE_SERVICE); in syncLocalesToFramework()
DTwilightManager.java54 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE)); in getInstance()
DAppCompatDelegateImpl.java1764 final WindowManager wm = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE);
2088 final WindowManager wm = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE);
2172 .getSystemService(Context.AUDIO_SERVICE);
2605 .getSystemService(Context.UI_MODE_SERVICE);
3655 .getSystemService(Context.POWER_SERVICE);
DAlertController.java929 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AlertParams()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DNightModeUtils.kt167 val manager = context.getSystemService(Context.UI_MODE_SERVICE) as UiModeManager in isSystemNightThemeEnabled()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DMenuPopupHelper.java226 final WindowManager windowManager = (WindowManager) mContext.getSystemService( in createPopup()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DNightModeTestCase.kt270 ContextCompat.getSystemService(context, LocationManager::class.java)!!
/appcompat/appcompat/api/
Dapi_lint.ignore550 MissingNullability: androidx.appcompat.view.ContextThemeWrapper#getSystemService(String):
551 Missing nullability on method `getSystemService` return
552 MissingNullability: androidx.appcompat.view.ContextThemeWrapper#getSystemService(String) parameter …
553 Missing nullability on parameter `name` in method `getSystemService`
/appcompat/appcompat/src/main/
Dbaseline-prof.txt126 HSPLandroidx/appcompat/view/ContextThemeWrapper;->getSystemService(Ljava/lang/String;)Ljava/lang/Ob…