Searched refs:resValue (Results 1 – 7 of 7) sorted by relevance
34 public final int resValue; field in NavigationMode37 NavigationMode(boolean hasGestures, int resValue, StatsLogManager.LauncherEvent launcherEvent) { in NavigationMode() argument39 this.resValue = resValue; in NavigationMode()
153 final int resValue = Integer.parseInt(res.substring(1)); in getString() local154 if (DevicePolicyResourcesUtils.isDevicePolicyResource(context, resValue)) { in getString()155 return DevicePolicyResourcesUtils.getDevicePolicyResource(context, resValue); in getString()157 return context.getString(resValue); in getString()
162 String resValue = mResources.getString(R.string.trusted_quick_viewer_package); in getQuickViewPackage() local165 if (IGNORE_DEBUG_PROP.equals(resValue)) { in getQuickViewPackage()177 return resValue; in getQuickViewPackage()
145 resValue);166 info.getNavigationMode().resValue) == expectedMode) {
476 if (m.resValue == modeInt) { in getNavigationMode()
370 mControllers.rotationButtonController.onNavigationModeChanged(mNavMode.resValue); in init()
18599 public void doTestIgnoreValidationAfterRoam(int resValue, final boolean enabled)18601 doReturn(resValue).when(mResources)