Searched refs:integer (Results 26 - 50 of 182) sorted by last modified time

12345678

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java115 R.integer.config_wifi_logger_ring_buffer_default_size_limit_kb) * 1024;
117 R.integer.config_wifi_logger_ring_buffer_verbose_size_limit_kb) * 1024;
H A DWifiNetworkSelector.java521 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz);
523 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz);
525 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz);
527 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz);
H A DWifiScoreReport.java77 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz);
79 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz);
81 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz);
83 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz);
85 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz);
87 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz);
89 R.integer.config_wifi_framework_wifi_score_bad_link_speed_24);
91 R.integer.config_wifi_framework_wifi_score_bad_link_speed_5);
93 R.integer.config_wifi_framework_wifi_score_good_link_speed_24);
95 R.integer
[all...]
H A DWifiServiceImpl.java1424 com.android.internal.R.integer.config_wifi_idle_receive_cur_ma);
1426 com.android.internal.R.integer.config_wifi_active_rx_cur_ma);
1428 com.android.internal.R.integer.config_wifi_tx_cur_ma);
1430 com.android.internal.R.integer.config_wifi_operating_voltage_mv)
1610 * @param netId the integer that identifies the network configuration
1629 * @param netId the integer that identifies the network configuration
1653 * @param netId the integer that identifies the network configuration
H A DWifiStateMachine.java923 R.integer.config_wifi_no_network_periodic_scan_interval);
926 // mContext.getResources().getInteger(R.integer.config_wifi_framework_scan_interval);
997 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz);
999 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz);
1001 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz);
1003 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz);
1005 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz);
1007 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSavedNetworkEvaluatorTest.java63 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz);
65 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz);
67 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz);
69 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz);
71 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz);
73 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz);
105 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz))
108 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz))
111 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz))
114 R.integer
[all...]
H A DWifiConfigManagerTest.java138 R.integer.config_wifi_framework_associated_partial_scan_max_num_active_channels,
1774 R.integer.config_wifi_framework_associated_partial_scan_max_num_active_channels,
1858 R.integer.config_wifi_framework_associated_partial_scan_max_num_active_channels,
H A DWifiConnectivityManagerTest.java139 when(resource.getInteger(R.integer.config_wifi_framework_SECURITY_AWARD)).thenReturn(80);
140 when(resource.getInteger(R.integer.config_wifi_framework_SAME_BSSID_AWARD)).thenReturn(24);
144 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz))
147 R.integer.config_wifi_framework_current_network_boost)).thenReturn(16);
H A DWifiDiagnosticsTest.java106 resources.setInteger(R.integer.config_wifi_logger_ring_buffer_default_size_limit_kb,
108 resources.setInteger(R.integer.config_wifi_logger_ring_buffer_verbose_size_limit_kb,
H A DWifiNetworkSelectorTest.java70 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz);
72 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz);
74 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz);
76 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz);
136 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz))
139 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz))
142 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz))
145 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz))
H A DWifiScoreReportTest.java65 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz))
68 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz))
71 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz))
74 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz))
77 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz))
80 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz))
83 R.integer.config_wifi_framework_wifi_score_bad_link_speed_24))
86 R.integer.config_wifi_framework_wifi_score_bad_link_speed_5))
89 R.integer.config_wifi_framework_wifi_score_good_link_speed_24))
92 R.integer
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1248 mMaxLines = r.getInteger(R.integer.chips_max_lines);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java94 final int fadeOutDurationMs = mResources.getInteger(R.integer.bitmap_fade_animation_duration);
95 mProgressDelayMs = mResources.getInteger(R.integer.bitmap_progress_animation_delay);
461 pulseDuration = res.getInteger(R.integer.bitmap_placeholder_animation_duration);
544 .setDuration(res.getInteger(R.integer.bitmap_progress_animation_duration));
/frameworks/minikin/libs/minikin/
H A DAndroid.mk67 LOCAL_SANITIZE := signed-integer-overflow
69 #LOCAL_SANITIZE += unsigned-integer-overflow
83 LOCAL_SANITIZE := signed-integer-overflow
85 #LOCAL_SANITIZE += unsigned-integer-overflow
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy70 uint64_t integer;
84 %token <integer> INTEGER
194 %type <integer> exp
H A DScriptScanner.ll212 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
213 yylval->integer *= 1024;
217 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
218 yylval->integer *= 1024 * 1024;
221 str.getAsInteger(0, yylval->integer);
/frameworks/base/tests/net/java/android/net/ip/
H A DIpManagerTest.java56 when(mResources.getInteger(R.integer.config_networkAvoidBadWifi))
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DLingerMonitorTest.java308 when(mResources.getInteger(R.integer.config_networkNotifySwitchType)).thenReturn(type);
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp203 std::string input = "<integer name=\"foo\">@null</integer>";
210 Reference* null_ref = test::GetValue<Reference>(&table_, "integer/foo");
218 std::string input = "<integer name=\"foo\">@empty</integer>";
221 BinaryPrimitive* integer = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); local
222 ASSERT_NE(nullptr, integer);
223 EXPECT_EQ(uint16_t(android::Res_value::TYPE_NULL), integer->value.dataType);
224 EXPECT_EQ(uint32_t(android::Res_value::DATA_NULL_EMPTY), integer
[all...]
H A DResourceUtils.cpp609 // Try parsing this as an integer.
610 auto integer = TryParseInt(value); local
611 if (integer) {
612 return std::move(integer);
/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp226 *out_error = "compiled value is not an integer";
231 Maybe<uint32_t> integer = ResourceUtils::ParseInt(attr->value); local
232 if (integer) {
233 return integer;
236 error_msg << "'" << attr->value << "' is not a valid integer";
249 *out_error = "compiled value is not an integer or string";
263 *out_error = "compiled value is not an integer or string";
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$integer.class ... android.layoutlib.test.myapplication.R$integer extends java.lang.Object { public static final int ...
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java426 android.R.integer.status_bar_notification_info_maxnum);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationIconDozeHelper.java38 mImageDarkAlpha = ctx.getResources().getInteger(R.integer.doze_small_icon_alpha);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java86 ? getInt("doze.pulse.duration.in.pickup", R.integer.doze_pulse_duration_in_pickup)
87 : getInt("doze.pulse.duration.in", R.integer.doze_pulse_duration_in);
91 return getInt("doze.pulse.duration.visible", R.integer.doze_pulse_duration_visible);
95 return getInt("doze.pulse.duration.out", R.integer.doze_pulse_duration_out);
115 return getInt("doze.pickup.vibration.threshold", R.integer.doze_pickup_vibration_threshold);

Completed in 394 milliseconds

12345678