Home
last modified time | relevance | path

Searched refs:resValue (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DNavigationMode.java34 public final int resValue; field in NavigationMode
37 NavigationMode(boolean hasGestures, int resValue, StatsLogManager.LauncherEvent launcherEvent) { in NavigationMode() argument
39 this.resValue = resValue; in NavigationMode()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DXmlParserUtils.java153 final int resValue = Integer.parseInt(res.substring(1)); in getString() local
154 if (DevicePolicyResourcesUtils.isDevicePolicyResource(context, resValue)) { in getString()
155 return DevicePolicyResourcesUtils.getDevicePolicyResource(context, resValue); in getString()
157 return context.getString(resValue); in getString()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DQuickViewIntentBuilder.java162 String resValue = mResources.getString(R.string.trusted_quick_viewer_package); in getQuickViewPackage() local
165 if (IGNORE_DEBUG_PROP.equals(resValue)) { in getQuickViewPackage()
177 return resValue; in getQuickViewPackage()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java145 resValue);
166 info.getNavigationMode().resValue) == expectedMode) {
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java476 if (m.resValue == modeInt) { in getNavigationMode()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java370 mControllers.rotationButtonController.onNavigationModeChanged(mNavMode.resValue); in init()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java18599 public void doTestIgnoreValidationAfterRoam(int resValue, final boolean enabled)
18601 doReturn(resValue).when(mResources)