Home
last modified time | relevance | path

Searched refs:otherProvider (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java98 ComponentName otherProvider = null; in testRequestPinAppWidget_otherProvider() local
101 otherProvider = provider.provider; in testRequestPinAppWidget_otherProvider()
105 if (otherProvider == null) { in testRequestPinAppWidget_otherProvider()
108 assertFalse(mManager.requestPinAppWidget(otherProvider, null, null)); in testRequestPinAppWidget_otherProvider()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsStateController.java172 InsetsSourceProvider otherProvider = mProviders.valueAt(i); in getInsetsForDispatchInner() local
173 if (otherProvider.overridesImeFrame()) { in getInsetsForDispatchInner()
176 state.getSource(otherProvider.getSource().getType())); in getInsetsForDispatchInner()
177 override.setFrame(otherProvider.getImeOverrideFrame()); in getInsetsForDispatchInner()