Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DImsStateCallbackController.java350 void notifyConfigChanged(boolean hasConfig) { in notifyConfigChanged() argument
351 if (mHasConfig == hasConfig) return; in notifyConfigChanged()
353 logd(mLogPrefix + "notifyConfigChanged " + hasConfig); in notifyConfigChanged()
355 mHasConfig = hasConfig; in notifyConfigChanged()
356 if (hasConfig) { in notifyConfigChanged()
512 void notifyConfigChanged(boolean hasConfig) { in notifyConfigChanged() argument
513 if (mHasConfig == hasConfig) return; in notifyConfigChanged()
515 logd(mLogPrefix + "notifyConfigChanged " + hasConfig); in notifyConfigChanged()
517 mHasConfig = hasConfig; in notifyConfigChanged()
518 if (hasConfig) { in notifyConfigChanged()
[all …]
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DItemInflaterTest.kt308 private fun widgetItemInfo(hasConfig: Boolean) = in <lambda>()
309 LauncherAppWidgetInfo(0, TestViewHelpers.findWidgetProvider(hasConfig).component).apply { in <lambda>()